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

..03-May-2022-

data/H03-May-2022-961,288955,081

doc/H03-May-2022-2,2001,867

fp/H03-May-2022-346,736335,771

htm/H03-May-2022-1,6541,603

lib/H03-May-2022-5,9144,910

tst/H03-May-2022-171156

LICENSEH A D03-May-20221.3 KiB2521

PackageInfo.gH A D03-May-20223.9 KiB11587

READMEH A D03-May-20221.5 KiB4128

init.gH A D03-May-2022875 3026

read.gH A D03-May-2022652 2520

README

1                        The GAP package
2                           IRREDSOL
3                         Version 1.4
4
5IRREDSOL is a GAP package which provides a library of all irreducible
6soluble subgroups of GL(n, q), up to conjugacy, where n is a positive
7integer and q a prime power satisfying q^n <= 2^24-1, and a library
8of all primitive soluble groups of degree at most 2^24-1.
9
10This version of IRREDSOL requires at least GAP 4.5.
11
12In order to install IRREDSOL, you have to get the package archive file
13'irredsol-1.4.tar.gz', or any other archive format suitable for your
14system. It is available for download from
15
16http://www.gap-system.org/Packages/irredsol.html
17
18To install IRREDSOL, move the package archive file into the 'pkg'
19directory in which you plan to install IRREDSOL. Usually, this will be
20the directory 'pkg' in the GAP directory.
21
22You should now have a directory `irredsol-1.4' in the `pkg' directory.
23
24If you already have a previous version of IRREDSOL, that is, there is a
25directory whose name starts with 'irredsol' in the 'pkg' directory, you
26may delete that directory (or move it outside the pkg directory).
27
28To load the IRREDSOL package manually, start GAP and type
29
30    LoadPackage ("irredsol");
31
32at the GAP prompt. If everything is ok, this should print a
33banner (if IRREDSOL is not already loaded) and return `true'.
34
35Please do not hesitate to report any bugs or other problems/suggestions to the
36author:
37
38Burkhard Höfling
39e-mail: b.hoefling@tu-bs.de
40www:    http://www.icm.tu-bs.de/~bhoeflin
41