GroupTheory/SymplecticSemilinearGroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GroupTheory/SymplecticSemilinearGroup

GroupTheory

  

SymplecticSemilinearGroup

  

construct a permutation group isomorphic to the symplectic semi-linear group over a finite field

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SymplecticSemilinearGroup(n, q)

Sigmap( n, q )

Parameters

n

-

: even    : an even positive integer

q

-

: primepower    : a power of a prime number

Description

• 

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 ).

Examples

> 

with⁡GroupTheory:

> 

G≔SymplecticSemilinearGroup⁡2,8

G≔ΣL2,8

(1)
> 

GroupOrder⁡G

1512

(2)

Notice that

> 

GroupOrder⁡SigmaL⁡2,8

1512

(3)
> 

G≔Sigmap⁡4,4

G≔Σp4,4

(4)
> 

GroupOrder⁡G

1958400

(5)
> 

IsSimple⁡G

false

(6)
> 

IsSimple⁡DerivedSubgroup⁡G

true

(7)
> 

G≔Sigmap⁡8,q

G≔Σp8,q

(8)
> 

GroupOrder⁡G

logp⁡q⁢q16⁢q2−1⁢q4−1⁢q6−1⁢q8−1

(9)

See Also

GroupTheory[SymplecticGroup]