Macaulay2 » Documentation
Packages » SpaceCurves :: specializeACMBetti
next | previous | forward | backward | up | index | toc

specializeACMBetti -- lists all 1-specialization of a Betti table of an ACM curve

Synopsis

Description

Given a Betti table of an ACM curve, produces all possible Betti tables of ACM curves with one more generator and syzygy of equal degree than the given one.
i1 : B = generalACMBetti {-1,-1,-1,2,1}

            0 1 2
o1 = total: 1 3 2
         0: 1 . .
         1: . . .
         2: . 3 1
         3: . . 1

o1 : BettiTally
i2 : specializeACMBetti B

             0 1 2
o2 = {total: 1 4 3}
          0: 1 . .
          1: . . .
          2: . 3 2
          3: . 1 1

o2 : List

Ways to use specializeACMBetti :

For the programmer

The object specializeACMBetti is a method function.