GroupTheory/ProjectiveSpecialSemilinearGroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GroupTheory/ProjectiveSpecialSemilinearGroup

GroupTheory

  

ProjectiveSpecialSemilinearGroup

  

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

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ProjectiveSpecialSemilinearGroup(n, q)

PSigmaL( n, q )

Parameters

n

-

a positive integer

q

-

a power of a prime number

Description

• 

The projective special semi-linear group PΣLn,q is the quotient of the special semi-linear group ΣLn,q by the center of SLn,q .

• 

For a positive integer n and a power q of a prime, the ProjectiveSpecialSemilinearGroup( n, q ) command returns a permutation group isomorphic to the projective special semi-linear group  PΣLn,q . Otherwise, a symbolic group is returned, with which Maple can do some limited computations.

• 

If q is a prime, then PΣLn,q and PSLn,q are the same.

• 

The abbreviation PSigmaL( n, q ) is available as a synonym for ProjectiveSpecialSemilinearGroup( n, q ).

Examples

withGroupTheory:

GProjectiveSpecialSemilinearGroup1,27

GPΣL1,27

(1)

GroupOrderG

3

(2)

GPSigmaL2,7

GPΣL2,7

(3)

AreIsomorphicG,PSL2,7

true

(4)

GPSigmaL2,9

GPΣL2,9

(5)

AreIsomorphicG,Symm6

true

(6)

GPSigmaL4,4

GPΣL4,4

(7)

IsPrimitiveG

true

(8)

TransitivityG

2

(9)

See Also

GroupTheory[GeneralSemilinearGroup]

GroupTheory[SpecialLinearGroup]