containmentProblem(...,InSymbolic=>...) -- an optional parameter used in containmentProblem.
Synopsis
Usage:
containmentProblem(I,n,InSymbolic => true)
Description
Given an ideal I and an integer n, InSymbolic is used to ask the following question: What is the largest power containing the symbolic power $I^{(n)}$?
i1 : R = QQ[x,y,z];
i2 : J = ideal (x*(y^3-z^3),y*(z^3-x^3),z*(x^3-y^3));
o2 : Ideal of R