[top][index]
search for:

generators GroebnerBasis -- the Groebner basis matrix

Synopsis:

  • Function: generators -- matrix of generators
  • Input:
  • an instance of class GroebnerBasis.
  • Output:
  • an instance of class Matrix.
  • generators g -- returns a matrix whose columns are the generators of the Groebner basis.

    Code:

         -- ../../../Macaulay2/m2/gb.m2:197-199
         generators GroebnerBasis := Matrix => (g) -> (
              sendgg(ggPush g, gggetgb);
              getMatrix ring g)

    [top][index]
    search for: