CASA Function: equalBaseSpaces

Test whether two algebraic sets in implicit representation live in the same space.

Calling Sequence:

Parameters:

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

Result:

b : boolean

Description:

Examples:

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

[Maple Math]

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

[Maple Math]

> a3 := mkImplAlgSet([y^2+z^2-1],[y,z]);

[Maple Math]

> equalBaseSpaces(a1,a2);

[Maple Math]

> equalBaseSpaces(a1,a3);

[Maple Math]

> equalBaseSpaces(a1,toProjective(a2));

[Maple Math]

See Also:

[CASA] [computeRadical] [implUnion] [implUnionLCM] [implIntersect] [implEqual] [implEmpty] [implIdealQuo]