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


nd_gr, nd_gr_trace, nd_f4, nd_f4_trace, nd_weyl_gr, nd_weyl_gr_trace

nd_gr(plist,vlist,p,order)
nd_gr_trace(plist,vlist,homo,p,order)
nd_f4(plist,vlist,modular,order)
nd_f4_trace(plist,vlist,homo,p,order)
nd_weyl_gr(plist,vlist,p,order)
nd_weyl_gr_trace(plist,vlist,homo,p,order)
:: グレブナ基底の計算 (組み込み函数)
return
リスト
plist vlist
リスト
order
数, リストまたは行列
homo
フラグ
modular
フラグまたは素数
[38] load("cyclic")$
[49] C=cyclic(7)$
[50] V=vars(C)$
[51] cputime(1)$
[52] dp_gr_mod_main(C,V,0,31991,0)$
26.06sec + gc : 0.313sec(26.4sec)
[53] nd_gr(C,V,31991,0)$
ndv_alloc=1477188
5.737sec + gc : 0.1837sec(5.921sec)
[54] dp_f4_mod_main(C,V,31991,0)$  
3.51sec + gc : 0.7109sec(4.221sec)
[55] nd_f4(C,V,31991,0)$
1.906sec + gc : 0.126sec(2.032sec)
参照
section dp_ord, section dp_gr_flags, dp_gr_print, section 計算および表示の制御.


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