GroupTheory
PGroupRank
determine the rank of a group of prime power order
Calling Sequence
Parameters
Description
Examples
PGroupRank( G )
G
-
a permutation group
The rank of a finite p-group G, where p is a prime number, is the minimum number of generators of G.
The PGroupRank( G ) command returns the rank of the finite p-group G, which must be an instance of a permutation group.
with⁡GroupTheory:
G≔DihedralGroup⁡8
G≔D8
PGroupRank⁡G
2
PGroupRank⁡QuaternionGroup⁡4
PGroupRank⁡WreathProduct⁡QuaternionGroup⁡,CyclicGroup⁡4
3
PGroupRank⁡ElementaryGroup⁡5,5
5
See Also
GroupTheory[CyclicGroup]
GroupTheory[DihedralGroup]
GroupTheory[ElementaryGroup]
GroupTheory[IsPGroup]
GroupTheory[QuaternionGroup]
GroupTheory[WreathProduct]
Download Help Document