GroupTheory
ProjectiveSymplecticSemilinearGroup
construct a permutation group isomorphic to the projective symplectic semi-linear group over a finite field
Calling Sequence
Parameters
Description
Examples
ProjectiveSymplecticSemilinearGroup(n, q)
PSigmap( n, q )
n
-
: even : an even positive integer
q
: primepower : a power of a prime number
The projective symplectic semi-linear group PΣp⁡n,q is the quotient of the symplectic semi-linear group Σp⁡n,q by the centre of its subgroup Sp⁡n,q . The dimension n must be an even positive integer. The group PΣp⁡n,q is a semi-direct product of the projective symplectic group PSp⁡n,q with the Galois group of the field GF(q). Therefore, if q is prime, PΣp⁡n,q is isomorphic to PSp⁡n,q .
If n and q are positive integers, then the ProjectiveSymplecticSemilinearGroup( n, q ) command returns a permutation group isomorphic to the projective symplectic semi-linear group PΣp⁡n,q . Otherwise, a symbolic group is returned, with which Maple can do some limited computations.
The abbreviation PSigmap( n, q ) is available as a synonym for ProjectiveSymplecticSemilinearGroup( n, q ).
with⁡GroupTheory:
G≔ProjectiveSymplecticSemilinearGroup⁡2,9
G≔PΣL2,9
GroupOrder⁡G
720
G≔PSigmap⁡4,25
G≔PΣp4,25
95214600000000
IsSimple⁡G
false
G≔PSigmap⁡6,q
G≔PΣp6,q
logp⁡q⁢q9⁢q2−1⁢q4−1⁢q6−1igcd⁡2,q−1
See Also
GroupTheory[ProjectiveSymplecticGroup]
GroupTheory[SymplecticSemilinearGroup]
Download Help Document