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 PGUn,q is the quotient of the general unitary group GUn,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 PGUn,q and PGLn,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.
withGroupTheory:
ProjectiveGeneralUnitaryGroup2,13
PGL2,13
G≔PGU4,4
G≔PGU4,4
GroupOrderG
1018368000
IsTransitivePGU3,3
true
IsPrimitivePGU3,3
GroupOrderPGU4,q
q6q2−1q3+1q4−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