GroupTheory
ProjectiveGeneralLinearGroup
construct a permutation group isomorphic to a projective general linear group
Calling Sequence
Parameters
Description
Examples
Compatibility
ProjectiveGeneralLinearGroup(n, q)
PGL(n, q)
n
-
a positive integer
q
power of a prime number
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.
with⁡GroupTheory:
G≔ProjectiveGeneralLinearGroup⁡2,49
G≔PGL2,49
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
G≔ProjectiveGeneralLinearGroup⁡5,2
G≔PGL5,2
GroupOrder⁡G
9999360
GroupOrder⁡PGL⁡4,3
12130560
Several among the small projective general linear groups are isomorphic to some familiar permutation groups.
AreIsomorphic⁡PGL⁡2,2,Symm⁡3
true
AreIsomorphic⁡PGL⁡2,3,Symm⁡4
AreIsomorphic⁡PGL⁡2,4,Alt⁡5
AreIsomorphic⁡PGL⁡2,5,Symm⁡5
GroupOrder⁡PGL⁡3,q
q3−1⁢q3−q⁢q3−q2q−1
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]
Download Help Document