
![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)
Ring [...] -- the standard way to make a polynomial ring
R[...] -- produces the monoid ring from a ring R and the
ordered monoid specified by [...].
This is the customary way to make a polynomial ring.
Optional arguments (placed inside the array):
See also:
Synopsis of use:
Code:
-- ../m2/orderedmonoidrings.m2:312
Ring Array := PolynomialRing => (R,variables) -> use R monoid variables

![[previous]](previous.gif)
![[up]](up.gif)
![[top]](top.gif)