next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
Macaulay2Doc :: target(GroebnerBasis)

target(GroebnerBasis) -- find target of a Gröbner basis

Synopsis

Description

i1 : R = ZZ/10007[x,y,z];
i2 : g = gb ideal(x^2, x*y-z^2, z^5);
i3 : target g

      1
o3 = R

o3 : R-module, free

Ways to use this method: