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

..03-May-2022-

doc/H03-May-2022-1,2281,038

gap/H03-May-2022-10,4899,439

htm/H03-May-2022-880873

tst/H03-May-2022-9389

CHANGESH A D03-May-2022770 2921

LICENSEH A D03-May-202252 KiB1,031834

PackageInfo.gH A D03-May-20222.5 KiB7967

READMEH A D03-May-20221.1 KiB3120

VERSIONH A D03-May-20226 21

init.gH A D03-May-2022750 1915

read.gH A D03-May-20221.5 KiB3127

README

1               The Symbolic-Computation-and-Coclass package
2
3This is the README file for the GAP package "SymbCompCC".
4
5This package gives tools to compute with elements in Q[p^x]. These
6elements are used to give parameter presentations for p-groups of certain
7coclass and the computation of the Schur extension of these families of
8groups.
9
10The  package is distributed with  the main  GAP archive.
11For updates check the package Web page
12     https://gap-packages.github.io/SymbCompCC/
13
14An installation should be possible on any system. You have to unpack the
15package into the GAP-package directory pkg.
16
17Now start GAP and type
18
19  LoadPackage("SymbCompCC");
20
21The ``SymbCompCC" package banner should appear on the screen.
22
23For details on how to use the SymbCompCC package see the package
24documentation in the `doc' subdirectory (view either `manual.dvi'  via
25`xdvi' or or `manual.pdf' via a PDF viewer).
26
27This code is released under the GPL version 2 or later (at your preference).
28For the text of the GPL, please see http://www.gnu.org/licenses/.
29
30  D"orte Feichtenschlager -- 19 November 2011.
31