CASA Function: adjointCurve

Computes an adjoint curve to a given curve.

Calling Sequence:

Parameters:

A : algset
deg : posint
w : name

Result:

C : polynom

Description:

Examples:

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

[Maple Math]

> adjointCurve(a,3,w);

[Maple Math]

See Also:

[CASA] [neighbGraph]