Hi All,
I am new to the forums. I was away from school for like 3-4 yrs and just went back to do a grad program. I've taken linear algebra before but am having a hard time wrapping my head around 1 proof they are asking for. I apologize in advance for the long post and thank you for any help
They originally defined M as a matrix:
I know that an eigenvector is one such that Mv = λV where λ is the eigenvalue.
Also (M - λI) v = 0 where M is the matrix, I is the identity matrix, x is the eigenvalue and v is the eigenvector. They asked us to proof that for M an eigenvector is
If I try to apply (M - λiI) I get the below matrix
mutliplication by v yields
which does yield 0
and
which does not yield zero
What I was thinking is that since the det(M) has already been determined to be zero then these two equation represent the same thing. If λi can solve one linear equation than a linear combo of it will solve the second equation?
I am new to the forums. I was away from school for like 3-4 yrs and just went back to do a grad program. I've taken linear algebra before but am having a hard time wrapping my head around 1 proof they are asking for. I apologize in advance for the long post and thank you for any help
They originally defined M as a matrix:
Code:
a[SUB]11[/SUB] a[SUB]12[/SUB]
a[SUB]21[/SUB] a[SUB]22
[/SUB]
I know that an eigenvector is one such that Mv = λV where λ is the eigenvalue.
Also (M - λI) v = 0 where M is the matrix, I is the identity matrix, x is the eigenvalue and v is the eigenvector. They asked us to proof that for M an eigenvector is
Code:
1
(λi- a11) / a12
If I try to apply (M - λiI) I get the below matrix
Code:
a11-λi a12
a21 a22 -λi
[FONT=Verdana]
[/FONT]
mutliplication by v yields
Code:
(a11-λi)+ a12 ((λi-a11)/a12) = 0
which does yield 0
and
Code:
a21 + (a22 -λi) *((λi- a11) / a12)[COLOR=#333333][FONT=PT Sans Caption][SIZE=3] = 0
[/SIZE][/FONT][/COLOR]
which does not yield zero
What I was thinking is that since the det(M) has already been determined to be zero then these two equation represent the same thing. If λi can solve one linear equation than a linear combo of it will solve the second equation?
Last edited: