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).
R = QQ[x,y];
I = monomialIdeal(y^2,x^3);
monomialLCT(I)

See also

Ways to use monomialLCT :