Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
making new functions with optional arguments
»
symbols used as the name or value of an optional argument
»
DegreeLimit
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
DegreeLimit -- an optional argument
Description
A symbol used as the name of an optional argument.
Functions with optional argument named
DegreeLimit
:
compose(Module,Module,Module,DegreeLimit=>...)
-- see
compose
-- composition as a pairing on Hom-modules
End(...,DegreeLimit=>...)
-- see
End
-- module of endomorphisms
gb(...,DegreeLimit=>...)
-- see
gb
-- compute a Gröbner basis
Hom(...,DegreeLimit=>...)
-- see
Hom
-- module of homomorphisms
homomorphism'(...,DegreeLimit=>...)
-- see
homomorphism'
-- get the element of Hom from a homomorphism
minimalBetti(...,DegreeLimit=>...)
-- see
minimalBetti
-- minimal betti numbers of (the minimal free resolution of) a homogeneous ideal or module
normalCone(Ideal,DegreeLimit=>...)
normalCone(Ideal,RingElement,DegreeLimit=>...)
pushForward(...,DegreeLimit=>...)
-- see
pushForward(RingMap,Module)
-- compute the pushforward of a module along a ring map
quotient(...,DegreeLimit=>...)
saturate(...,DegreeLimit=>...)
-- see
saturate
-- saturation of ideal or submodule
syz(...,DegreeLimit=>...)
-- see
syz(Matrix)
-- compute the syzygy matrix
For the programmer
The object
DegreeLimit
is
a
symbol
.
The source of this document is in
Macaulay2Doc/options.m2:28:0
.