I'm having trouble getting the geometric interpretation of complex eigenvectors and eigenvalues of a rotation matrix. I am given A=
\begin{bmatrix}
0 & -2 \\
2 & 0
\end{bmatrix}
The given eigenvalues are:
D=\begin{bmatrix}
2i & 0 \\
0 & -2i
\end{bmatrix}
and the eigenvectors are:\begin{bmatrix}
i & -i \\
1 & 1
\end{bmatrix}
I need to know the geometric interpretation of these complex eigenvectors and values and also those of $A^{\frac{1}{N}}$.
I know that A= $2\cdot\begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} = 2\cdot\begin{bmatrix}\cos{\pi /2} & -\sin{\pi /2} \\ \sin{\pi /2} & \cos{\pi /2}\end{bmatrix}$, so $A^{\frac{1}{N}}=2^{\frac{1}{N}}\cdot\begin{bmatrix}\cos{\pi /2N} & -\sin{\pi /2N} \\ \sin{\pi /2N} & \cos{\pi /2N}\end{bmatrix}$, which is a rotation of $\frac{\pi}{2N}$ counterclockwise and scaling by $2^{\frac{1}{N}}$.
I did read the earlier post about geometric interpretation, and the fantastic animated explanation, but I still don't get it. I apologise, it sounds like I'm asking for answers (I kind of am yeah), but I need a worked example to get anything done at all, and David C. Lay's textbook was incomprehensible to me.
Thank you very much for your help.
I'd be very grateful if someone could draw out the basis vectors, show me how I tell how much they rotate, and in which direction, and then how much it scales.
Asked
Active
Viewed 274 times
0
Memiya
- 153
I didn't get why the eigenvector just kept spinning. I tried to use it to think of how the basis vectors would look like but I can't.
The eigenvectors given to me also have i on top and 1 on the bottom, so I can't translate those into basis vectors. – Memiya Mar 29 '21 at 15:06