The installation of the FGA package follows standard GAP rules. So the standard method is to unpack the archive into the pkg
directory of your GAP distribution. This will create an fga
subdirectory.
For other non-standard options please see Chapter Reference: Installing a GAP Package in the GAP Reference Manual.
The FGA package is configured to autoload, so its functionality is usually available once GAP is started.
If GAP does not autoload, you can request the package with the LoadPackage
command like this:
gap> LoadPackage( "fga" ); ----------------------------------------------------------------------------- Loading FGA 1.5.0-DEV (Free Group Algorithms) by Christian Sievers (c.sievers@tu-bs.de). maintained by: The GAP Team (support@gap-system.org). Homepage: https://gap-packages.github.io/fga/ Report issues at https://github.com/gap-packages/fga/issues ----------------------------------------------------------------------------- true
You will not see the banner if FGA has already been loaded.
The LoadPackage
command and ways to disable autoloading are described in Section Reference: Loading a GAP Package in the GAP Reference Manual.
generated by GAPDoc2HTML