Macaulay2 » Documentation
Packages » Macaulay2Doc :: GroebnerBasis
next | previous | forward | backward | up | index | toc

GroebnerBasis -- the class of all Gröbner bases

Description

A Gröbner basis in Macaulay2 consists of a Gröbner basis computation, and several associated matrices. Normally you don't need to refer to these objects directly, as many operations on matrices and modules create them, and refer to them. For more information, see Gröbner bases.

Functions and methods returning a Gröbner basis :

Methods that use a Gröbner basis :

For the programmer

The object GroebnerBasis is a type, with ancestor classes MutableHashTable < HashTable < Thing.