Macaulay2 » Documentation
Packages » K3Carpets :: computeBound
next | previous | forward | backward | up | index | toc

computeBound -- compute the bound for the good types in case of k resonance

Synopsis

Description

The iterated mapping over the relative resolution of X_e(a,b) in the resonance scroll has betti numbers in a range of a general 2k-gonal canonical curve of genus a+b+1, if a,b are large enough, see ES2018. We compute the minimal type $(a,b) \equiv (a1,b1) \mod k$ where this becomes true.

In the second version c is the minimal value of a,b's for all congruence classes mod k. We conjecture that c=k^2-k.

i1 : (a,b)=computeBound(6,4,3)

o1 = (9, 7)

o1 : Sequence
i2 : computeBound 3
 -- 0.0786553 seconds elapsed
 -- 0.0822455 seconds elapsed
 -- 0.0878908 seconds elapsed
 -- 0.0866083 seconds elapsed
 -- 0.104596 seconds elapsed
 -- 0.0963495 seconds elapsed

o2 = 6

See also

Ways to use computeBound :

For the programmer

The object computeBound is a method function.