GroupTheory
ProjectiveGeneralUnitaryGroup
construct a permutation group isomorphic to a projective general unitary group
Calling Sequence
Parameters
Description
Examples
Compatibility
ProjectiveGeneralUnitaryGroup(n, q)
PGU(n, q)
n
-
a positive integer greater than 1
q
power of a prime number
The projective general unitary group PGU⁡n,q is the quotient of the general unitary group GU⁡n,q by its center.
The ProjectiveGeneralUnitaryGroup( n, q ) command returns a permutation group isomorphic to the projective general unitary group of degree n over the field with q2 elements. In general, this is not a transitive representation.
Note that for n=2 the groups PGU⁡n,q and PGL⁡n,q are isomorphic, so the latter is returned in this case.
If either or both of the arguments n and q are non-numeric, then a symbolic group representing the projective general unitary group is returned.
The command PGU( 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:
ProjectiveGeneralUnitaryGroup⁡2,13
PGL2,13
G≔PGU⁡4,4
G≔PGU4,4
GroupOrder⁡G
1018368000
IsTransitive⁡PGU⁡3,3
true
IsPrimitive⁡PGU⁡3,3
GroupOrder⁡PGU⁡4,q
q6⁢q2−1⁢q3+1⁢q4−1
The GroupTheory[ProjectiveGeneralUnitaryGroup] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
The GroupTheory[ProjectiveGeneralUnitaryGroup] command was updated in Maple 2020.
See Also
GroupTheory[GeneralUnitaryGroup]
GroupTheory[GroupOrder]
GroupTheory[IsTransitive]
GroupTheory[Orbits]
GroupTheory[ProjectiveGeneralLinearGroup]
Download Help Document