for $\mathbf{A} \in \mathbb{R}^{n \times n}$ satisfying $\mathbf{A}^2 = -\mathbf{I}_n$, what can be concluded about $n$ and $\text{det(A)}$?
Here's my attempt:
let $\det(A) = k$,
$\det(\mathbf{A}^2) = \det(\mathbf{A}) \det(\mathbf{A}) = k^2 = \det(-\mathbf{I_n}) = -1 \implies k^2 = -1 \implies k = \sqrt{-1} = i$
and hence, $\det(A) = i$. But I'm not sure about the $n$ part. Any help would be highly appreciated