In a 3x3 matrix, how do I calculate the eigenvalues and eigenvectors, given that Ax=λx, λ=4? How do I find a, b or c? Thank?
and what is a, b and c?
To find eigen values: \[ \det(A-\lambda I)=0 \]Solve for \(\lambda\).
Basically: 1) subtract \(\lambda\) from the diagonals 2) find the determinate, giving you a polynomial 3) find the roots of that polynomial
Thx, wio. Let me try that.
If you have repeated or imaginary eigen values, it gets really hairy. Hopefully they're all unique and real.
Okay, I have -2, -1, -2 on the diagonal. Do i subtract λ diagonally and proceed or?
In that case the eigen vector \(\mathbf v_i\) corresponding to the eigen value \(\lambda_i\) can be found by solving: \[ (A-\lambda_i I)\mathbf v_i = \mathbf 0 \]
I think? Actually I'm pretty sure it's just finding the null space of: \[ (A-\lambda_i) \]
Which may be the same thing as that equation above...
\[ A-\lambda_i I \]
I'm gettting confused here. Did you see the pic I attached?
Yes, why?
I understand I need to subtract λ diagonally, but why is it given?
I don't know. It isn't even an Eigen value for the picture you uploaded.
So, are you suggesting the question was wrong?
That is a possibility.
I think we might be interpreting it wrong, or you could have written it down wrong.
Okay. Here is the full thing.
Hello wio. Still there?
question looks fine to me, to make ur life simple, they gave u one eigen value. you're supposed to solve other two roots
@d3Xter you able to find the eigenvectors ?
Well, using \[ \lambda I _{3}-A.\] I got \[\lambda ^{3}-7\lambda ^{2}+14\lambda-8\]
ok, \(\lambda = 2 \) satisfies that equation, so it is clar the thw question is asking us to find the eigenvector corresponding to \(\lambda = 2 \)
you knw how to find the corresponding eigenvector right ?
Okay.
How do I go about that?
\[ \left( \begin{array}{ccc} 2-\lambda & 2 & -2 \\ 1 & 3-\lambda & 1 \\ 1 & 2 & 2-\lambda \end{array} \right) \left( \begin{array}{c} x \\ y \\ z \end{array} \right) = 0 \]
put \(-\lambda = 2\) and solve above
\[ \left( \begin{array}{ccc} 2-2 & 2 & -2 \\ 1 & 3-2 & 1 \\ 1 & 2 & 2-2 \end{array} \right) \left( \begin{array}{c} x \\ y \\ z \end{array} \right) = 0 \] \[ \left( \begin{array}{ccc} 0 & 2 & -2 \\ 1 & 1 & 1 \\ 1 & 2 & 0 \end{array} \right) \left( \begin{array}{c} x \\ y \\ z \end{array} \right) = 0 \]
reduce the matrix
\[ \left( \begin{array}{ccc} 0 & 2 & -2 & 0 \\ 1 & 1 & 1 & 0\\ 1 & 2 & 0 & 0 \end{array} \right) \] \[ \left( \begin{array}{ccc} 1 & 1 & 1 & 0\\ 0 & 2 & -2 & 0 \\ 1 & 2 & 0 & 0 \end{array} \right) \] \[ \left( \begin{array}{ccc} 1 & 1 & 1 & 0\\ 0 & 2 & -2 & 0 \\ 0 & 1 & -1 & 0 \end{array} \right) \] \[ \left( \begin{array}{ccc} 1 & 1 & 1 & 0\\ 0 & 1 & -1 & 0 \\ 0 & 1 & -1 & 0 \end{array} \right) \] \[ \left( \begin{array}{ccc} 1 & 1 & 1 & 0\\ 0 & 1 & -1 & 0 \\ 0 & 0 & 0 & 0 \end{array} \right) \] \[ \left( \begin{array}{ccc} 1 & 0 & 2 & 0\\ 0 & 1 & -1 & 0 \\ 0 & 0 & 0 & 0 \end{array} \right) \]
that gives you x+2z = 0 y-z = 0 z is free
corresponding eigen vector for \(\lambda = 2\) \[ \left( \begin{array}{ccc} -2z \\ z \\ z \end{array} \right) \]
\[ \left( \begin{array}{ccc} -2 \\ 1 \\ 1 \end{array} \right) \]
how did you get this? \left( \begin{array}{ccc} 1 & 0 & 2 & 0\\ 0 & 1 & -1 & 0 \\ 0 & 0 & 0 & 0 \end{array} \right)
The first row.
R1-R2
Okay, understood, but why did you do that?
i wanted to express x and y in terms of free variable z
so, in the x row, ive simply eliminated y
hmm, that makes sense.
cool/
How about this? \left( \begin{array}{ccc} -2z \\ z \\ z \end{array} \right)
Why the z-s?
cuz our last row is all 0s. z is the free variable here
you will get infinite multiples for that vector by substituting a value for z
So, that makes it one since x=2z, right?
x = -2z dint get ur q ?
oops, that was an oversight
hey im not getting u hmm
Since x = -2z, z=1, right?
we have the vector in terms of z like below :- -2z z z
put z = 1, 2, 3, 4.... u wil get different vectors all corresponding to eigen value of 2
put z =1 -2 1 1 is the eigen vector.
Also every non-zero multiple of this vector is an eigen vector corresponding to \(\lambda = 2 \)
Thanks a lot. This really got me crazy for the past week.
np :) you may use wolframalpha when you're stuck
here is eigen values and eigen vectors for given matrix from wolfram :- http://www.wolframalpha.com/input/?i=eigen+vectors+of+%7B%282%2C2%2C-2%29+%2C+%281%2C3%2C1%29%2C+%281%2C2%2C2%29%7D
good luck !
One more thing
that question was in terms of b. i just needs clarifications on adjustments to find a or c.
that im not sure wat they mean by a, b or c i think they mean a, b, c are vectors corresponding to each root
Oh, I see. Thanks again.
yw :)
Join our real-time social learning platform and learn together with your friends!