Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » making new functions with optional arguments » symbols used as the name or value of an optional argument » MonomialSize
next | previous | forward | backward | up | index | toc

MonomialSize -- an optional argument

Description

A symbol used as the name of an optional argument.

Functions with optional argument named MonomialSize:

  • graphIdeal(...,MonomialSize=>...) -- see graphIdeal(RingMap) -- the ideal of the graph of the regular map corresponding to a ring map
  • graphRing(...,MonomialSize=>...) -- see graphRing(RingMap) -- the coordinate ring of the graph of the regular map corresponding to a ring map
  • monoid(...,MonomialSize=>...) -- specify the bit-length of monomial exponents in the ring
  • newRing(...,MonomialSize=>...) -- see newRing -- make a copy of a ring, with some features changed
  • symmetricAlgebra(...,MonomialSize=>...) -- see symmetricAlgebra -- the symmetric algebra of a module
  • tensor(Monoid,Monoid,MonomialSize=>...) -- see tensor(Monoid,Monoid) -- tensor product of monoids
  • tensor(Ring,Ring,MonomialSize=>...) -- see tensor(Monoid,Monoid) -- tensor product of monoids

For the programmer

The object MonomialSize is a symbol.


The source of this document is in Macaulay2Doc/options.m2:28:0.