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


gr, hgr, gr_mod, dgr

gr(plist,vlist,order)
hgr(plist,vlist,order)
gr_mod(plist,vlist,order,p)
dgr(plist,vlist,order,procs)
:: Groebner basis computation
return
list
plist, vlist, procs
list
order
number, list or matrix
p
prime less than 2^27
[0] load("gr")$
[64] load("cyclic")$
[74] G=gr(cyclic(5),[c0,c1,c2,c3,c4],2);
[c4^15+122*c4^10-122*c4^5-1,...]
[75] GM=gr_mod(cyclic(5),[c0,c1,c2,c3,c4],2,31991)$
24628*c4^15+29453*c4^10+2538*c4^5+7363
[76] (G[0]*24628-GM[0])%31991;
0
References
section dp_gr_main, dp_gr_mod_main, section dp_ord.


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