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