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 PSUn,q , over the field with q2 elements, is the quotient of the special unitary group SUn,q by its center.
Note that for n=2 the groups PSUn,q and PSLn,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 PSU3,2 is a Frobenius group of order 72 and is soluble. For all other values of n and q, the group PSUn,q is simple.
The ProjectiveSpecialUnitaryGroup( n, q ) command returns a permutation group isomorphic to the projective special unitary group PSUn,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.
withGroupTheory:
G≔ProjectiveSpecialUnitaryGroup3,3
G≔PSU3,3
DegreeG
28
GeneratorsG
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
IsSolublePSU2,2
true
AreIsomorphicPSU2,3,Alt4
IdentifyFrobeniusGroupPSU3,2
72,2
GroupOrderPSU5,3
258190571520
GroupOrderPSU4,q
q6q2−1q3+1q4−1igcd4,q+1
IsSimplePSU5,q
IsSimplePSU3,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