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

D.5.16.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

Return:
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


Top Back: spectralNeg Forward: zetaDL FastBack: FastForward: Up: reszeta_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.