Invertible elements of monoid $(M_ 2(Z),\cdot)$
$A=\begin{pmatrix}a&b\\ c&d\end{pmatrix}$
I calculated $A^{-1}=\frac{1}{ad-bc}\cdot\begin{pmatrix}d&-b\\ -c&a\end{pmatrix}$
$ad-bc\not=0$
I'm not really sure how to go from here to the final answer which is:
$\{A|$ determinant of $A\in \{\pm 1\}\}$
Could anyone point out what I'm missing? Thank you.