[Math] matrix $B$ such that $B^2=A$, with $A$ being diagonalizable

diagonalizationeigenvalues-eigenvectorsmatrices

I have the following matrix: $$\begin{pmatrix}
0 & -7 & 1 \\
0 & 4 & 0 \\
-2 & 1 & 3 \\
\end{pmatrix}$$
I already found the eigenvalues which are $$\lambda_1=1$$ $$\lambda_2=2$$ $$\lambda_3=4$$ They are distinct so the matrix is clearly diagonalizable. I know a matrix is similar to its diagonal matrix so we can write this as follows: $$A= PDP^{-1}$$
We also have that : $$A^n=PD^nP^{-1}$$
Now is it possible to find $B$ such that $B^2=A$ ? I have been trying to use the fact that $A$ is similiar to its diagonal, but i do not know if i have to use that or not.

Best Answer

Guide:

Try to compute $(PD^\frac12P^{-1})^2$

Related Question