next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
SymbolicPowers :: lowerBoundResurgence

lowerBoundResurgence -- computes a lower bound for the resurgence of a given ideal.

Synopsis

Description

Given an ideal I and an integer n, finds the maximum of the quotiens m/k that fail I(m) ⊆Ik with k ≤n.

i1 : T = QQ[x,y,z];
i2 : I = intersect(ideal"x,y",ideal"x,z",ideal"y,z");

o2 : Ideal of T
i3 : lowerBoundResurgence(I,5)

     6
o3 = -
     5

o3 : QQ

Ways to use lowerBoundResurgence :