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)
:: Groebner basis computation (built-in functions)
return
list
plist vlist
list
order
number, list or matrix
homo
flag
modular
flag or prime
[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)
References
section dp_ord, section dp_gr_flags, dp_gr_print, section Controlling Groebner basis computations


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