Macaulay2 » Documentation
Packages » WeierstrassSemigroups :: give1683Format
next | previous | forward | backward | up | index | toc

give1683Format -- Does the semigroup ideal of L has a resolution with total betti numbers 1,6,8,3?

Description

prints the degree matrices of a complex

i1 : L = {6,9,13,16}

o1 = {6, 9, 13, 16}

o1 : List
i2 : I = semigroupIdeal L

             3    2                2              2    2   2 3    3     4  
o2 = ideal (x  - x , x x  - x x , x x  - x x , x x  - x , x x  - x , x x  -
             0    3   3 1    0 4   0 1    3 4   0 1    4   0 3    1   0 3  
     ------------------------------------------------------------------------
      2
     x x )
      1 4

                ZZ
o2 : Ideal of -----[x , x , x , x ]
              10007  0   3   1   4
i3 : give1683Format L

o3 = true
i4 : give1683Format(6,3,4,3)

o4 = true
i5 : r1={6},r2={3,9},r3={2,4},r4={3}

o5 = ({6}, {3, 9}, {2, 4}, {3})

o5 : Sequence
i6 : give1683Format(r1,r2,r3,r4)

o6 = {{6, 9, 11, 14}, {6, 9, 13, 16}, {6, 15, 17, 20}, {6, 15, 19, 22}}

o6 : List

Ways to use give1683Format:

  • give1683Format(List)
  • give1683Format(List,List,List,List)
  • give1683Format(ZZ,ZZ,ZZ,ZZ)

For the programmer

The object give1683Format is a method function.


The source of this document is in WeierstrassSemigroups.m2:3488:0.