Top
Back: deltaNNB
Forward: newtonNumber
FastBack:
FastForward:
Up: arnold_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.15.1.25 moduliMonomials

Procedure from library arnold.lib (see arnold_lib).

Usage:
moduliMonomials(N); N NormalForm

Return:
the list of the moduli monomials of the normal form N.normalForm

Example:
 
LIB "arnold.lib";
ring R=0,(x,y),ds;
poly f = x^9+x^2*y^4+y^2*x^4+y^8+x^3*y^5+y^2*x^5;
Poly F = makePoly(f);
NormalForm N = determineNormalForm(F);
moduliMonomials(N);
==> [1]:
==>    x4y4
==> [2]:
==>    x4y3
==> [3]:
==>    x3y4
==> [4]:
==>    x4y2
==> [5]:
==>    x3y3
==> [6]:
==>    x2y4


Top Back: deltaNNB Forward: newtonNumber FastBack: FastForward: Up: arnold_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.0, 2024, generated by texi2html.