- 6,221
- 31
Homework Statement
The matrix,A,given by
<br /> A = \left(<br /> \begin{array}{ccc}<br /> 7 & -4 & 6\\<br /> 2 & 2 & 2 \\<br /> -3 & 4 & -2 \<br /> \end{array}<br /> \right)<br />
has eigenvalues 1,2,4 . Find a set of corresponding eigenvectors.
Hence find the eigenvalues of B, where
<br /> B = \left(<br /> \begin{array}{ccc}<br /> 10 & -4 & 6\\<br /> 2 & 5 & 2 \\<br /> -3 & 4 & 1 \<br /> \end{array}<br /> \right)<br />
and state a corresponding set of eigenvectors.
Homework Equations
The Attempt at a Solution
Well I easily found the eigenvectors
<br /> \lambda=1 corresponds to
<br /> \left(<br /> \begin{array}{c}<br /> -1\\<br /> 0 \\<br /> 1\<br /> \end{array}<br /> \right)<br />
<br /> \lambda=2 corresponds to
<br /> \left(<br /> \begin{array}{c}<br /> -4\\<br /> 1 \\<br /> 4\<br /> \end{array}<br /> \right)<br />
<br /> \lambda=4 corresponds to
<br /> \left(<br /> \begin{array}{c}<br /> 2\\<br /> 3 \\<br /> 1\<br /> \end{array}<br /> \right)<br />
Well for the one with B, just solve det(b-\lambdaI)=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