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

GroupTheory

  

ProjectiveGeneralOrthogonalGroup

  

construct a permutation group isomorphic to a projective general orthogonal group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ProjectiveGeneralOrthogonalGroup(d, n, q)

PGO(d, n, q)

Parameters

d

-

0, 1 or -1

n

-

a positive integer

q

-

power of a prime number

Description

• 

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

• 

The ProjectiveGeneralOrthogonalGroup( d, n, q ) command returns a permutation group isomorphic to the general orthogonal group GOd,n,q .

• 

The PGO( 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 PGOd,n,q  is returned.

Examples

withGroupTheory:

GProjectiveGeneralOrthogonalGroup0,3,3

GPGO0,3,3

(1)

GroupOrderG

24

(2)

AreIsomorphicG,Symm4

true

(3)

IsDihedralPGO1,2,8

true

(4)

GroupOrderPGO0,5,q

igcd2,q1q4q21q412q::oddigcd2,q1q4q21q41otherwise

(5)

IsTrivialPGO0,1,3110

true

(6)

See Also

GroupTheory[GeneralOrthogonalGroup]