- #36
cookiemonster
- 978
- 0
To get a matrix with determinant 1, just perform elementary row and column operations on any upper triangular matrix with all entries in the main diagonal 1. So start with [[1,a,b,...][0,1,c,d,...][0,0,1,e,f,...]...] and manipulate it until its sufficiently mixed up.
cookiemonster
cookiemonster