Let f:R3→R3 be the mapping that with respect to the standard basis for R3 has the mapping matrix
A=[344666−6−7−7].
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!
hint
Since we already have some suggested eigenvectors, we do not need to compute the characteristic polynomial, etc.
hint
Compute A⋅v1. Perhaps the result looks a bit like v1….
answer
A⋅v1=[−101]=−1⋅v1, so λ1=−1.
A⋅v2=[000]=0⋅v2, so λ2=0.
A⋅v3=[36−6]=3⋅v3, so λ3=3.
B
How can we most easily argue that v1,v2 and v3 are linearly independent.
hint
Apply with advantage Theorem 13.11, point 1, in eNote 13.
C
How can we most easily show, that f(R3)=spanv1,v3?
hint
Use that (v1,v2,v3) is a basis for R3 consisting of eigenvectors for f, an eigenbasis. The image space f(R3) is (as always) spanned by the images of the basis vectors.
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).
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).
hint
There are two eigenvalues that are now given to you. The first one is the number 1. So think about: Which vectors are fix-vectors for p, that is, they are mapped onto themselves? The other one is the number 0. So think about: Which vectors are mapped onto a single point the (0-vector).
answer
E1 is all vectors in the (x,y)-plane in space. They do not move at all by the projection down onto the (x,y)-plane. E0 are all vectors on the z-axis, they are mapped onto the origin.
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.
hint
First use the standard base (i,j,k). How?
answer
Using the standard base we find the mapping matrix:
[100010000].
Using e.g. the eigenbasis ((1,1,0),(1,−1,0),(0,0,−1)) we get the same mapping matrix. Find yourself an eigenbasis that do not have the same mapping matrix.
State eigenvalues and all corresponding eigenvectors for the linear map f:R3→R3 that with respect to the standard basis e in R3 has the mapping matrix A.
answer
It appears from the Mapleoutput that A has the eigenvalues 4, -2 and 3, all with algebraic and geometric multiplicity 1.
The corresponding eigenvector spaces is also apparent from the output, since E4=span(−2,−2,1),E3=span(1,1,0) and E−2=span(−1,−2,4).
C
Find a basis v=(v1,v2,v3) for R3 consisting of eigenvectors for f.
hint
Have another look at the important Theorem 13.11 in eNote 13.
answer
v1=(−2,−2,1)∈E4, v2=(1,1,0)∈E3 and v3=(−1,−2,4)∈E−2 can according to Theorem 13.11, point 1, in eNote 13 be a basis for R3.
D
Find the mapping matrix for f with respect to the basis v found in the preceding chapter.
hint
vFv=[λ1000λ2000λ3]
answer
vFv=vMe⋅eFe⋅eMv=[λ1000λ2000λ3]=[40003000−2]
E
State a regular matrix V and a diagonal matrix Λ, such that
Λ=V−1⋅A⋅V.
hint
vFv=vMe⋅eFe⋅eMv
answer
vMe⋅eFe⋅eMv=vFv=[λ1000λ2000λ3]
So if we choose
V=eMv=[v1v2v3]
we have found the wanted regular matrix.
Exercise 4: Diagonalization by Similarity Transformation
This exercise should be solved by hand.
A
Given the matrix
A=[9−68−7].
Investigate whether A can be diagonalized and in case state a regular matrix V and a diagonal matrix Λ, such that
Λ=V−1⋅A⋅V.
answer
Diagonalization is possible, because two linearly independent eigenvectors exist for A.
More correct answers are possible, here is one of them:
V=[1322]andΛ=[−3005].
B
Given the matrix
B=[200111−111].
Investigate whether B can be diagonalized and state in case a regular matrix V and a diagonal matrix Λ, such that
Λ=V−1⋅B⋅V.
answer
Note that 0 is one of the eigenvalues.
Diagonalization is possible, since three linearly independent eigenvectors exist for B.
More correct answers are possible, here is one of them:
V=[1011−1001−1]ogΛ=[200000002].
Exercise 5: Similar Matrices
Given the matrices
A=[01−10]andB=[0−110].
A
Explain that A and B are similar.
hint
Show that A and B are similar with the same diagonal matrix
answer
If we set V=[−ii11],U=[i−i11] and Λ=[i00−i] then it applies that:
Λ=V−1⋅A⋅V=U−1⋅B⋅U.
Since A and B are similar to the same diagonal matrix, they are mutually similar.
B
Advanced:
Determine a regular matrix M that fulfills
B=M−1AM.
hint
See the final example in Today’s MapleDemo
answer
M=V⋅U−1=[−1001].
C
Advanced:
Now we consider A to be a mapping matrix for a linear map f:R2→R2 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.
hint
See the final example in Today’s MapleDemo
answer
m=((−1,0),(0,1)).
Exercise 6: Complex Diagonalization
Given the matrix
A=[30001−1511].
D
Find eigenvalues and the corresponding complex eigenvector spaces for A.
answer
The eigenvalues are 1+i, 1−i og 3. All with algebraic multiplicity 1.
The eigenvectors corresponding to λ=1+i are x=t1⋅[0i1], where t1∈C,
the eigenvectors corresponding to λ=1−i are x=t2⋅[0−i1], where t2∈C and
the eigenvectors corresponding to λ=3 are x=t3⋅[1−12], where t3∈C.