singularities - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


algcurves

  

singularities

  

find the singularities of an algebraic curve

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

singularities(f, x, y)

Parameters

f

-

a polynomial specifying an algebraic curve

x, y

-

variables

Description

• 

Let f be a squarefree polynomial in x and y. Then f defines an algebraic curve in the plane C^2, and also in the projective plane P^2 by making f homogeneous. This procedure computes the singular points of the curve in the projective plane. The points are given by homogeneous co-ordinates [X,Y,Z].

  

For each singularity this procedure also computes the multiplicity , the delta invariant delta, and the number of local branches . An ordinary double point is characterized by . For a cusp one has . In general  and , and both of these are equalities when the singularity is an ordinary -multiple point. The Milnor number equals .

• 

The output of this procedure is a set consisting of lists of the following form .

• 

This procedure computes all singularities up to conjugation. So if a singularity  is given in the output, and if  does not appear in the input, then  is a singular point as well but will not be given in the output.

• 

The genus of a curve is the number (d-1)*(d-2)/2 - Sum(delta invariants) where  is the degree of the curve. Note that if we apply this formula to compute the genus, then for each singularity we must multiply the delta invariant by the degree of the algebraic extension over which the singularity is defined, because only one singularity of each conjugacy class is given in the output.

Examples

(1)

(2)

(3)

Note that the conjugate (replace  by  is also a singularity. So the genus is (5-1)*(5-2)/2-1-1-1-2*1=1

See Also

algcurves[genus]

algcurves[puiseux]

singular

 


Download Help Document