Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
making new functions with optional arguments
»
symbols used as the name or value of an optional argument
»
DegreeRank
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
DegreeRank -- an optional argument
Description
A symbol used as the name of an optional argument.
Functions with optional argument named
DegreeRank
:
findHeft(...,DegreeRank=>...)
-- see
findHeft
-- find a heft vector for a list of degrees
monoid(...,DegreeRank=>...)
-- see
monoid(...,Degrees=>...)
-- specify the degrees of the variables
newRing(...,DegreeRank=>...)
-- see
newRing
-- make a copy of a ring, with some features changed
symmetricAlgebra(...,DegreeRank=>...)
-- see
symmetricAlgebra
-- the symmetric algebra of a module
tensor(Monoid,Monoid,DegreeRank=>...)
-- see
tensor(Monoid,Monoid)
-- tensor product of monoids
tensor(Ring,Ring,DegreeRank=>...)
-- see
tensor(Monoid,Monoid)
-- tensor product of monoids
For the programmer
The object
DegreeRank
is
a
symbol
.
The source of this document is in
Macaulay2Doc/options.m2:28:0
.