GroupTheory
ProjectiveSpecialUnitaryGroup
construct a permutation group isomorphic to a projective special unitary group
Calling Sequence
Parameters
Description
Examples
Compatibility
ProjectiveSpecialUnitaryGroup( n, q )
PSU( n, q )
n
-
a positive integer
q
power of a prime number
The projective special unitary group PSU⁡n,q , over the field with q2 elements, is the quotient of the special unitary group SU⁡n,q by its center.
Note that for n=2 the groups PSU⁡n,q and PSL⁡n,q are isomorphic. These groups are soluble being isomorphic, respectively, to the symmetric group of order 6, and the alternating group of order 12. Furthermore, the group PSU⁡3,2 is a Frobenius group of order 72 and is soluble. For all other values of n and q, the group PSU⁡n,q is simple.
The ProjectiveSpecialUnitaryGroup( n, q ) command returns a permutation group isomorphic to the projective special unitary group PSU⁡n,q .
If either or both of the arguments n and q are non-numeric, then a symbolic group representing the projective special unitary group is returned.
The command PSU( n, q ) is provided as an abbreviation.
In the Standard Worksheet interface, you can insert this group into a document or worksheet by using the Group Constructors palette.
with⁡GroupTheory:
G≔ProjectiveSpecialUnitaryGroup⁡3,3
G≔PSU3,3
Degree⁡G
28
Generators⁡G
3,4,6,10,12,18,19,235,8,13,20,17,11,16,79,14,21,15,22,24,26,2825,27,1,2,3,5,9,15,16,184,7,12,19,24,27,26,236,11,17,13,8,10,14,2120,25
IsSoluble⁡PSU⁡2,2
true
AreIsomorphic⁡PSU⁡2,3,Alt⁡4
IdentifyFrobeniusGroup⁡PSU⁡3,2
72,2
GroupOrder⁡PSU⁡5,3
258190571520
GroupOrder⁡PSU⁡4,q
q6⁢q2−1⁢q3+1⁢q4−1igcd⁡4,q+1
IsSimple⁡PSU⁡5,q
IsSimple⁡PSU⁡3,qassuming3<q
The GroupTheory[ProjectiveSpecialUnitaryGroup] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
The GroupTheory[ProjectiveSpecialUnitaryGroup] command was updated in Maple 2020.
See Also
assuming
GroupTheory[AreIsomorphic]
GroupTheory[Degree]
GroupTheory[Generators]
GroupTheory[GroupOrder]
GroupTheory[IdentifyFrobeniusGroup]
GroupTheory[IsSimple]
GroupTheory[ProjectiveSpecialLinearGroup]
GroupTheory[SpecialUnitaryGroup]
Download Help Document