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


setmod_ff

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


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