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

..03-May-2022-

doc/H03-May-2022-1,2921,074

gap/H03-May-2022-9,4238,316

htm/H03-May-2022-1,0921,085

lib/H03-May-2022-78,68168,458

tst/H03-May-2022-4,1624,131

LICENSEH A D03-May-202217.6 KiB341281

PackageInfo.gH A D03-May-20222.3 KiB7966

README.mdH A D03-May-20221.1 KiB3521

VERSIONH A D03-May-20226 21

init.gH A D03-May-2022131 84

read.gH A D03-May-202216.4 KiB360341

README.md

1[![Build Status](https://travis-ci.org/gap-packages/liepring.svg?branch=master)](https://travis-ci.org/gap-packages/liepring)
2[![Code Coverage](https://codecov.io/github/gap-packages/liepring/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/liepring)
3
4# LiePRing
5
6LiePRing is a GAP4 package. Its main objective is to provide
7access to the nilpotent Lie rings of order p^n for p>2 and n<=7.
8
9REMARK: this package is written for GAP4.4 (and higher versions);
10the package LieRing is required.
11
12
13## Installation
14
15To install the package LiePRing move the file `liepring-XX.tar.gz`
16(or any other archive containing it) into the `pkg` directory.
17Usually this will be the `pkg` subdirectory in your GAP4 installation.
18However, it is also possible to have a `pkg` subdirectory in a
19different place, see the section `Installing GAP Packages` of the
20GAP4 reference manual for more information.
21Then simply unpack `liepring-XX.tar.gz` and your installation is
22complete.
23
24In GAP, issue
25
26    gap> LoadPackage( "liepring" );
27
28to load the package.
29
30
31## Documentation
32
33The manual of LiePRing is contained in the `liepring/doc` directory.
34
35