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

D.15.1.2 monomials

Procedure from library arnold.lib (see arnold_lib).

Usage:
monomials(f); f poly

Return:
the set of monomials of f as a list

Example:
 
LIB "arnold.lib";
ring R=0,(x,y),ds;
poly f = 2*x^2+5*x*y+7*x^7;
monomials(f);
==> [1]:
==>    x2
==> [2]:
==>    xy
==> [3]:
==>    x7


Top Back: poshull Forward: coeff 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.1, 2025, generated by texi2html.