CASA Function: Groebnerbasis

Compute a Groebner basis for an implicitly given algebraic set.

Calling Sequence:

Parameters:

A : algset("impl")
order : name

Result:

g : list(polynom)

Description:

Examples:

> a := mkImplAlgSet([x*y*z^2-4,x^2+y^2+z^2-1,x-y-1],[x,y,z]);

[Maple Math]

> Groebnerbasis(a);

[Maple Math]

See Also:

[CASA] [GWalk] [mgbasis]