next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
MonomialMultiplierIdeals
::
monomialLCT
monomialLCT -- log canonical threshold of a monomial ideal
Synopsis
Usage:
monomialLCT I
Inputs:
I
,
a
monomial ideal
,
Outputs:
a
rational number
,
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
monomialMultiplierIdeal
-- multiplier ideal of a monomial ideal
monomialThreshold
-- thresholds of multiplier ideals of monomial ideals
Ways to use
monomialLCT
:
monomialLCT(MonomialIdeal)