GeneralUnitaryGroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

GroupTheory

  

GeneralUnitaryGroup

  

construct a permutation group isomorphic to a general unitary group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GeneralUnitaryGroup(n, q)

GU(n, q)

Parameters

n

-

a positive integer

q

-

power of a prime number

Description

• 

The general unitary group GUn,q (often denoted by Un,q) is the group of all n×n matrices over the field with q2 elements, where q is a prime power, that respect a fixed nondegenerate sesquilinear form.

• 

The GeneralUnitaryGroup( n, q ) command returns a permutation group isomorphic to the general unitary group GUn,q  .

• 

If either, or both, of n and q is non-numeric, then a symbolic group representing the general unitary group is returned.

• 

The command GU(n, q) is provided as an alias.

• 

In the Standard Worksheet interface, you can insert this group into a document or worksheet by using the Group Constructors palette.

Examples

withGroupTheory:

IsCyclicGeneralUnitaryGroup1,9

true

(1)

GeneralUnitaryGroup2,2

GU2,2

(2)

GroupOrderGeneralUnitaryGroup2,4

300

(3)

IdentifySmallGroupGeneralUnitaryGroup2,4

300,22

(4)

GroupOrderGeneralUnitaryGroup4,q

q+1q6q21q3+1q41

(5)

simplifyGroupOrderGeneralUnitaryGroup2,3k

9k19k+3k

(6)

simplifyClassNumberGeneralUnitaryGroup2,3k

9k+23k+1

(7)

Here is a general formula for the order of the general unitary group of dimension n over a field of order q.

GroupOrderGeneralUnitaryGroupn,q

q+1qnn12k=1n1qk+1−1k+1

(8)

Compatibility

• 

The GroupTheory[GeneralUnitaryGroup] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

• 

The GroupTheory[GeneralUnitaryGroup] command was updated in Maple 2020.

See Also

GroupTheory[GeneralLinearGroup]

GroupTheory[GroupOrder]

GroupTheory[ProjectiveGeneralUnitaryGroup]