Here is $3\times3$ matrix$$\begin{pmatrix} 0& 0& 1\\
0 & -1 & 0\\
1& 0 & 0\end{pmatrix}$$
How can I solve this by using Cayley-Hamilton?
I know how to use Cayley-Hamilton for a $2$-dimensional matrix.
How can it help in finding the square root of a $3\times3$ matrix?
for 2 dimensional matrix we can solve this equation A^2−(trA)A+(detA)I=0
we have A and I,
we can compute det(A^2) so we have det A,
and we can find A.
for 2 dimensional matrix using above equation we can compute square root. for example we have this matrix:
A^2= $$\begin{pmatrix} 4& 2\\ 2& 2\end{pmatrix}$$
det A^2= 4
det A=2
4 2 1 0
2 2 +6 *A+ 2* 0 1 =0
by solving above equation we can find A.