CASA Function: implUnion

Computes the union of algebraic sets.

Calling Sequence:

Parameters:

As : exprseq(algset("impl"))

Result:

U : algset("impl")

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]

> implUnion(a1,a2);

[Maple Math]
[Maple Math]

See Also:

[CASA] [implUnionLCM] [implSubSet] [implEqual] [implEmpty] [implIntersect] [implIdealQuo] [equalBaseSpaces]