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

monomialLCT -- log canonical threshold of a monomial ideal

Synopsis

Description

Computes the log canonical threshold of a monomial ideal I (the least positive value of t such that the multiplier ideal of I with coefficient t is a proper ideal).
i1 : R = QQ[x,y];
i2 : I = monomialIdeal(y^2,x^3);

o2 : MonomialIdeal of R
i3 : monomialLCT(I)

     5
o3 = -
     6

o3 : QQ

See also

Ways to use monomialLCT :