So I'm studying linear algebra and one of the self-study exercises has a set of true or false questions. One of the questions is this:
If $A^2 = I$ (Identity Matrix), then $A = \pm I$ ?
I'm pretty sure it is true but the answer says it's false. How can this be false (maybe it's a typography error in the book)?
A simple counterexample is $$A = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} $$ We have $A \neq \pm I$, but $A^{2} = I$.