| RandomUnimodularMat |
| Syntax |
RandomUnimodularMat(R: RING, N: INT): MAT RandomUnimodularMat(R: RING, N: INT, Niters: INT): MAT |
| Description |
| Example |
/**/ RandomUnimodularMat(ZZ, 3); matrix(ZZ, [[-684, -2919, -769], [1054, 4498, 1185], [-519, -2215, -584]]) |
| See Also |