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.
withGroupTheory:
G≔DihedralGroup8
G≔D8
PGroupRankG
2
PGroupRankQuaternionGroup4
PGroupRankWreathProductQuaternionGroup,CyclicGroup4
3
PGroupRankElementaryGroup5,5
5
See Also
GroupTheory[CyclicGroup]
GroupTheory[DihedralGroup]
GroupTheory[ElementaryGroup]
GroupTheory[IsPGroup]
GroupTheory[QuaternionGroup]
GroupTheory[WreathProduct]
Download Help Document