PGroupRank - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡GroupTheory:

> 

G≔DihedralGroup⁡8

G≔D8

(1)
> 

PGroupRank⁡G

2

(2)
> 

PGroupRank⁡QuaternionGroup⁡4

2

(3)
> 

PGroupRank⁡WreathProduct⁡QuaternionGroup⁡,CyclicGroup⁡4

3

(4)
> 

PGroupRank⁡ElementaryGroup⁡5,5

5

(5)

See Also

GroupTheory

GroupTheory[CyclicGroup]

GroupTheory[DihedralGroup]

GroupTheory[ElementaryGroup]

GroupTheory[IsPGroup]

GroupTheory[QuaternionGroup]

GroupTheory[WreathProduct]