[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.5.1 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]

参照
10.5.14 defpoly_mod2



This document was generated by root on March, 5 2004 using texi2html