CASA Function: mkImplAlgSet

Creates an algebraic set given in its implicit representation.

Calling Sequence:

Parameters:

repr : list(polynom(casaCoeffType, vars))
vars : list(name)
attr : list(equation)

Result:

A : algset("impl")

Description:

Examples:

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

[Maple Math]

See Also:

[CASA] [mkParaAlgSet] [mkProjAlgSet] [mkPlacAlgSet]