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  is the set of all nonsingular  matrices over a finite field of size , where  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   . 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

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(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]

 


Download Help Document