bluewhistled
- 31
- 0
Homework Statement
The matrix is [[5,2],[2,2]], the eigenvalues are 6 and 1, the eigenvectors are [2/(5^.5),1/(5^.5)] and [1/(5^.5),-2/(5^.5)]
The Attempt at a Solution
I'm trying to reproduce their results and I can get the eigenvalues and the first vector but the second one always comes out to be [-.5,1]. when it should be [.5,-1] according to the book. Unless the book is wrong (which I'm hoping someone will help me verify

(L-5)(L-2)-4=L^2-7L+6=(L-6)(L-1)
Which gives L=1,6
Now for L=1:
v_1=[[-4,-2],[-2,-1]] which simplifies to [[1,-2],[0,0]] and then I take the eigenvector of [2,1]
v_2=[[1,-2],[-2,4]] which simplifies to [[1,.5],[0,0]] and then I take the eigenvector of [-.5,1]
Can anyone see a flaw in my work?
Thanks a lot