Macaulay2 » Documentation
Packages » NumericalSemigroups :: nonWeierstrassSemigroups
next | previous | forward | backward | up | index | toc

nonWeierstrassSemigroups -- Find possibly non Weierstrass Semigroups

Synopsis

Description

We test which semigroups of multiplicity m and genus g are smoothable. If no smoothing was found then L is a candidate for a non Weierstrass semigroup. In this search certain semigroups L in LLdifficult, where the computation is particular heavy are excluded.

i1 : elapsedTime nonWeierstrassSemigroups(6,7)
(6, 7,  all semigroups are smoothable) -- 3.01398s elapsed


o1 = {}

o1 : List
i2 : LLdifficult={{6, 8, 9, 11}}

o2 = {{6, 8, 9, 11}}

o2 : List
i3 : elapsedTime nonWeierstrassSemigroups(6,8,LLdifficult,Verbose=>true)
(17, 5)
{6, 7, 8, 17}
unfolding
 -- .814179s elapsed
flatteningRelations
 -- .302842s elapsed
next gb
 -- .00256011s elapsed
true
 -- 1.93595s elapsed
{6, 7, 9, 17}
unfolding
 -- .843116s elapsed
flatteningRelations
 -- .321293s elapsed
next gb
 -- .00376485s elapsed
decompose
 -- .451829s elapsed
number of components: 2
support c, codim c: {(2, 2), (5, 2)}
{0, -1}
 -- 5.91819s elapsed
{6, 8, 9, 10}
unfolding
 -- .21358s elapsed
flatteningRelations
 -- .261505s elapsed
next gb
 -- .00084142s elapsed
true
 -- 1.57787s elapsed
{6, 8, 10, 11, 13}
unfolding
 -- 1.0807s elapsed
flatteningRelations
 -- .390704s elapsed
next gb
 -- .00956189s elapsed
decompose
 -- 2.15106s elapsed
number of components: 1
support c, codim c: {(5, 1)}
{-1}
 -- 5.91012s elapsed
 -- 15.3424s elapsed
0

 -- .00000874s elapsed
 -- 15.4371s elapsed
{}

o3 = {{6, 8, 9, 11}}

o3 : List

In the verbose mode we get timings of various computation steps and further information. The first line, (17,5), indicates that there 17 semigroups of multiplicity 6 and genus 8 of which only 5 is not flagged as smoothable by the function knownExample. The second line, {6, 7, 8, 17}, gives the current semigroup. The timing under various headers tells how much time was used in each of the steps.

See also

Ways to use nonWeierstrassSemigroups:

For the programmer

The object nonWeierstrassSemigroups is a method function with options.