0

Where $B = \begin{bmatrix} [d] & [-b] \\ [-c] & [a] \end{bmatrix}$

The way I solved this problem is That I first got all the elements of $M_2(\mathbb Z_2)$ and then considered the elements that have non-zero determinant so this is the elements of $GL_2(\mathbb Z_2)$, however this approach has depended on the fact that knowing $GL_2(\mathbb Z_2)$ elements , however I was wondering is there a more direct approach of solving this problem without relying on knowing the elements $GL_2(\mathbb Z_2)$?

Stephen Montgomery-Smith
  • 26,430
  • 2
  • 35
  • 64

1 Answers1

2

You can show that $AB = BA = \det(A) I$ just by multiplying them out. Hence if $\det(A) \ne 0$, you have constructed the inverse using the formula given in your title.

To show the converse, use the fact that $\det(UV) = \det(U) \det(V)$. (It's true for matrices of integers, so it must also be true for matrices of $\mathbb Z_2$.) Hence $\det(A^{-1}) \det(A) = 1$.

Stephen Montgomery-Smith
  • 26,430
  • 2
  • 35
  • 64