Go to the first, previous, next, last section, table of contents.


setmod_ff

setmod_ff([prime|poly])
setmod_ff(prime,n])
:: Sets/Gets the current base fields.
return
number or polynomial
prime
prime
poly
univariate polynomial irreducible over GF(2)
n
the extension degree
[174] defpoly_mod2(100);
x^100+x^15+1
[175] setmod_ff(@@);
x^100+x^15+1
[176] setmod_ff();
x^100+x^15+1
[177] setmod_ff(2,5);
[2,x^5+x^2+1,x]
References
section defpoly_mod2


Go to the first, previous, next, last section, table of contents.