CASA Function: toImpl

Converts an algebraic set given in parametric or projected representation to an algebraic set in implicit representation in affine space.

Calling Sequence:

Parameters:

A : {algset("para"),algset("proj"),algset("impl")}
vars : list(name)

Result:

B : algset("impl")

Description:

Examples:

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

[Maple Math]

> toImpl(A,[x,y,z]);

[Maple Math]

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

[Maple Math]

> toImpl(A);

[Maple Math]

> toImpl(A,[a,b,c]);

[Maple Math]

See Also:

[CASA] [toPara] [toProj] [toPlac] [toAffine] [toProjective]