Top
Back: proximitymatrix
Forward: charexp2multseq
FastBack:
FastForward:
Up: alexpoly_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.1.6 multseq2charexp

Procedure from library alexpoly.lib (see alexpoly_lib).

Assume:
The input is an intvec, which contains the mutiplicity sequence of an irreducible plane curve singularity .

Return:
An intvec, which contains the sequence of characteristic exponents of the irreducible plane curve singularity defined by v.

Example:
 
LIB "alexpoly.lib";
intvec v=2,1,1;
multseq2charexp(v);
==> 2,3
intvec v1=4,2,2,1,1;
multseq2charexp(v1);
==> 4,6,7


Top Back: proximitymatrix Forward: charexp2multseq FastBack: FastForward: Up: alexpoly_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.