Top
Back: MultiplicitySequence
Forward: IntersectionMatrix
FastBack:
FastForward:
Up: curvepar_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.10.7 CharacteristicExponents

Procedure from library curvepar.lib (see curvepar_lib).

Usage:
CharacteristicExponents(i); i ideal

Assume:
i is the defining ideal of a (reducible) plane curve singularity.

Return:
list X of charts. Each chart contains the characteristic exponents of the corresponding branch.

Example:
 
LIB "curvepar.lib";
ring r=0,(x,y),ds;
ideal i=x14-x4y7-y11;
CharacteristicExponents(i);
==> [1]:
==>    1
==> [2]:
==>    1
==> [3]:
==>    1
==> [4]:
==>    1
==> [5]:
==>    7,10


Top Back: MultiplicitySequence Forward: IntersectionMatrix FastBack: FastForward: Up: curvepar_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.