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 (http://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-public.tu-bs.de:8080/~beick) and Charles R.B. Wright (http://www.uoregon.edu/~wright). ----------------------------------------------------------------------------- #I -------------------------------------------------------- #I Loading the GAP package ``permut'' in version 1.03 #I (a package to deal with permutability in finite groups) #I by Adolfo Ballester-Bolinches <Adolfo.Ballester@uv.es>, #I Enric Cosme-Ll\'opez <Enric.Cosme@uv.es>, #I and Ramon Esteban-Romero <Ramon.Esteban@uv.es> / #I <resteban@mat.upv.es>. #I #I Use ``?permut:'' for help. #I -------------------------------------------------------- true
Suggestions, comments, and bug reports can be sent to the email address Ramon.Esteban@uv.es.
generated by GAPDoc2HTML