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

generators(GroebnerBasis) -- the generator matrix of a Gröbner basis

Synopsis

Description

The following ideal defines a set of 18 points over the complex numbers. We compute a lexicographic Gröbner basis of the ideal.
i1 : R = QQ[a..d, MonomialOrder=>Lex];
i2 : I = ideal(a^7-b-3, a*b-1, a*c^2-3, b*d-4);

o2 : Ideal of R
i3 : gens gb I

o3 = | d8-49152d-65536 16384c2-3d7+147456 16384b-d7+49152 4a-d |

             1      4
o3 : Matrix R  <-- R

See also

Ways to use this method: