Top
Back: D.5.3 equising_lib
Forward: D.5.3.2 esIdeal
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.5.3 equising_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.5.3.1 tau_es

Procedure from library equising.lib (see equising_lib).

Usage:

tau_es(f); f poly

Assume:

f is a reduced bivariate polynomial, the basering has precisely two variables, is local and no qring.

Return:

int, the codimension of the mu-const stratum in the semi-universal deformation base.

Note:

printlevel>=1 displays additional information.
When called with any additional parameter, the computation of the Milnor number is avoided (no check for NND).

Example:

 
LIB "equising.lib";
ring r=32003,(x,y),ds;
poly f=(x4-y4)^2-x10;
tau_es(f);
→ 42

See also: esIdeal; invariants; tjurina.


Top Back: D.5.3 equising_lib Forward: D.5.3.2 esIdeal FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.5.3 equising_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.