|  |  D.6.1.8 charexp2generators Procedure from libraryalexpoly.lib(see  alexpoly_lib).
 
Example:Usage:
charexp2generators(v), v intvec
Assume:
v contains the characteristic exponents of an irreducible plane
curve singularity
Return:
intvec, the minimal set of generators of the semigroup of the plane curve singularity
 See also:
 alexanderpolynomial;
 invariants;
 resolutiongraph;
 totalmultiplicities.|  | LIB "alexpoly.lib";
charexp2generators(intvec(28,64,66,77));
==> 28,64,450,911
 | 
 
 |