CASA Function: toProj

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

Calling Sequence:

Parameters:

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

Result:

B : algset("proj")

Description:

Examples:

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

[Maple Math]

> toProj(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]

> b:=toPara(a);

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

> toProj(b,[u,v]);

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

> toProj(a,[u,v]);

[Maple Math]

See Also:

[CASA] [toImpl] [toPara] [toPlac]