symmetrica: Library for representation theory#

Description#

Symmetrica is a Collection of C routines for representation theory.

It is a program developed by Lehrstuhl Mathematik II of the University of Bayreuth. It has routines to handle the following topics:

  • ordinary representation theory of the symmetric group and related groups (2/11/04)

  • ordinary representation theory of the classical groups

  • modular representation theory of the symmetric group

  • projective representation theory of the symmetric group

  • combinatorics of tableaux

  • symmetric functions and polynomials (7/22/04)

  • commutative and non commutative Schubert polynomials

  • operations of finite groups.

  • ordinary representation theory of Hecke algebras of type A_n

For more details check http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA

Updated package on https://gitlab.com/sagemath/symmetrica/-/releases with changes to modernize the source and the build system.

License#

Public Domain (see the above web site)

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

3.0.1

Equivalent System Packages#

$ sudo pacman -S symmetrica
$ conda install symmetrica
$ sudo apt-get install libsymmetrica2-dev
$ sudo yum install symmetrica-devel
$ sudo pkg install math/symmetrica
$ sudo emerge sci-libs/symmetrica
$ nix-env --install symmetrica
$ sudo xbps-install symmetrica-devel

See https://repology.org/project/symmetrica/versions

If the system package is installed, ./configure will check if it can be used.