Macaulay2
»
Documentation
Packages
»
DGAlgebras
::
getBasis(...,Limit=>...)
next
|
previous
|
forward
|
backward
| up |
index
|
toc
getBasis(...,Limit=>...) -- Option to specify the maximum number of basis elements to return
Usage:
getBasis(...,Limit=>n)
Functions with optional argument named
Limit
:
basis(...,Limit=>...)
-- see
basis
-- basis or generating set of all or part of a ring, ideal or module
getBasis(...,Limit=>...)
-- Option to specify the maximum number of basis elements to return
icFracP(...,Limit=>...)
-- Limits the number of computed intermediate modules.
independentSets(...,Limit=>...)
-- see
independentSets
-- some size-maximal independent subsets of variables modulo an ideal
integralClosure(...,Limit=>...)
-- do a partial integral closure
minors(...,Limit=>...)
-- see
minors(ZZ,Matrix)
-- ideal generated by minors
Further information
Default value:
-1
Function:
getBasis
-- Get a basis for a particular homological degree of a DG algebra.
Option key:
Limit
-- an optional argument
The source of this document is in
DGAlgebras.m2:3264:0
.