Giter Club home page Giter Club logo

sage-train-track's Introduction

sage-train-track

Free group automorphisms and train-track representatives in python/sage.

This is a Sage optional package. It contains code to handle free group automorphisms (inversion, composition, etc.) and to compute train-track representatives (absolute and relative, stable and unstable) as defined by Bestvina and Handel. This includes the computation of Nielsen paths and indices of iwip automorphisms and much more. Convex cores of pairs of tree as defined by Guirardel also appear.

Installation:

sage -pip install train_track

Warning: it seems that Mac OS X 10.13 and later has a security conflict between SIP and SSL and does not succeed in downloading the package from https://pypi.python.org. To overcome this difficulty, just download the tarball train_track-0.1.2.tar.gz from

https://pypi.python.org/simple/train_track

and run:

sage -pip install /path/to/train_track-0.1.2.tar.gz

Warning: if you lack intstallation privilege, you can install only for yourself:

sage -pip install --user train_track

On Cocalc.com installation can be done either from a terminal as above or from a cell:

!sage -pip install train_track

Warning, Cocalc free accounts do not have access to internet, first download the tarball then install.

Usage:

sage: from train_track import *

After this command, you can play with free groups and their automorphisms:

sage: FreeGroup('a,b,c')
Free Group on generators {a, b, c}
sage: FreeGroupAutomorphism('a->bCb,b->Bc,c->BcBa')
Automorphism of the Free Group on generators {a, b, c}: a->a*b,b->a*c,c->a
sage: free_group_automorphisms.Cohen_Lustig_1_6()
Automorphism of the Free Group on generators {a, b, c}: a->c^3*a*c^-3,b->c^-1*a*c^2*a^-1*b*c^-1,c->a*c^2*a^-1*b*c^2*a*c^-2*b^-1*a*c^-2*a^-1*c^4*a^-1*c^-3

sage-train-track's People

Contributors

coulbois avatar dbenielli avatar videlec avatar radhikagupta avatar brianmannmath avatar alexeymuranov avatar

Stargazers

Sasha Kolpakov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.