Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
rings
»
polynomial rings
»
Ring Array
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
Ring Array -- the standard way to make a polynomial ring
Operator:
SPACE
Description
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):
DegreeGroup
-- an optional argument
Variables
-- an optional argument
DegreeLift
-- an optional argument
VariableBaseName
-- an optional argument
DegreeRank
-- an optional argument
Weights
-- assigning weights to the variables
Inverses
-- an optional argument
Global
-- monomial ordering
MonomialOrder
-- monomial ordering
WeylAlgebra
-- specify differential operators in the ring
Degrees
-- an optional argument
Join
-- an optional argument
MonomialSize
-- an optional argument
Local
-- an optional argument
Heft
-- an optional argument
Constants
-- an optional argument
SkewCommutative
-- an optional argument
DegreeMap
-- an optional argument
See also
polynomial rings
Ways to use this method:
InexactFieldFamily Array
Ring Array
-- the standard way to make a polynomial ring
The source of this document is in
Macaulay2Doc/doc_rings.m2:241:0
.