CASA Function: parameterList

Returns the list of parameters of the given algebraic set.

Calling Sequence:

Parameters:

A : algset

Result:

l : list(name)

Description:

Examples:

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

[Maple Math]

> parameterList(A);

[Maple Math]

> variableList(A);

[Maple Math]

See Also:

[CASA] [variableList] [mkImplAlgSet] [mkParaAlgSet] [mkProjAlgSet] [mkPlacAlgSet]