Skip to main content

For studying big mapping classes

Project description

Bigger is a program for computing big mapping classes and their actions on non-compact laminations via ideal triangulation coordinates.

Bigger officially supports Python 3.5 – 3.8 and PyPy3.

An arc on the ladder surface

Quickstart

Bigger is available on PyPI, so it can be installed via:

$ pip install bigger --user --upgrade

Once installed, try it inside of Python:

>>> import bigger
>>> S = bigger.load.ladder()  # The infinite-genus two-ended surface
>>> a = S.triangulation({(0, 5): -1})  # An arc
>>> a
Lamination (0, 5): -1

>>> b = S.triangulation(lambda e: 2 if e[1] in {2, 3, 4, 6} else 0)  # An infinite arc
>>> b
Infinitely supported lamination (0, 0): 0, (0, 1): 0, (0, 2): 2, (0, 3): 2, (0, 4): 2, (0, 5): 0, (0, 6): 2, (0, 7): 0, (0, 8): 0, (-1, 0): 0 ...

>>> c = S('b{n >= 0}.a[2].a.a')(b)  # Apply some mapping classes
>>> # Let's make the picture at the top
>>> edges = [(i, j) for i in range(-1, 2) for j in range(2, 9)] + [(i, 0) for i in range(2)]
>>> c.draw(edges, layout=S, w=800)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bigger-0.2.0.tar.gz (15.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page