CASA Function: implSubSet

Test whether an algebraic set is contained in another one.

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 := implIntersect(a1,a2);

[Maple Math]

> implSubSet(a3,a1);

[Maple Math]

> implSubSet(a2,a3);

[Maple Math]

See Also:

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