|  |  D.6.1.10 charexp2conductor Procedure from libraryalexpoly.lib(see  alexpoly_lib).
 
Example:Assume:
v contains the characteristic exponents of an irreducible plane
curve singularity
Return:
int, the conductor of the plane curve singularity
Note:
If the curve singularity is smooth, the conductor is zero.
 See also:
 invariants;
 resolutiongraph;
 semigroup;
 totalmultiplicities.|  | LIB "alexpoly.lib";
charexp2conductor(intvec(2,3));  // A1-Singularity
==> 2
charexp2conductor(intvec(28,64,66,77));
==> 1718
 | 
 
 |