Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/corelg/   (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/corelg/workflows/CI/badge.svg?branch=master)](https://github.com/gap-packages/corelg/actions?query=workflow%3ACI+branch%3Amaster)
[![Code Coverage](https://codecov.io/github/gap-packages/corelg/coverage.svg)](https://codecov.io/gh/gap-packages/corelg)

# CoReLG

CoReLG is a GAP4 package. Its main objective is to provide
functionality for computing with real (semi-)simple Lie algebras.


## Installation

To install the package CoReLG move the file `corelg-XX.tar.gz`
(or any other archive containing it) into the `pkg` directory.
Usually this will be the `pkg` subdirectory in your GAP4 installation.
However, it is also possible to have a `pkg` subdirectory in a 
different place, see the section `Installing GAP Packages` of the 
GAP4 reference manual for more information.
Then simply unpack `corelg-XX.tar.gz` and your installation is
complete.
In GAP issue 

    gap> LoadPackage( "corelg" );

             
## Documentation

The manual of CoReLG is contained in the `doc` directory. The different 
versions of the manual (pdf, dvi, html) can be compiled by doing

    gap> ReadPackage("corelg", "makedoc.g");

[ Dauer der Verarbeitung: 0.25 Sekunden  (vorverarbeitet)  ]