(quote _,Ring,List)

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]

o1 = R

o1 : PolynomialRing
i2 : R_{1,2,3,4}

        2 3 4
o2 = a*b c d 

o2 : R


topindexpreviousupnext