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

VariableBaseName -- an optional argument

Description

A symbol used as the name of an optional argument.

Functions with optional argument named VariableBaseName:

  • graphIdeal(...,VariableBaseName=>...) -- see graphIdeal(RingMap) -- the ideal of the graph of the regular map corresponding to a ring map
  • graphRing(...,VariableBaseName=>...) -- see graphRing(RingMap) -- the coordinate ring of the graph of the regular map corresponding to a ring map
  • monoid(...,VariableBaseName=>...) -- see monoid(...,Variables=>...) -- specify the names of the indeterminates
  • newRing(...,VariableBaseName=>...) -- see newRing -- make a copy of a ring, with some features changed
  • polarize(...,VariableBaseName=>...) -- see polarize -- compute the polarization of a monomial ideal
  • symmetricAlgebra(...,VariableBaseName=>...) -- see symmetricAlgebra -- the symmetric algebra of a module
  • tensor(Monoid,Monoid,VariableBaseName=>...) -- see tensor(Monoid,Monoid) -- tensor product of monoids
  • tensor(Ring,Ring,VariableBaseName=>...) -- see tensor(Monoid,Monoid) -- tensor product of monoids

For the programmer

The object VariableBaseName is a symbol.


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