Macaulay2
»
Documentation
Packages
»
DGAlgebras
::
koszulComplexDGA(List)
next
|
previous
|
forward
|
backward
| up |
index
|
toc
koszulComplexDGA(List) -- Define the Koszul complex on a list of elements as a DGAlgebra
Function:
koszulComplexDGA
Usage:
A = koszulComplexDGA(diffList)
Inputs:
diffList
,
a
list
, A List of RingElements. The resulting DGAlgebra will be defined over the ring of these elements.
Optional inputs
:
Variable
=>
...
,
default value "T"
,
Returns the Koszul complex as a DGAlgebra
Outputs:
A
,
an instance of the type
DGAlgebra
,
Ways to use this method:
koszulComplexDGA(List)
-- Define the Koszul complex on a list of elements as a DGAlgebra
The source of this document is in
DGAlgebras.m2:1800:0
.