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 Σp⁡n,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 Σp⁡n,q is a semi-direct product of the symplectic group Sp⁡n,q with the Galois group of the field GF(q). Therefore, if q is prime, Σp⁡n,q is isomorphic to Sp⁡n,q . Furthermore, if n=2, then Sp⁡n,q and SL⁡n,q coincide, so ΣL⁡2,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 Σp⁡n,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 ).
with⁡GroupTheory:
G≔SymplecticSemilinearGroup⁡2,8
G≔ΣL2,8
GroupOrder⁡G
1512
Notice that
GroupOrder⁡SigmaL⁡2,8
G≔Sigmap⁡4,4
G≔Σp4,4
1958400
IsSimple⁡G
false
IsSimple⁡DerivedSubgroup⁡G
true
G≔Sigmap⁡8,q
G≔Σp8,q
logp⁡q⁢q16⁢q2−1⁢q4−1⁢q6−1⁢q8−1
See Also
GroupTheory[SymplecticGroup]
Download Help Document