Utility functions in GAP
Version 0.85
Released 2024-01-23
This project is maintained by Chris Wensley
Utils
This package collects together utility functions from a selection of GAP packages in order to make them more widely visible to other package authors.
Other generally useful functions, which are not deemed suitable for the main library, and also welcome. For example, recent additions are functions to convert certain types of group to Magma format.
The Utils
package is Copyright {\copyright} The GAP Group, 2015-2024.
Utils
is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
For details, see https://www.gnu.org/licenses/gpl.html
unpack utils-<version_number>.tar.gz
in the pkg
subdirectory
of the GAP root directory.
From within GAP load the package with:
gap> LoadPackage(“utils”);
The file manual.pdf
is in the doc
subdirectory.
If you have a question relating to Utils
, encounter any problems,
or wish to suggest other functions to be transferred to the package, please