CASA Function: mkProjAlgSet

Creates an algebraic set in projected representation.

Calling Sequence:

Parameters:

l : list(list(polynom),list(ratpoly))
v : list(name)
attr : list(equation)

Result:

A : algset("proj")

Description:

Examples:

> A := mkProjAlgSet([[u^2-v^3+v^2],[u+v,u-v,1/v]],[u,v]);

[Maple Math]

See Also:

[CASA] [mkImplAlgSet] [mkParaAlgSet] [mkPlacAlgSet]