How Can I Find Eigenvalues and Normalized Eigenvectors for a Matrix?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
debjit625
Messages
40
Reaction score
0

Homework Statement


Find the eigen values and normalized eigen vectors for the matrix

cosθ sinθ
-sinθ cosθ

2. The attempt at a solution
Well I did the eigen values hope they are correct but can't solve for eigen vectors

Eigen values are
λ = cosθ ± isinθ

on solving for eigen vector for eigen value λ = cosθ + isinθ ,I got
x + iy = 0 ,hence only solution x = y = 0 which is not the solution I guess (eigen vector can't be null vector)
or could I take y = i and x = 1 then it is solvable but again can I take imaginary numbers ?

Thanks
 
Physics news on Phys.org
debjit625 said:
x + iy = 0 ,hence only solution x = y = 0

x and y are not necessarily real.
 
That means I take y = i and x = 1.
Thanks.