Synopsis:
R_w -- produce the monomial of the ring R by using the integers in the list w as exponents of the variables.
i1 : R = ZZ[a..d] |
i2 : R_{1,2,3,4} |
Code:
-- ../../../Macaulay2/m2/orderedmonoidrings.m2:346 Ring _ List := RingElement => (R,w) -> product(#w, i -> (R_i)^(w_i))