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


lex_hensel_gsl, tolex_gsl, tolex_gsl_d

lex_hensel_gsl(plist,vlist1,order,vlist2,homo)
:: GSL 形式のイデアル基底の計算
tolex_gsl(plist,vlist1,order,vlist2)
tolex_gsl_d(plist,vlist1,order,vlist2,procs)
:: グレブナ基底を入力とする, GSL 形式のイデアル基底の計算
return
リスト
plist vlist1 vlist2 procs
リスト
order
数, リストまたは行列
homo
フラグ
[103] K=katsura(5)$
[104] V=[u5,u4,u3,u2,u1,u0]$
[105] G0=gr(K,V,0)$
[106] GSL=tolex_gsl(G0,V,0,V)$ 
[107] GSL[0];
[u1,8635837421130477667200000000*u0^31-...]
[108] GSL[1];
[u2,10352277157007342793600000000*u0^31-...]
[109] GSL[5];
[u0,11771021876193064124640000000*u0^32-...,
376672700038178051988480000000*u0^31-...]
参照
section lex_hensel, lex_tl, tolex, tolex_d, tolex_tl, section 分散計算


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