Top
Back: realmorsesplit
Forward: determinacy
FastBack:
FastForward:
Up: realclassify_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.19.3 milnornumber

Procedure from library realclassify.lib (see realclassify_lib).

Usage:
milnornumber(f); f poly

Return:
Milnor number of f, or -1 if the Milnor number is not finite

Note:
The monomial order must be local.

Example:
 
LIB "realclassify.lib";
ring r = 0, (x,y), ds;
poly f = x3+y4;
milnornumber(f);
==> 6


Top Back: realmorsesplit Forward: determinacy FastBack: FastForward: Up: realclassify_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.