Gröbner Bases

In mathematics, and more specifically in computer algebra, computational algebraic geometry, and computational commutative algebra, a Gröbner basis is a particular kind of generating set of an ideal in a polynomial ring K[x1,,xn]K[x_1, \ldots ,x_n] over a field KK. As an algorithmic problem, given a set of polynomials in K[x1,,xn]K[x_1, \ldots,x_n], determine a Gröbner basis.

Parameters

  • nn: number of variables in each polynomial
  • dd: maximal total degree of the polynomials

Related Problems


Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
Faugère F5 algorithm2002O((n+DregDreg)ω)O(\binom{n+D_{reg}}{D_{reg}}^{\omega})O((n+DregDreg)2)O(\binom{n+D_{reg}}{D_{reg}}^2)
Faugère F4 algorithm1999O((n+DregDreg)ω)O(\binom{n+D_{reg}}{D_{reg}}^{\omega})O((n+DregDreg)2)O(\binom{n+D_{reg}}{D_{reg}}^2)
Buchberger's algorithm1976O(d2n+o(1))O(d^{2^{n+o(1)}})d2n+o(1)d^{2^{n+o(1)}}

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table