The ANU p-quotient program (pq) may be called from GAP. Using this program, GAP provides access to the following: the p-quotient algorithm; the p-group generation algorithm; a standard presentation algorithm; an algorithm to compute the automorphism group of a p-group.
The following section describes the function Pq
, which gives access to
the p-quotient algorithm.
The next section describes the function PqDescendants
, which gives
access to the p-group generation algorithm.
The next sections describe functions for saving results to file (see PqList and SavePqList).
The next section describes the function StandardPresentation
which
gives access to the standard presentation algorithm and to the algorithm
used to compute the automorphism group of a p-group.
The last sections describes the function IsIsomorphicPGroup
which
implements an isomorphism test for p-groups using the standard
presentation algorithm.
GAP 3.4.4