Computes the jumping numbers t of a monomial ideal I (those values of the parameter at which the multiplier ideal changes) along with the corresponding multiplier ideals J(I^t) in the interval [a,b] (default: [ monomialLCT(I), analyticSpread(I) ]).
R = QQ[x,y]; |
I = monomialIdeal(y^2,x^3); |
monomialJumpingNumbers(I) |