next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
NumericalGodeaux :: setupGeneralMatrices

setupGeneralMatrices -- compute the general set-up for the construction

Synopsis

Description

The procedure puts the matrices with the unknown entries from the procedure globalVariables and the matrices with the known entries from the procedure complexModuloRegularSequence together to the general set-up for the construction.

i1 : kk = ZZ/197;
i2 : s = "22";
i3 : (A,B,subs0) = globalVariables(kk,s);
i4 : SR = ring(A);
i5 : D = complexModuloRegularSequence(SR,s);
i6 : (d1',d2) = setupGeneralMatrices(D,A,B);
i7 : (betti d1',betti d2)

             0  1          0  1
o7 = (total: 7 26, total: 26 26)
          4: 4  .      6:  6  .
          5: 3  6      7: 12  .
          6: . 12      8:  8  8
          7: .  8      9:  . 12
                      10:  .  6

o7 : Sequence

Ways to use setupGeneralMatrices :