GroupTheory/ProjectiveSpecialOrthogonalGroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : GroupTheory/ProjectiveSpecialOrthogonalGroup

GroupTheory

  

ProjectiveSpecialOrthogonalGroup

  

construct a permutation group isomorphic to a projective special orthogonal group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ProjectiveSpecialOrthogonalGroup(d, n, q)

PSO(d, n, q)

Parameters

d

-

0, 1 or -1

n

-

a positive integer

q

-

power of a prime number

Description

• 

The projective special orthogonal group PSOd,n,q is the quotient of the special orthogonal group SOd,n,q by its center. The value of d must be 0 for odd n, or 1 or −1 for even n.

• 

The ProjectiveSpecialOrthogonalGroup( d, n, q ) command returns a permutation group isomorphic to the projective special orthogonal group PSOd,n,q .

• 

The PSO( d, n, q ) command is provided as an alias.

• 

If the argument q is not a prime power (and is non-numeric), then a symbolic group representing PSOd,n,q  is returned.

Examples

withGroupTheory:

GProjectiveSpecialOrthogonalGroup1,2,7

GPSO-1,2,7

(1)

GroupOrderG

4

(2)

IsCyclicG

true

(3)

GProjectiveSpecialOrthogonalGroup1,2,8

GPSO1,2,8

(4)

AreIsomorphicG,DihedralGroup7

true

(5)

GPSO0,3,3

GPSO0,3,3

(6)

AreIsomorphicG,Symm4

true

(7)

GPSO1,4,9

GPSO-1,4,9

(8)

GroupOrderG

265680

(9)

IsSimpleG

true

(10)

GPSO1,4,9

GPSO1,4,9

(11)

GroupOrderG

259200

(12)

IsSimpleG

false

(13)

See Also

GroupTheory[ProjectiveGeneralOrthogonalGroup]

GroupTheory[SpecialOrthogonalGroup]