Small unimodular matrices
In order to easily make exercises for linear algebra sessions,
I found it useful to compute the list of all the 3x3 matrices which
have determinant 1 or -1 and whose entries have absolute value
at most 2. There are 133044 of them.
Here they are.
I found them using
this program (in GAP3).
Back to the main page.
Back to the software page.