A Java library to perform S-expansions of Lie algebras
Abstract
The contraction method is a procedure that allows to establish non-trivial relations between Lie algebras and has had succesful applications in both mathematics and theoretical physics. This work deals with generalizations of the contraction procedure with a main focus in the so called S-expansion method as it includes most of the other generalized contractions. Basically, the S-exansion combines a Lie algebra with a finite abelian semigroup in order to define new S-expanded algebras. After giving a description of the main ingredients used in this paper, we present a Java library that automatizes the S-expansion procedure. With this computational tool we are able to represent Lie algebras and semigroups, so we can perform S-expansions of Lie algebras using arbitrary semigroups. We explain how the library methods has been constructed and how they work; then we give a set of example programs aimed to solve different problems. They are presented so that any user can easily modify them to perform his own calculations, without being necessarily an expert in Java. Finally, some comments about further developements and possible new applications are made.
Cite
@article{arxiv.1703.04036,
title = {A Java library to perform S-expansions of Lie algebras},
author = {C. Inostroza and I. Kondrashuk and N. Merino and F. Nadal},
journal= {arXiv preprint arXiv:1703.04036},
year = {2025}
}
Comments
54 pages, 2 figures. The full Java library for S-Expansions is available at https://github.com/SemigroupExp/Sexpansion/releases/tag/v1.0.0. Revised version: three references are added, the code of the programs "loadfile" and "loadfromfile" is removed