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

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)
This is the Gfan program for computing Groebner fans and tropical varieties.
Use the command "gfan list" to view all subcommands.
The command "gfan" is deprecate for computing all Groebner bases of an ideal.
Please use subcommand "gfan _bases" instead. Awaiting input. <Ctrl>-D to end.
LP algorithm being used: "cddgmp".

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

o3 : List

See also

Ways to use universalGroebnerBasis :