Macaulay2 » Documentation
Packages » Points :: minMaxResolution
next | previous | forward | backward | up | index | toc

minMaxResolution -- Min and max conceivable Betti tables for generic points

Description

prints betti tables corresponding to the minimal resolution conjecture and to the lex ideal with the same Hilbert function

i1 : minMaxResolution(3,5)
min
       0 1 2 3
total: 1 5 5 1
    0: 1 . . .
    1: . 5 5 .
    2: . . . 1
max
       0 1 2 3
total: 1 6 8 3
    0: 1 . . .
    1: . 5 6 2
    2: . 1 2 1

See also

For the programmer

The object minMaxResolution is a function closure.


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/Points.m2:807:0.