monoid[Variables => L]
monoid[Variables => n, VariableBaseName => s]
When given a list or sequence, Variables => L specifies the variables to be used as generators of the monoid.
|
|
When given a number, Variables => n specifies number of indexed variables to create with base name provided by VariableBaseName => s, where s may be either a symbol or string. The default base name is p.
|
|
|
|
|
This option is also useful when creating a new ring from an existing ring, creating a tensor product ring, or symmetric algebra.
|
|
|
|
|
|