Rev 3265 | Rev 4351 | 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=Random polynomial |
- | |
5 | slib_parms=4\ |
- | |
6 | 4,degree\ |
- | |
7 | 4,range\ |
- | |
8 | x, variable\ |
- | |
9 | , monic the polynomial is monic,otherwise range of the leading coefficient (sign is permitted)\ |
- | |
10 | Z,coefficient ring: Z for the time being,Q,R,C,G (Gauss ring), n (n is an integer for Z/nZ) |
- | |
11 | 4 | ||
12 | slib_author=Bernadette PERRIN-RIOU |
5 | slib_author=Bernadette PERRIN-RIOU |
13 | slib_out=the polynomial |
- | |
14 | slib_comment= by default, the polynomial is a polynomial in x, monic, of degree 4 and with coefficients between -4 and 4 |
- | |
- | 6 | ||
15 | slib_example= 5,6,t,monic\ |
7 | slib_example= 5,6,t,monic\ |
16 | 5,6,t,2\ |
8 | 5,6,t,2\ |
17 | 5,6,t,-3 |
9 | 5,6,t,-3 |
18 | slib_require=pari |
10 | slib_require=pari |
19 | !exit |
11 | !exit |