CASA Function: implEmpty

Tests whether an algebraic set is empty.

Calling Sequence:

Parameters:

A : 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]

> implEmpty(a1);

[Maple Math]

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

[Maple Math]

> implEmpty(a2);

[Maple Math]

See Also:

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