hotcommodity
- 434
- 0
[SOLVED] Complex Eigenvector
I need to solve for an eigenvector using the complex eigenvalue -1 + i \sqrt{11}. I have a matrix:
A = \left(\begin{array}{cc}-3 & -5 \\3 & 1\end{array}\right)
From the equation A \vec{V} = \lambda \vec{V}, where \vec{V} = (x, y) I get :
-3x - 5y = -1x + i \sqrt{11}x
3x + y = -1y + i \sqrt{11}y
Which gives:
-2x - i \sqrt{11}x - 5y = 0
3x + 2y - i \sqrt{11}y = 0
When I solve this system for x and y, I get a solution of (0, 0). The book agrees with the eigenvalue that I found, but has an eigenvector solution of (-2 + i \sqrt{11}, 3). Can anyone spot what I'm doing wrong?
Any help is appreciated.
I need to solve for an eigenvector using the complex eigenvalue -1 + i \sqrt{11}. I have a matrix:
A = \left(\begin{array}{cc}-3 & -5 \\3 & 1\end{array}\right)
From the equation A \vec{V} = \lambda \vec{V}, where \vec{V} = (x, y) I get :
-3x - 5y = -1x + i \sqrt{11}x
3x + y = -1y + i \sqrt{11}y
Which gives:
-2x - i \sqrt{11}x - 5y = 0
3x + 2y - i \sqrt{11}y = 0
When I solve this system for x and y, I get a solution of (0, 0). The book agrees with the eigenvalue that I found, but has an eigenvector solution of (-2 + i \sqrt{11}, 3). Can anyone spot what I'm doing wrong?
Any help is appreciated.