Eigenvalue of a rotation matrix

supermesh
Messages
7
Reaction score
0
cos a -sin a

sin a cos a

How do I find the eigenvalue of this rotation matrix? I did the usual way, but didn't work! Could someone tell me how to start this problem?
 
Physics news on Phys.org
How far did you get doing it the 'usual way'? It should work.
 
Did you try solving the characteristic polynomial?
 
A rotation matrix in C^n is unitary. Unitary linear operators have eigenvalues with absolute value 1 (because unitary transformations are also normal). You will get two complex eigenvalues, both with absolute value 1. Use the high school complex quadratic formula.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top