GroupTheory
GeneralLinearGroup
construct a permutation group isomorphic to the General Linear Group over a finite field
Calling Sequence
Parameters
Description
Examples
Compatibility
GeneralLinearGroup(n, q)
GL( n, q )
n
-
a positive integer
q
power of a prime number
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.
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