CASA Function: computeRadical

Computes a radical of an algebraic set.

Calling Sequence:

Parameters:

A : algset("impl")

Result:

R : exprseq(algset("impl"))

Description:

Examples:

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

> [x,y,z]);

[Maple Math]

> [computeRadical(a1)];

[Maple Math]

See Also:

[CASA] [mkImplAlgSet] [toProj]