Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/majoranaalgebras/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 7.6.2024 mit Größe 1 kB image not shown  

Quelle  README.md   Sprache: unbekannt

 
[![Build Status](https://github.com/gap-packages/MajoranaAlgebras/workflows/CI/badge.svg?branch=master)](https://github.com/gap-packages/MajoranaAlgebras/actions?query=workflow%3ACI+branch%3Amaster)
[![Code Coverage](https://codecov.io/github/gap-packages/MajoranaAlgebras/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/MajoranaAlgebras)

# MajoranaAlgebras

This is a GAP package for constructing Majorana representations of finite groups. The package implements the algorithm described in the paper "Constructing Majorana representations" (https://arxiv.org/abs/1803.10723) by M. Pfeiffer and M. Whybrow.

## Getting Started

To get the latest version of the package, go to the [MajoranaAlgebras](https://gap-packages.github.io/MajoranaAlgebras/) and download `MajoranaAlgebras-x.x.tar.gz`. Inside the `pkg` directory of your GAP installation, unpack `MajoranaAlgebras-x.x.tar.gz` by, for example, doing

    tar -xzf MajoranaAlgebras-x.x.tar.gz

You may also need to install the following packages

* [automata](https://gap-packages.github.io/automata/)
* [datastructures](https://gap-packages.github.io/datastructures/)
* [Gauss](https://homalg-project.github.io/homalg_project/Gauss/)

Start GAP in the usual way and call

    LoadPackage("MajoranaAlgebras");

[ Dauer der Verarbeitung: 0.24 Sekunden  (vorverarbeitet)  ]