Macaulay2 » Documentation
Packages » SymbolicPowers :: SampleSize
next | previous | forward | backward | up | index | toc

SampleSize -- optional parameter used for approximating asymptotic invariants that are defined as limits.

Description

This option bounds the number of symbolic powers sampled when approximating asymptotic invariants such as waldschmidt and asymptoticRegularity.

i1 : R = QQ[x,y,z];
i2 : J = ideal (x*(y^3-z^3),y*(z^3-x^3),z*(x^3-y^3));

o2 : Ideal of R
i3 : waldschmidt(J, SampleSize=>5)

o3 = 3

o3 : QQ
i4 : asymptoticRegularity(J, SampleSize=>5)

o4 = 4

o4 : QQ

See also

Functions with optional argument named SampleSize:

For the programmer

The object SampleSize is a symbol.


The source of this document is in SymbolicPowers.m2:1548:0.