[top][index]
search for:

betti GroebnerBasis -- display of the degrees of a groebner basis

Synopsis:

  • Usage: n = betti G
  • Function: betti -- display degrees
  • Input:
  • G, an instance of class GroebnerBasis.
  • Output:
  • n, an instance of class Net: a net displaying the degrees of the generators of the source and target modules of the matrix of generators of G.
  • For an explanation of the display, see (betti, ChainComplex).

    Code:

         -- ../../../Macaulay2/m2/chaincomplexes.m2:506
         betti GroebnerBasis := G -> betti generators G

    [top][index]
    search for: