CASA Function: toProjective

Converts the algebraic set to the corresponding algebraic set in projective space.

Calling Sequence:

Parameters:

a : algset("impl")
x : name

Result:

P : algset("impl")

Description:

Examples:

> a:=mkImplAlgSet([x^2-2*y^3+4*x*y^2],[x,y]);

[Maple Math]

> b:=toProjective(a);

[Maple Math]

> c:=toProjective(a,H);

[Maple Math]

> [isProjective(a),isProjective(b),isProjective(c)];

[Maple Math]

See Also:

[CASA] [variableList] [toAffine] [isProjective]