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

hilbertBurchMatrices -- Check the depth conditions for the exactness of the 1,4,4,1 subcomplex of the 1,6,8,3 subcomplex

Description

Exactness of the 1,4,4,1 subcomplex follows from depth condition on the Hilbert-Burch matrices or if the minors of the 4x2 submatrix of the 3rd syzygy matrix have depth >=2

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

o1 = {6, 9, 13, 16}

o1 : List
i2 : satisfiesDegreeCondition1 L and satisfiesDegreeCondition2 L

o2 = true
i3 : hilbertBurchMatrices L

o3 = {{22} | -x_4 -x_0x_1 0    0    |, {18} | -x_1 -x_4   0   0   |}
      {25} | -x_1 -x_4    0    0    |  {22} | -x_3 -x_0^2 0   0   |
      {32} | x_0  x_3     0    0    |  {25} | x_0  x_3    0   0   |
      {18} | 0    0       -x_1 -x_4 |  {32} | 0    0      x_0 x_3 |

o3 : List
i4 : hilbertBurchConditions L

o4 = true
i5 : depthCondition1 L

o5 = 2
i6 : hasExactSubcomplex L

o6 = true

The degree conditions are satisfied.

Ways to use hilbertBurchMatrices:

  • hilbertBurchMatrices(List)

For the programmer

The object hilbertBurchMatrices is a method function.


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