Macaulay2
»
Documentation
Packages
»
DGAlgebras
::
isAcyclic(...,EndDegree=>...)
next
|
previous
|
forward
|
backward
| up |
index
|
toc
isAcyclic(...,EndDegree=>...) -- Option to specify the degree to finish checking acyclicity
Usage:
isAcyclic(...,EndDegree=>n)
Functions with optional argument named
EndDegree
:
acyclicClosure(...,EndDegree=>...)
-- Option to specify the degree to stop computing the acyclic closure
isAcyclic(...,EndDegree=>...)
-- Option to specify the degree to finish checking acyclicity
killCycles(...,EndDegree=>...)
-- Last homological degree processed by killCycles
liftToDGMap(...,EndDegree=>...)
-- see
liftToDGMap
-- Lift a ring homomorphism in degree zero to a DG algebra morphism
liftToDGModuleMap(...,EndDegree=>...)
-- see
liftToDGModuleMap
-- Lift an image of hom-degree-0 generators to a full DGModuleMap
minimalModel(...,EndDegree=>...)
-- see
minimalModel
-- Build the minimal DG algebra resolution of a quotient ring
minimalSemifreeResolution(...,EndDegree=>...)
-- Option to specify the last degree at which minimalSemifreeResolution kills cycles
semifreeResolution(...,EndDegree=>...)
-- Option to specify the last degree at which semifreeResolution kills cycles
toComplexMap(...,EndDegree=>...)
-- see
toComplexMap
-- Construct the ComplexMap associated to a DGAlgebraMap
Further information
Default value:
-1
Function:
isAcyclic
-- Determine whether a DG algebra has no higher homology
Option key:
EndDegree
-- Option to specify the last homological degree processed by an iterative DG construction
The source of this document is in
DGAlgebras/doc.m2:9435:0
.