GeneralLinearGroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

GroupTheory

  

GeneralLinearGroup

  

construct a permutation group isomorphic to the General Linear Group over a finite field

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GeneralLinearGroup(n, q)

GL( n, q )

Parameters

n

-

a positive integer

q

-

power of a prime number

Description

• 

The general linear group GLn,q is the set of all nonsingular n×n matrices over a finite field of size q, where q is a prime power.

• 

If n and q are positive integers, then the GeneralLinearGroup( n, q ) command returns a permutation group isomorphic to the general linear group  GLn,q . Otherwise, a symbolic group is returned, for which Maple can do some limited computations.

• 

The abbreviation GL( n, q ) is available as a synonym for GeneralLinearGroup( n, q ).

• 

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

Examples

withGroupTheory:

GeneralLinearGroup2,3

GL2,3

(1)

GroupOrderGL1,31

30

(2)

GGL2,5

GGL2,5

(3)

GroupOrderG

480

(4)

csCompositionSeriesG

csGL2&comma;5 < a permutation group on 24 letters with 4 generators > 1&comma;32&comma;45&comma;156&comma;187&comma;198&comma;169&comma;1710&comma;2011&comma;2312&comma;2413&comma;2114&comma;22

(5)

seqGroupOrderS&comma;S&equals;cs

480,240,120,2,1

(6)

GroupOrderGL4&comma;3

24261120

(7)

ClassNumberGL31&comma;q

q31q15q14q13q12q11q10+2q8+3q7+4q6+q53q43q3+q

(8)

GroupOrderGLn&comma;q

k=0n1qnqk

(9)

GroupOrderGL3&comma;q

q31q3qq3q2

(10)

GroupOrderDerivedSubgroupGLn&comma;q

qn2k=1n1qk+11

(11)

Compatibility

• 

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

• 

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

• 

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

See Also

GroupTheory[GeneralOrthogonalGroup]

GroupTheory[GeneralUnitaryGroup]

GroupTheory[GroupOrder]

GroupTheory[ProjectiveGeneralLinearGroup]