I was trying to solve this equation over here.
$\begin{bmatrix}a&b\\c&d\end{bmatrix}^2 = \begin{bmatrix}-1&0\\0&-1\end{bmatrix}$ I realize that there are some obvious ones like $\begin{bmatrix}i&0\\0&i\end{bmatrix}$, $\begin{bmatrix}-i&0\\0&i\end{bmatrix}$, $\begin{bmatrix}-i&0\\0&-i\end{bmatrix}$ $\begin{bmatrix}i&0\\0&-i\end{bmatrix}$ These solutions are also what I've found in wolframalpha.However, I also found
$\begin{bmatrix}0&-1\\1&0\end{bmatrix}$, $\begin{bmatrix}0&1\\-1&0\end{bmatrix}$If $a$, $b$, $c$, and $d$ are all complex numbers, are there any solutions that I missed?