Sébastien Labbé Research Code

This is the reference manual for the Sébastien Labbé Research Code extension to the Sage mathematical software system. Sage is free open source math software that supports research and teaching in algebra, geometry, number theory, cryptography, and related areas.

Sébastien Labbé Research Code implements digital geometry, combinatorics on words and symbolic dynamical systems simulation code in Sage, via a set of new Python classes. Many of the modules corresponds to research code written for published articles (double square tiles, Christoffel graphs, factor complexity). It is meant to be reused and reusable (full documentation including doctests). Comments are welcome.

To install this module, you do:

sage -pip install slabbe

To use this module, you need to import it:

from slabbe import *

This reference manual contains many examples that illustrate the usage of slabbe spkg. The examples are all tested with each release of slabbe spkg, and should produce exactly the same output as in this manual, except for line breaks.

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License.

Indices and Tables