GroupTheory/ProjectiveSymplecticSemilinearGroup - 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/ProjectiveSymplecticSemilinearGroup

GroupTheory

  

ProjectiveSymplecticSemilinearGroup

  

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

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ProjectiveSymplecticSemilinearGroup(n, q)

PSigmap( n, q )

Parameters

n

-

: even    : an even positive integer

q

-

: primepower    : a power of a prime number

Description

• 

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

Examples

> 

with⁡GroupTheory:

> 

G≔ProjectiveSymplecticSemilinearGroup⁡2,9

G≔PΣL2,9

(1)
> 

GroupOrder⁡G

720

(2)
> 

G≔PSigmap⁡4,25

G≔PΣp4,25

(3)
> 

GroupOrder⁡G

95214600000000

(4)
> 

IsSimple⁡G

false

(5)
> 

G≔PSigmap⁡6,q

G≔PΣp6,q

(6)
> 

GroupOrder⁡G

logp⁡q⁢q9⁢q2−1⁢q4−1⁢q6−1igcd⁡2,q−1

(7)

See Also

GroupTheory[ProjectiveSymplecticGroup]

GroupTheory[SymplecticSemilinearGroup]