Let $A$ be a $2 \times 2$ matrix such that $A = A^{-1}$. The value of $\operatorname{det} (A)$ can be:
- $\operatorname{det} (A)=-2$
- $\operatorname{det} (A)=-1$
- $\operatorname{det} (A)=0$
- $\operatorname{det} (A)=2$
My attempt:
$$\begin{bmatrix} a &b \\ c& d \end{bmatrix} = \frac{1}{ad-bc} \times \begin{bmatrix} d &-b \\ -c& a \end{bmatrix}$$
Obviously the determinant cannot be $0$, since an inverse exists, but I'm not sure how to proceed. Any help would be appreciated.
Hint: what is the determinant of $A^2$?