Macaulay2 » Documentation
Packages » SymbolicPowers :: minimalPart
next | previous | forward | backward | up | index | toc

minimalPart -- intersection of the minimal components

Synopsis

Description

Eliminates embedded components of a given ideal

i1 : R = QQ[x,y,z]

o1 = R

o1 : PolynomialRing
i2 : J = intersect(ideal(x^2,y,z^3),ideal(x,z))

                       2   3
o2 = ideal (y*z, x*y, x , z )

o2 : Ideal of R
i3 : minimalPart(J)

o3 = ideal (z, x)

o3 : Ideal of R

See also

Ways to use minimalPart :

For the programmer

The object minimalPart is a method function.