Macaulay2 » Documentation
Packages » RandomSpaceCurves :: expectedBetti(List,ZZ)
next | previous | forward | backward | up | index | toc

expectedBetti(List,ZZ) -- compute the expected betti table from the Hilbert numerator

Synopsis

Description

i1 : betti expectedBetti({0,0,4,6,3,0,0,0,0},3)

            0  1  2 3 4
o1 = total: 4 10 11 8 3
         2: 4 10  3 . .
         3: .  .  8 2 .
         4: .  .  . 6 3

o1 : BettiTally

Caveat

The Hilbert function has to be given at positions 0 to d+r+1 where d is the regularity of the considered variety

Ways to use this method: