Top
Back: gcdMon
Forward: membershipMon
FastBack:
FastForward:
Up: monomialideal_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.19.4 lcmMon

Procedure from library monomialideal.lib (see monomialideal_lib).

Usage:
lcmMon (f,g); f,g polynomials.

Return:
a monomial,the least common multiple of f and g.

Assume:
f,g are monomials of the basering.

Example:
 
LIB "monomialideal.lib";
ring R = 0,(x,y,z,t),dp;
poly f = x^3*z^5*t^2;
poly g = y^6*z^3*t^3;
lcmMon(f,g);
==> x3y6z5t3


Top Back: gcdMon Forward: membershipMon FastBack: FastForward: Up: monomialideal_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.