CASA Function: toAffine

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

Calling Sequence:

Parameters:

a : algset("impl")
x : name

Result:

A : algset("impl")

Description:

Examples:

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

> ["basespace"="projective"]);

[Maple Math]

> b:=toAffine(a,x);

[Maple Math]

> c:=toAffine(a,y);

[Maple Math]

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

[Maple Math]

See Also:

[CASA] [variableList] [toProjective]