Home Online Manual
Top
Back: spectralNeg
Forward: zetaDL
FastBack: resolve_lib
FastForward: sheafcoh_lib
Up: reszeta_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.5.6.3 discrepancy

Procedure from library reszeta.lib (see reszeta_lib).

Usage:
discrepancy(L);
L = list of rings

Assume:
L is the output of resolution of singularities

Retrun:
discrepancies of the given resolution

Example:
 
LIB "reszeta.lib";
ring R=0,(x,y,z),dp;
ideal I=x2+y2+z3;
list re=resolve(I);
discrepancy(re);
==> 0,1,1