next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
MonomialMultiplierIdeals :: monomialJumpingNumbers

monomialJumpingNumbers -- jumping numbers of a monomial ideal and the corresponding multiplier ideals

Synopsis

Description

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)

See also

Ways to use monomialJumpingNumbers :