Macaulay2 » Documentation
Packages » DGAlgebras :: HH_ZZ DGAlgebra
next | previous | forward | backward | up | index | toc

HH_ZZ DGAlgebra -- Computes the homology of a DG algebra as a module

Description

i1 : R = ZZ/32003[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : A = koszulComplexDGA(R)

o2 = {Ring => R                          }
      Underlying algebra => R[T   ..T   ]
                               1,1   1,3
      Differential => {x, y, z}

o2 : DGAlgebra
i3 : apply(numgens R+1, i -> numgens prune homology(i,A))

o3 = {1, 0, 0, 0}

o3 : List

Ways to use this method:


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/DGAlgebras/doc.m2:1038:0.