$$A = \begin{bmatrix}0&0&0&0&0&1\\0&0&0&0&1&0\\0&0&0&1&0&0\\1&0&0&0&0&0\\0&1&0&0&0&0\\0&0&1&0&0&0\end{bmatrix}$$
Find the eigenvalues of $A$. What are the algebraic and geometric multiplicities of the eigenvalues of $A$? Further, find also the characteristic polynomial of $A$.
My attempt: I was reading wiki article on permutation matrix. There it was given that, To calculate the eigenvalues of a permutation matrix $P_σ$, write $σ$ as a product of cycles say, $C_1, C_2,...,C_t$ Let the corresponding lengths of these cycles be $l_1, l_2,..., l_t$ and let $R_i(1≤i≤t)$ be the set of complex solutions of $x^{l_i}=1$. Then union of all $R_i$s is the set of eigenvalues of the corresponding permutation matrix.
Now, here,
$$σ=(16)(25)(34)(41)(52)(63)$$ $$=(13)(46)(2)(5)$$
So that their length cycles respectively are, $l_1=2, l_2=2, l_3=1,l_4=1$
Hence, by above discussion $R_1=\{z∈C: x^2=1\}$ hence
$R_1=\{1,-1,-i\}$ and similarly
$R_2=\{1,-1,-i\}$,
$R_3=R_4=\{1\}$
Hence we saw, eigenvalues values are, $1,-1,-i$ but in key it was given that, $i$ is also an eigenvalue, How? Where I went wrong?
Furtther, please tell me is there is any short way to find algebraic and geometric multiplicity of Permutation matrix? Further, how could one proceed to find Characteristic polynomial of above $6×6$ permutation matrix? Is algebraic multiplicity is equals to geometric multiplicity of Permutation matrix?
Note: time given for such problems in our exam is about ten minutes. So how could one proceed, In such short time? as, by usual way to find geometric multiplicity requires, to find $dim(ker(A-λI)$ which takes time.
Please Help me.