Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4158 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Random polynomial |
||
4 | slib_parms=4\ |
||
5 | 4,degree\ |
||
6 | 4,range\ |
||
7 | x, variable\ |
||
8 | , monic the polynomial is monic,otherwise range of the leading coefficient (sign is permitted)\ |
||
9 | Z,coefficient ring: Z for the time being,Q,R,C,G (Gauss ring), n (n is an integer for Z/nZ) |
||
10 | |||
11 | slib_out=the polynomial |
||
12 | slib_comment= by default, the polynomial is a polynomial in x, monic, of degree 4 and with coefficients between -4 and 4 |