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=The determinant of a square matrix |
- | |
5 | slib_parms=1\ |
4 | |
6 | ,the input matrix |
- | |
7 | slib_author=Gang Xiao |
5 | slib_author=Gang Xiao |
8 | slib_out=the determinant (empty if error) |
- | |
- | 6 | ||
9 | slib_example= 1,3;5,6 |
7 | slib_example= 1,3;5,6 |
10 | slib_require=pari |
8 | slib_require=pari |
11 | !exit |
9 | !exit |
12 | 10 | ||
13 | :proc |
11 | :proc |