gr_minipoly
, minipoly
gr_minipoly()
はグレブナ基底の計算から行い, minipoly()
は
入力をグレブナ基底とみなす.
gr_minipoly()
, minipoly()
は, 多項式 p の最小多項式
を求め, v を変数とする多項式として返す.
minipoly()
, gr_minipoly()
は
グレブナ基底を用いる方法に比べて効率がよい.
gr_minipoly()
に指定する項順序としては, 通常全次数逆辞書式順序を
用いる.
[117] G=tolex(G0,V,0,V)$ 43.818sec + gc : 11.202sec [118] GSL=tolex_gsl(G0,V,0,V)$ 17.123sec + gc : 2.590sec [119] MP=minipoly(G0,V,0,u0,z)$ 4.370sec + gc : 780msec
lex_hensel
, lex_tl
, tolex
, tolex_d
, tolex_tl
.
Go to the first, previous, next, last section, table of contents.