Macaulay2 » Documentation
Packages » ChainComplexExtras :: AHHResolution
next | previous | forward | backward | up | index | toc

AHHResolution -- Aramova-Herzog-Hibi minimal free resolution of a squarefree-stable ideal

Description

Assembles the maps from AHH into a chain complex. For a squarefree-stable monomial ideal the result is a minimal free resolution of S/I by [AHH].

i1 : R = QQ[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : I = monomialIdeal(x*y, x*z, y*z)

o2 = monomialIdeal (x*y, x*z, y*z)

o2 : MonomialIdeal of R
i3 : AHHR = AHHResolution I

      1      3      2
o3 = R  <-- R  <-- R
                    
     0      1      2

o3 : Complex
i4 : betti AHHR == betti res I

o4 = true
i5 : isResolution(AHHR, I)

o5 = true

Caveat

The function does not check that I is squarefree stable.

See also

Ways to use AHHResolution:

  • AHHResolution(MonomialIdeal)

For the programmer

The object AHHResolution is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/ChainComplexExtras.m2:2136:0.