\\

Exercise 1: A Linear Mapping

Let f:R3R3 be the mapping that with respect to the standard basis for R3 has the mapping matrix A=[344666677].

A

What is the easiest way to check whether the vectors v1=(1,0,1), v2=(0,1,1) and v3=(1,2,2) are eigenvectors for f? Do this, and state the corresponding eigenvectors!

B

How can we most easily argue that v1,v2 and v3 are linearly independent.

C

How can we most easily show, that f(R3)=spanv1,v3?


Exercise 2: Eigenvalues and Eigenvectors in Space

A standard (O,i,j,k)-coordinate system is given. All vectors are thought to be drawn from the origin. The map p projects vectors down into the (X,Y)-plane in space, see the Figure. It is given that p is linear (need not be proved).

projektion.png

Now we shall consider the eigenvalue problem for the projection down into the (x,y)-plane.

D

Determine all eigenvalues for p and the eigen-spaces that belong to the eigenvalues, solely by brain power (pondering).

E

Choose two different eigenbases (these are bases consisting of eigenvectors for p) and determine in each of the two cases the diagonal matrix that becomes the mapping matrix for p with respect to the chosen basis.

Exercise 3: Maple-Exercise in Reverse

Here is part of a Maple session:

> A:=<16,18,-24|-13,-15,24|-2,-2,4>:

> Eigenvectors(A,output=list);

[[4,1,{[221]}],[3,1,{[110]}],[2,1,{[14121]}]]
A

State the matrix A in ordinary notation.

B

State eigenvalues and all corresponding eigenvectors for the linear map f:R3R3 that with respect to the standard basis e in R3 has the mapping matrix A.

C

Find a basis v=(v1,v2,v3) for R3 consisting of eigenvectors for f.

D

Find the mapping matrix for f with respect to the basis v found in the preceding chapter.

E

State a regular matrix V and a diagonal matrix Λ, such that

Λ=V1AV.

Exercise 4: Diagonalization by Similarity Transformation

This exercise should be solved by hand.

A

Given the matrix

A=[9687].

Investigate whether A can be diagonalized and in case state a regular matrix V and a diagonal matrix Λ, such that

Λ=V1AV.

B

Given the matrix

B=[200111111].

Investigate whether B can be diagonalized and state in case a regular matrix V and a diagonal matrix Λ, such that

Λ=V1BV.

Exercise 5: Similar Matrices

Given the matrices

A=[0110]andB=[0110].
A

Explain that A and B are similar.

B

Advanced: Determine a regular matrix M that fulfills

B=M1AM.

C

Advanced: Now we consider A to be a mapping matrix for a linear map f:R2R2 with respect to the standard base in R2. Determine a new basis m for R2 with respect to which f is represented by the mapping matrix B.


Exercise 6: Complex Diagonalization

Given the matrix A=[300011511].

D

Find eigenvalues and the corresponding complex eigenvector spaces for A.

E

Diagonalize A by a similarity transformation.