CASA Function: decompose

Decomposition of an algebraic set into irreducible components.

Calling Sequence:

Parameters:

A : algset
absolute :

Result:

s : exprseq

Description:

Examples:

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

[Maple Math]

> [decompose(a1)];

[Maple Math]
[Maple Math]
[Maple Math]

> a2 := mkProjAlgSet([[u^2-2*v^2],[u,v,u-v]],[u,v]);

[Maple Math]

> [decompose(a2,"absolute")];

[Maple Math]
[Maple Math]

See Also:

[CASA] [computeRadical] [mkImplAlgSet] [mkParaAlgSet] [mkProjAlgSet] [mkPlacAlgSet]