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

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: