CASA Function: mgbasis

Compute the normed reduced Groebner basis.

Calling Sequence:

Parameters:

F : list(list(polynom(rational)))
X : list(name)
torder1 : name
torder2 : name

Result:

GB : list(list(polynom(rational)))

Description:

Examples:

> F := [[x*y-1,x+2], [y^2+x+1,y-1]]:

> mgbasis(F, [x,y]);

[Maple Math]

> mgbasis(F, [y,x], term, plex);

[Maple Math]

See Also:

[CASA] [mgbasis] [mgbasisx] [mnormalf] [msolveGB] [msolveSP]