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

semigroupFromMu -- Inverse of the function mu

Description

if A = {a_1..a_(m-1)} is the Apery set of a semigroup L, then mu L is the sequence of numbers (a_i -i)/m. semigroupFromMu is the inverse operation.

i1 : L = {6,9,13,16}

o1 = {6, 9, 13, 16}

o1 : List
i2 : mm = mu L

o2 = {2, 4, 1, 2, 4}

o2 : List
i3 : semigroupFromMu mm

o3 = {6, 9, 13, 16}

o3 : List

See also

Ways to use semigroupFromMu:

  • semigroupFromMu(List)

For the programmer

The object semigroupFromMu is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.06+ds/M2/Macaulay2/packages/NumericalSemigroups.m2:3004:0.