Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » Type » Monoid » generators(Monoid)
next | previous | forward | backward | up | index | toc

generators(Monoid) -- list of generators

Description

i1 : R = QQ[a..d];
i2 : M = monoid R

o2 = M

o2 : GeneralOrderedMonoid
i3 : gens M

o3 = {a, b, c, d}

o3 : List

See also

Ways to use this method:


The source of this document is in Macaulay2Doc/functions/generators-doc.m2:114:0.