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


gr_minipoly, minipoly

gr_minipoly(plist,vlist,order,poly,v,homo)
:: 多項式の, イデアルを法とした最小多項式の計算
minipoly(plist,vlist,order,poly,v)
:: グレブナ基底を入力とする, 多項式の最小多項式の計算
return
多項式
plist vlist
リスト
order
数, リストまたは行列
poly
多項式
v
不定元
homo
フラグ
[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
参照
section lex_hensel, lex_tl, tolex, tolex_d, tolex_tl.


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