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


setmod_ff

setmod_ff([prime|poly])
:: 有限体の設定, 設定されている有限体の法, 定義多項式の表示
return
数または多項式
prime
素数
poly
GF(2) 上既約な 1 変数多項式
[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
参照
section defpoly_mod2


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