-1

I am unable to find a real matrix $A$ that satisfies $A^2=B$ for the matrix given below by any methods I know, since it is already diagonalized. Does there exist such a real $A$ at all, and more importantly, is there any way to prove whether it does? $$B=\begin{bmatrix} 1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & -1 \end{bmatrix}$$

pulsejet
  • 538

2 Answers2

1

Yes there is. The eigenvalues of $A$ must be square roots of $1$, $-1$ and $-1$. They could be $1$, $i$ and $-i$, or $-1$, $i$ and $-i$. (They can't be $1$, $i$ and $i$ since that set is not closed under conjugation.)

Angina Seng
  • 158,341
1

Yes, there indeed exists such a real matrix. In general, a real square root will exist so long as all negative eigenvalues appear with even multiplicity. As for finding a square root, it's simple in this case

Hint: The transformation induced by $B$ is a $180^\circ$ rotation about the $x$-axis. We can take $A$ to be another rotation.

Ben Grossmann
  • 225,327