[top][index]
search for:

mingens GroebnerBasis -- a matrix whose columns are minimal generators of the submodule

Synopsis:

  • Function: mingens -- returns a minimal generatoring set of a graded module
  • Input:
  • an instance of class GroebnerBasis.
  • Output:
  • an instance of class Matrix.
  • Optional arguments :

  • Code:

         -- ../../../Macaulay2/m2/gb.m2:186-189
         mingens GroebnerBasis := Matrix => options -> (g) -> (
              sendgg(ggPush g, gggetmingens);
              getMatrix ring g                     -- we're losing information here! MES
              )

    [top][index]
    search for: