CASA Function: implEqual

Test whether two algebraic sets in implicit representation are equal.

Calling Sequence:

Parameters:

A : algset("impl")
B : algset("impl")

Result:

b : boolean

Description:

Examples:

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

[Maple Math]

> a2 := tsolve(a1);

[Maple Math]

> implEqual(a1,a2);

[Maple Math]

See Also:

[CASA] [implUnion] [implUnionLCM] [implIntersect] [implSubSet] [implEmpty] [implIdealQuo]