Let $$A=\begin{pmatrix} 0&0&1\\0&1&0\\1&0&0 \end{pmatrix}$$and $$B=\begin{pmatrix} 0&1&0\\0&0&1\\1&0&0 \end{pmatrix}$$ Find one solution to each of the following matrix equation over real numbers which is not diagonal.
1)$X^{2}=-A$
2)$X^{3}=A$
3)$X^{3}=B$
4)$X^{2}=B$
My attempts are as follows:
- Write the matrics as linear transformations and try to figure out a solution.
$$B:\begin{pmatrix} x\\y\\z\end{pmatrix}\mapsto\begin{pmatrix} y\\z\\x\end{pmatrix}$$
So that $$X:\begin{pmatrix} x\\y\\z\end{pmatrix}\mapsto\begin{pmatrix} z\\x\\y\end{pmatrix}$$ is a solution to 4). However, the rest are quite hard to observe.
- Diagonalize $A,B$. However, they cannot be diagonalized in real numbers.