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

isSymbPowerContainedinPower -- tests if the m-th symbolic power an ideal is contained the n-th power

Synopsis

Description

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

o1 = R

o1 : PolynomialRing
i2 : J = ideal(x,y)

o2 = ideal (x, y)

o2 : Ideal of R
i3 : isSymbPowerContainedinPower(J,3,2)

o3 = true

See also

Ways to use isSymbPowerContainedinPower :

For the programmer

The object isSymbPowerContainedinPower is a method function with options.