GroupTheory
SymplecticSemilinearGroup
construct a permutation group isomorphic to the symplectic semi-linear group over a finite field
Calling Sequence
Parameters
Description
Examples
SymplecticSemilinearGroup(n, q)
Sigmap( n, q )
n
-
: even : an even positive integer
q
: primepower : a power of a prime number
The symplectic semi-linear group Σpn,q is the set of all semi-linear transformations of an n-dimensional vector space V over the field with q elements whose linear part preserves a non-degenerate symplectic form. The dimension n must be an even positive integer. The group Σpn,q is a semi-direct product of the symplectic group Spn,q with the Galois group of the field GF(q). Therefore, if q is prime, Σpn,q is isomorphic to Spn,q . Furthermore, if n=2, then Spn,q and SLn,q coincide, so ΣL2,q is returned in this case.
If n and q are positive integers, then the SymplecticSemilinearGroup( n, q ) command returns a permutation group isomorphic to the symplectic semi-linear group Σpn,q . Otherwise, a symbolic group is returned, with which Maple can do some limited computations.
The abbreviation Sigmap( n, q ) is available as a synonym for SymplecticSemilinearGroup( n, q ).
withGroupTheory:
G≔SymplecticSemilinearGroup2,8
G≔ΣL2,8
GroupOrderG
1512
Notice that
GroupOrderSigmaL2,8
G≔Sigmap4,4
G≔Σp4,4
1958400
IsSimpleG
false
IsSimpleDerivedSubgroupG
true
G≔Sigmap8,q
G≔Σp8,q
logpqq16q2−1q4−1q6−1q8−1
See Also
GroupTheory[SymplecticGroup]
Download Help Document