boneill3
- 126
- 0
Homework Statement
Find the eigenvectors of the matrix A
Homework Equations
3. The attempt at the solution
\[ \left( \begin{array}{cc}4 & -5 \\1 & 0 \end{array} \right)\]
First I find the characteristic equation A - \lambda I
\[ \left( \begin{array}{cc}4-\lambda & -5 \\1 & 0-\lambda \end{array} \right)\]
and solve
\lambda^2-4\lambda+5=0
which gives the complex eigenvalues 2-i,2+i
we need to solve
\[ \left( \begin{array}{cc}4-(2-i) & -5 \\1 & 0-(2-i) \end{array} \right)\] X = 0
and
\[ \left( \begin{array}{cc}4-(2+i) & -5 \\1 & 0-(2+i) \end{array} \right)\] X = 0
for the first one I get to
<br /> (2-i)x - 5y = 0 <br />
<br /> x - 2-iy = 0<br />
I start to get lost after here any help grately appreciated
regards