CASA Function: neighbGraph

Computed the neighborhood graph of a plane algebraic curve.

Calling Sequence:

Parameters:

A : algset("impl")

Result:

l : neighborhoodTree

Description:

Examples:

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

[Maple Math]

> neighbGraph(a1);

[Maple Math]
[Maple Math]

See Also:

[CASA] [adjointCurve]