CASA Function: GWalk

Computes the reduced Groebner basis of the polynomial system by means of the Groebner walk algorithm.

Calling Sequence:

Parameters:

F : list(polynom(C, X1))
X1 : list(name)
X2 : list(name)

Result:

G : list(polynom(D, X1))

Description:

Examples:

> GWalk([t^2+y^2+z^2-1, t^2+z^2-y, t-z], [t,y,z]);

[Maple Math]

> GWalk([1+x^2+z,x*z+y^2*z],[z,x,y],[x,y,z]);

[Maple Math]

See Also:

[CASA] [Groebnerbasis] [mgbasis] [[Groebner]]