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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Group Theory : ProjectiveGeneralLinearGroup

GroupTheory

  

ProjectiveGeneralLinearGroup

  

construct a permutation group isomorphic to a projective general linear group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ProjectiveGeneralLinearGroup(n, q)

PGL(n, q)

Parameters

n

-

a positive integer

q

-

power of a prime number

Description

• 

The projective general linear group PGL⁡n,q  is the quotient of the general linear group GL⁡n,q  by its center.

• 

The ProjectiveGeneralLinearGroup( n, q ) command returns a permutation group isomorphic to the projective general linear group PGL⁡n,q  . The PGL(n, q) command is provided as an alias.

• 

If either of n or q is non-numeric, then a symbolic group is returned.

• 

In the Standard Worksheet interface, you can insert this group into a document or worksheet by using the Group Constructors palette.

Examples

> 

with⁡GroupTheory:

> 

G≔ProjectiveGeneralLinearGroup⁡2,49

G≔PGL2,49

(1)
> 

Generators⁡G

3,50,49,48,47,46,45,44,8,43,42,41,40,39,38,37,7,36,35,34,33,32,31,30,6,29,28,27,26,25,24,23,5,22,21,20,19,18,17,16,4,15,14,13,12,11,10,9,1,2,63,4,89,25,3310,20,3711,32,2412,15,4113,38,1614,30,2317,31,1918,44,4721,46,4322,39,4926,34,5027,48,3528,42,4029,45,36

(2)
> 

G≔ProjectiveGeneralLinearGroup⁡5,2

G≔PGL5,2

(3)
> 

GroupOrder⁡G

9999360

(4)
> 

GroupOrder⁡PGL⁡4,3

12130560

(5)

Several among the small projective general linear groups are isomorphic to some familiar permutation groups.

> 

AreIsomorphic⁡PGL⁡2,2,Symm⁡3

true

(6)
> 

AreIsomorphic⁡PGL⁡2,3,Symm⁡4

true

(7)
> 

AreIsomorphic⁡PGL⁡2,4,Alt⁡5

true

(8)
> 

AreIsomorphic⁡PGL⁡2,5,Symm⁡5

true

(9)
> 

GroupOrder⁡PGL⁡3,q

q3−1⁢q3−q⁢q3−q2q−1

(10)

Compatibility

• 

The GroupTheory[ProjectiveGeneralLinearGroup] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

• 

The GroupTheory[ProjectiveGeneralLinearGroup] command was updated in Maple 2020.

See Also

GroupTheory[AlternatingGroup]

GroupTheory[AreIsomorphic]

GroupTheory[GeneralLinearGroup]

GroupTheory[GroupOrder]

GroupTheory[SymmetricGroup]