Goto Chapter: Top 1 2 3 4 5 6 7 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

2 Installation and Help of the PERMUT Package

2 Installation and Help of the PERMUT Package

Since all functions of this package are written in the GAP language, it is enough to unpack the archive file in a directory in the pkg hierarchy of your GAP 4 distribution. It has been tested on version 4.7.4 of GAP.

The PERMUT package requires that the package Format [EW03] be installed on the system, because it uses the functions PResidual (FORMAT: PResidual) and SystemNormalizer (FORMAT: SystemNormalizer) which are defined there. The Format package can be downloaded from the GAP web page (https://www.gap-system.org).

The PERMUT package can be loaded with

gap> LoadPackage("permut");
-----------------------------------------------------------------------------
Loading  FORMAT 1.4.3 (Formations of Finite Soluble Groups)
by Bettina Eick (http://www.iaa.tu-bs.de/beick) and
   Charles R.B. Wright (https://pages.uoregon.edu/wright/).
maintained by:
   Bettina Eick (http://www.iaa.tu-bs.de/beick) and
   The GAP Team (support@gap-system.org).
Homepage: https://gap-packages.github.io/format/
Report issues at https://github.com/gap-packages/format/issues
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
Loading  permut 2.0.4 (PERMUT: A package to deal with permutability in finite groups)
by Adolfo Ballester-Bolinches (Adolfo.Ballester@uv.es),
   Enric Cosme-Llópez (https://www.uv.es/coslloen), and
   Ramón Esteban-Romero (https://www.uv.es/estebanr).
maintained by:
   Ramón Esteban-Romero (https://www.uv.es/estebanr).
Homepage: https://gap-packages.github.io/permut/
Report issues at https://github.com/gap-packages/permut/issues
-----------------------------------------------------------------------------
true

Suggestions, comments, and bug reports can be sent to the email address Ramon.Esteban@uv.es.

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 Bib Ind

generated by GAPDoc2HTML