Question: A).Consider a matrix A=(011−231−314) Find all eigenvalues and the corresponding eigenvecors(and generalized eigenvectors) of A.
B). Find a vector v such that v,Av, and A2v are linearly independent.
Proof: A) Ok so for this one I got my eigenvalues to be λ=2,3 and my vectors to be v1=(112) such that λ=3, v2=(111) such that λ=2, and because we have a generalized eigenvector we get v3=(221). Are these results right?
and for part B) I'm not quite sure how to show that. Where can I go to see how to show linear independence?
Answer
Your v3 is wrong. An easy way to see this is that the generalised eigenvectors should form a basis for R3, but for your vectors
v1+v3=3v2 ,
so they are not independent.
You can find v3 in various ways, for example by solving
(A−2I)v3=v2 ,
which gives the useful relations
Av1=3v1 ,Av2=2v2 ,Av3=v2+2v3 .
These also give a (relatively) simple way to do the second question. Since {v1,v2,v3} is a basis for R3, we can take
v=αv1+βv2+γv3 .
Using (∗), we have
Av=3αv1+2βv2+γ(v2+2v3)A2v=9αv1+4βv2+γ(4v2+4v3) .
For these vectors to be independent we need the determinant
D=det
to be non-zero. But
\eqalign{D &=\alpha\gamma \det\pmatrix{1&3&9\cr \beta&2\beta+\gamma&4\beta+4\gamma\cr 1&2&4\cr}\cr &=\alpha\gamma\det\pmatrix{1&3&9\cr 0&2\gamma&4\gamma\cr 1&2&4\cr}\cr &=\alpha\gamma^2\det\pmatrix{1&3&9\cr 0&2&4\cr 1&2&4\cr}\cr &=-\alpha\gamma^2\ ;\cr}
so you can take any {\bf v} from ({*}{*}) as long as neither \alpha nor \gamma is zero.
No comments:
Post a Comment