PGroupRank - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

PGroupRank

  

determine the rank of a group of prime power order

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

PGroupRank( G )

Parameters

G

-

a permutation group

Description

• 

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.

Examples

withGroupTheory:

GDihedralGroup8

GD8

(1)

PGroupRankG

2

(2)

PGroupRankQuaternionGroup4

2

(3)

PGroupRankWreathProductQuaternionGroup,CyclicGroup4

3

(4)

PGroupRankElementaryGroup5,5

5

(5)

See Also

GroupTheory

GroupTheory[CyclicGroup]

GroupTheory[DihedralGroup]

GroupTheory[ElementaryGroup]

GroupTheory[IsPGroup]

GroupTheory[QuaternionGroup]

GroupTheory[WreathProduct]