Syntax:
fglmquot (
,
)
Type:
Purpose:
I:p
I
p
Assume:
Example:
ring r=0,(x,y,z),lp; ideal i=y3+x2,x2y+x2,x3-x2,z4-x2-y; option(redSB); // force the computation of a reduced SB i=std(i); poly p=reduce(x+yz2+z10,i); ideal j=fglmquot(i,p); j; ==> j[1]=z12 ==> j[2]=yz4-z8 ==> j[3]=y2+y-z8-z4 ==> j[4]=x+y-z10-z6-z4