Macaulay2 » Documentation
Packages » Macaulay2Doc » commutative algebra » Gröbner bases » computing Groebner bases » gb » GroebnerBasis » target(GroebnerBasis)
next | previous | forward | backward | up | index | toc

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

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:


The source of this document is in Macaulay2Doc/functions/target-doc.m2:29:0.