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.3 (Formations of Finite Soluble Groups) by Bettina Eick (http://www.icm.tu-bs.de/~beick) and Charles R.B. Wright (http://www.uoregon.edu/~wright). Homepage: http://www.uoregon.edu/~wright/RESEARCH/format/ ───────────────────────────────────────────────────────────────────────────── ───────────────────────────────────────────────────────────────────────────── Loading permut 2.0.3 (PERMUT: A package to deal with permutability in finite groups) by Adolfo Ballester-Bolinches (Adolfo.Ballester@uv.es), Enric Cosme-Ll\'opez (https://www.uv.es/coslloen), and Ram\'on Esteban-Romero (https://www.uv.es/estebanr). Homepage: https://gap-packages.github.io/permut/ ───────────────────────────────────────────────────────────────────────────── true
Suggestions, comments, and bug reports can be sent to the email address Ramon.Esteban@uv.es.
generated by GAPDoc2HTML