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


tolexm, minipolym

tolexm(plist,vlist1,order,vlist2,mod)
:: 法 mod での基底変換によるグレブナ基底計算
minipolym(plist,vlist1,order,poly,v,mod)
:: 法 mod でのグレブナ基底による多項式の最小多項式の計算
return
tolexm() : リスト, minipolym() : 多項式
plist vlist1 vlist2
リスト
order
数, リストまたは行列
mod
素数
[197] tolexm(G0,V,0,V,31991);
[8271*u0^31+10435*u0^30+816*u0^29+26809*u0^28+...,...]
[198] minipolym(G0,V,0,u0,z,31991);
z^32+11405*z^31+20868*z^30+21602*z^29+...
参照
section lex_hensel, lex_tl, tolex, tolex_d, tolex_tl, section gr_minipoly, minipoly.


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