/StringApplet-to-SageMath-converter

A python code which imports the poset of torsion classses from Geuenich's String Applet to SageMath

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

StringApplet to SageMath converter

This modules converter.py is for SageMath, and aimed at people studying representation theory of finite-dimensional algebras. This enables us to deal with the lattice of torsion classes in SageMath very easily.

String Applet is a very useful tool for studying algebras and module categories, which is a web program developed by Jan Geuenich. We can input various algebras into String Applet intuitively, and this applet provides lots of information of a given algebra.

This module converter.py enables us to construct a poset (lattice) of torsion classes of a given algebra in SageMath from the file exported from String Applet.

Author

Haruhisa Enomoto

Manual

See Manual (written in Jupyter Notebook).