monoid[x,y,z, Local => P, Global => Q]
The optional argument Global specifies whether all variables are larger than 1 in the monomial order. The default value Global => true means that rings in Macaulay2 are by default global rings. If set to true, and the option Inverses => true is not specified, an error is raised if any of the variables are not greater than 1 in the monomial ordering, as required by the standard theory of Gröbner bases.
|
|
|
|
The optional argument Local specifies whether all variables are smaller than 1 in the monomial order. Providing Local => true induces a local monomial ordering and in particular implies Global => false. A shortcut for indicating a local monomial ordering is to use a List to provide the variables.
|
|
|
|
|
This option may also be used when creating a new ring from an existing ring, creating a tensor product ring, or symmetric algebra.