[Math] How many invertible 3×3 matrices

abstract-algebralinear algebramatrices

How many invertible $ 3 \times 3 $ matrices exist over $2$-element field?


Obviously if some field has only $2$ elements, those elements must be $0$ and $1$.
A matrix is invertible if and only if its determinant is non zero. I think it will be easier to find matrices which determinants are $0$ and subtract that number from $2^9$ (total number of matrices we can build over that field).

Is there any "clever" way of solving this problem?

Best Answer

$2^3-2^0=7$ choices for the first row as nozero vector. Then $2^3-2^1=6$ choices for the second row vector not in the span of the first. Then $2^3-2^2=4$ choices for the third row not in the span of the first two.