GroupTheory
SpecialLinearGroup
construct a permutation group isomorphic to a special linear group
Calling Sequence
Parameters
Description
Examples
Compatibility
SpecialLinearGroup(n, q)
SL(n, q)
n
-
a positive integer
q
power of a prime number
The special linear group SL⁡n,q is the set of all n×n nonsingular matrices over a finite field of size q whose determinant is 1.
The SpecialLinearGroup( n, q ) command returns a permutation group isomorphic to the special linear group SL⁡n,q .
If either or both of the parameters n and q is non-numeric, then a symbolic group representing the indicated special linear 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:
SpecialLinearGroup⁡3,2
SL3,2
G≔SL⁡2,3
G≔SL2,3
GroupOrder⁡G
24
GroupOrder⁡SL⁡4,q
q6⁢q2−1⁢q3−1⁢q4−1
G≔SL⁡2,5
G≔SL2,5
IsPerfect⁡G
true
The GroupTheory[SpecialLinearGroup] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
The GroupTheory[SpecialLinearGroup] command was updated in Maple 2020.
See Also
GroupTheory[GeneralLinearGroup]
GroupTheory[ProjectiveSpecialLinearGroup]
GroupTheory[SpecialUnitaryGroup]
Download Help Document