Top
Back: D.5.7.6 StabOrder
Forward: D.5.7.8 Max
FastBack: Appendix D SINGULAR libraries
FastForward: E Release Notes
Up: D.5.7 qhmoduli_lib
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

D.5.7.7 UpperMonomials

Procedure from library qhmoduli.lib (see qhmoduli_lib).

Usage:

UpperMonomials(poly f, [intvec w])

Purpose:

compute the upper monomials of the milnor algebra of f.

Assume:

f is quasihomogeneous (w.r.t. w)

Return:

ideal

Example:

LIB "qhmoduli.lib";
ring B   = 0,(x,y,z), ls;
poly f = -z5+y5+x2z+x2y;
UpperMonomials(f);
→ _[1]=y3z3
→ _[2]=x2y3
→ _[3]=x2y2

Top Back: D.5.7.6 StabOrder Forward: D.5.7.8 Max FastBack: Appendix D SINGULAR libraries FastForward: E Release Notes Up: D.5.7 qhmoduli_lib Top: 1 Preface Contents: Table of Contents Index: F Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.