ProjectiveSpecialUnitaryGroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Group Theory : ProjectiveSpecialUnitaryGroup

GroupTheory

  

ProjectiveSpecialUnitaryGroup

  

construct a permutation group isomorphic to a projective special unitary group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ProjectiveSpecialUnitaryGroup( n, q )

PSU( n, q )

Parameters

n

-

a positive integer

q

-

power of a prime number

Description

• 

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.

Examples

> 

with⁡GroupTheory:

> 

G≔ProjectiveSpecialUnitaryGroup⁡3,3

G≔PSU3,3

(1)
> 

Degree⁡G

28

(2)
> 

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

(3)
> 

IsSoluble⁡PSU⁡2,2

true

(4)
> 

AreIsomorphic⁡PSU⁡2,3,Alt⁡4

true

(5)
> 

IdentifyFrobeniusGroup⁡PSU⁡3,2

72,2

(6)
> 

GroupOrder⁡PSU⁡5,3

258190571520

(7)
> 

GroupOrder⁡PSU⁡4,q

q6⁢q2−1⁢q3+1⁢q4−1igcd⁡4,q+1

(8)
> 

IsSimple⁡PSU⁡5,q

true

(9)
> 

IsSimple⁡PSU⁡3&comma;qassuming3<q

true

(10)

Compatibility

• 

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]