next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

universalGroebnerBasis -- the union of all reduced Groebner bases of an ideal.

Synopsis

Description

i1 : R = QQ[symbol x, symbol y, symbol z]

o1 = R

o1 : PolynomialRing
i2 : I = ideal(x+y, y+z)

o2 = ideal (x + y, y + z)

o2 : Ideal of R
i3 : universalGroebnerBasis(I)
LP algorithm being used: "cddgmp".

o3 = {x + y, x - z, y + z}

o3 : List

See also

Ways to use universalGroebnerBasis :