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

AHH -- n-th map in the Aramova-Herzog-Hibi resolution

Description

Returns the n-th map in the squarefree analogue of the Eliahou-Kervaire resolution, due to Aramova, Herzog, and Hibi [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 : AHH(0, I)

o3 = | xy xz yz |

             1      3
o3 : Matrix R  <-- R
i4 : AHH(2, I)

o4 = 0

             2
o4 : Matrix R  <-- 0

Caveat

Does not verify squarefree stability of I; use isSQStable.

See also

Ways to use AHH:

  • AHH(ZZ,MonomialIdeal)

For the programmer

The object AHH is a method function.


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