Top
Back: D.5.6.2 invunit
Forward: D.5.6.4 monodromyB
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.5.6 mondromy_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.5.6.3 jacoblift

Procedure from library mondromy.lib (see mondromy_lib).

Usage:

jacoblift(f); f poly

Assume:

The polynomial f in a series ring (local ordering) defines an isolated hypersurface singularity.

Return:

The procedure returns a list with entries kappa, xi, u of type int, vector, poly such that kappa is minimal with f^kappa in jacob(f), u is a unit, and u*f^kappa=(matrix(jacob(f))*xi)[1,1].

Display:

The procedure displays comments if printlevel>=1.

Example:

 
LIB "mondromy.lib";
ring R=0,(x,y),ds;
poly f=x2y2+x6+y6;
jacoblift(f);
→ [1]:
→    2
→ [2]:
→    1/2x2y3*gen(2)+1/6x7*gen(1)+5/6x6y*gen(2)-2/3xy6*gen(1)+1/6y7*gen(2)-4\
   x4y5*gen(2)-3/2x9y2*gen(1)-15/2x8y3*gen(2)+9/2x3y8*gen(1)-3/2x2y9*gen(2)
→ [3]:
→    1-9x2y2

Top Back: D.5.6.2 invunit Forward: D.5.6.4 monodromyB FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.5.6 mondromy_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.