Alternatively, if M is a monoid, then entries in the list are applied as exponents to the generators, returning a monomial.
i1 = M = monoid [x,y,z]
o1 = [x,y,z]
o1 : GeneralOrderedMonoid
i2 = M_{2,3,4}
2 3 4
o2 = x y z
o2 : [x,y,z]
See also _.
Go to main index.
Go to concepts index.