I am trying to find the eigenvalues and the normalized eigenvectors of the matrix: $$\begin{bmatrix}0 & i & 0\\0 & 0& i\\i & 0 & 0 \end{bmatrix}$$
It is stated that the eigenvalues are : $\lambda_1 = i\omega$, $\lambda_2 = i$ and $\lambda_3 = i\omega^2$ and two of the normalised eigenvectors are: $\frac{1}{\sqrt 3}\begin{bmatrix}1\\1\\1\end{bmatrix}$ and $\frac{1}{\sqrt 3}\begin{bmatrix}1\\\omega^2\\\omega\end{bmatrix}$.
I'm not sure what $\omega$ means in this case and how to arrive to this result, given that $i$ is a degenerate eigenvalue.
The matrix is equal to $iM$, where$$M=\begin{bmatrix}0&1&0\\0&0&1\\1&0&0\end{bmatrix}.$$Therefore, its eigenvalues are the eigenvalues of $M$ times $i$. But the characteristic polynomial of $M$ is $1-x^3$ and therefore its eigenvalues are $\{1,\omega,\omega^2\}$, where$$\omega=-\frac12\pm\frac{\sqrt3}2i$$