Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
making new functions with optional arguments
»
symbols used as the name or value of an optional argument
»
Limit
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
Limit -- an optional argument
Description
A symbol used as the name of an optional argument.
Functions with optional argument named
Limit
:
basis(...,Limit=>...)
-- see
basis
-- basis or generating set of all or part of a ring, ideal or module
independentSets(...,Limit=>...)
-- see
independentSets
-- some size-maximal independent subsets of variables modulo an ideal
minors(...,Limit=>...)
-- see
minors(ZZ,Matrix)
-- ideal generated by minors
For the programmer
The object
Limit
is
a
symbol
.
The source of this document is in
Macaulay2Doc/options.m2:28:0
.