Rev 3265 | Rev 4349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3265 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Generates a random invertible matrix |
- | |
5 | slib_parms=3\ |
- | |
6 | 2,matrix size\ |
- | |
7 | 2,coefficient range\ |
- | |
8 | Z,coefficient ring: Z for the time being,Q,R,C,G (Gauss ring), n (n is an integer for Z/nZ) |
- | |
9 | slib_author=Gang Xiao |
4 | slib_author=Gang Xiao |
10 | slib_out=the generated matrix |
- | |
- | 5 | ||
11 | slib_example= 3,6 |
6 | slib_example= 3,6 |
12 | slib_require=pari |
7 | slib_require=pari |
13 | !exit |
8 | !exit |
14 | 9 | ||
15 | :proc |
10 | :proc |