- 6,221
- 31
Homework Statement
The matrix,A,given by
[tex] A = \left(<br /> \begin{array}{ccc}<br /> 7 & -4 & 6\\<br /> 2 & 2 & 2 \\<br /> -3 & 4 & -2 \<br /> \end{array}<br /> \right)[/tex]
has eigenvalues 1,2,4 . Find a set of corresponding eigenvectors.
Hence find the eigenvalues of B, where
[tex] B = \left(<br /> \begin{array}{ccc}<br /> 10 & -4 & 6\\<br /> 2 & 5 & 2 \\<br /> -3 & 4 & 1 \<br /> \end{array}<br /> \right)[/tex]
and state a corresponding set of eigenvectors.
Homework Equations
The Attempt at a Solution
Well I easily found the eigenvectors
[itex] \lambda=1[/itex] corresponds to
[tex] \left(<br /> \begin{array}{c}<br /> -1\\<br /> 0 \\<br /> 1\<br /> \end{array}<br /> \right)[/tex]
[itex] \lambda=2[/itex] corresponds to
[tex] \left(<br /> \begin{array}{c}<br /> -4\\<br /> 1 \\<br /> 4\<br /> \end{array}<br /> \right)[/tex]
[itex] \lambda=4[/itex] corresponds to
[tex] \left(<br /> \begin{array}{c}<br /> 2\\<br /> 3 \\<br /> 1\<br /> \end{array}<br /> \right)[/tex]
Well for the one with B, just solve det(b-[itex]\lambda[/itex]I)=0 to get the e.values... but it says to state a set of e.vectors meaning that I am not supposed to work them out.
The only thing I can really say about A and B is that in B all the elements in the main diagonal are the elements in the main diagonal of A with 3 added to them