CASA Function: toPara

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

Calling Sequence:

Parameters:

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

Result:

B : algset("para")

Description:

Examples:

> A:=mkImplAlgSet([y^2*z^3-x^5],[x,y,z],["basespace"="projective"]);

[Maple Math]

> toPara(A);

[Maple Math]

> A:=mkImplAlgSet([y^4-10*x*y^3+35*x^2*y^2-50*x^3*y+24*x^4+x^3],[x,y]);

[Maple Math]

> toPara(A);

[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]
[Maple Math]

> toPara(A,t,["optimal"]);

[Maple Math]
[Maple Math]

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

[Maple Math]

> toPara(A);

[Maple Math]

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

[Maple Math]

> toPara(A);

[Maple Math]

See Also:

[CASA] [toImpl] [toProj] [toPlac]