CASA Function: toPlac

Converts an algebraic set given in implicit parametric or projected representation to an algebraic set represented by places.

Calling Sequence:

Parameters:

A : {algset("impl"),algset("para"),algset("proj"),algset("plac")}
p : {casaCoeffType,list(casaCoeffType)}
var : list(name)

Result:

B : algset("plac")

Description:

Examples:

> A := mkParaAlgSet([t,t^2,t^3],[t]);

[Maple Math]

> toPlac(A,[0,0,0],t);

[Maple Math]

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

[Maple Math]

> toPlac(A,[1,-1,1]);

[Maple Math]

See Also:

[CASA] [toImpl] [toPara] [toProj] [toAffine] [toProjective]