• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-2,6192,196

gap/H03-May-2022-87,70685,632

tst/H03-May-2022-532483

LICENSEH A D03-May-202218.1 KiB352290

PackageInfo.gH A D03-May-20222.5 KiB8576

README.mdH A D03-May-20221.1 KiB3623

init.gH A D03-May-2022406 1412

makedoc.gH A D03-May-2022439 1310

read.gH A D03-May-2022322 119

README.md

1[![Build Status](https://travis-ci.org/gap-packages/sla.svg)](https://travis-ci.org/gap-packages/sla)
2[![Code Coverage](https://codecov.io/github/gap-packages/sla/coverage.svg)](https://codecov.io/gh/gap-packages/sla)
3
4# SLA
5
6This package containing diverse functions for workin with simple Lie
7algebras in GAP (base fields are of characteristic 0).
8
9
10## Installation
11
12To install the package SLA move the file `sla-XX.tar.gz`
13(or any other archive containing it) into the `pkg` directory.
14Usually this will be the `pkg` subdirectory in your GAP4 installation.
15However, it is also possible to have a `pkg` subdirectory in a
16different place, see the section `Installing GAP Packages` of the
17GAP4 reference manual for more information.
18Then simply unpack `sla-XX.tar.gz` and your installation is
19complete.
20In GAP issue
21
22    gap> LoadPackage( "sla" );
23
24NOTE: this package depends on the QuaGroup package, which also has
25to be installed.
26
27
28## Documentation
29
30The manual of SLA is contained in the `doc` directory. There are the
31following files (among others):
32
33* manual.pdf       df version of the manual
34* chap0.html      the manual in html
35
36