I have this orthonormal matrix:
$ Q =\frac{1}{9} \left(\begin{matrix} 4 & 8 & -1 \\ -4 & 1 & -8 \\ -7 & 4 & 4 \end{matrix}\right)$
If I calculate $Q^4$, I get the identity matrix. Is there a way to calculate the power $k$ of $Q^k$ to get the identity?
By computing $Q^TQ=I_3$ we see that $Q$ is orthogonal. Hence $Q$ is similar to
$$R_\theta=\begin{pmatrix}\pm1&0&0\\ 0&\cos\theta&-\sin\theta\\ 0&\sin\theta&\cos\theta \end{pmatrix}$$
Let $C_i$ the $i$-th column of $Q$. We have $C_1\wedge C_2=C_3$ so $Q$ is a rotation i.e. positive orthogonal matrix, hence $+1$ is an eigenvalue and from the trace of $Q$ we get $\cos\theta=0$ and so $\sin\theta=\pm1$. Now we see that $R_\theta^4=I_3$ hence $Q^4=I_3$.