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

Online Help

All Products    Maple    MapleSim


GroupTheory

  

Ree2G2

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Ree2G2( q )

Parameters

q

-

{posint,algebraic}; an odd power of 2, or an expression

Description

• 

The Ree groups G22⁡q , for an odd power q of 3, are a series of (typically) simple groups of Lie type, first constructed by R. Ree. They are defined only for q=32⁢e+1 an odd power of 3 (where, here, 0≤e).

• 

The Ree2G2( q ) command constructs a permutation group isomorphic to G22⁡q , for q equal to either 3 or 27.

• 

If the argument q is not numeric, or if it is an odd power of 3 greater than 27, then a symbolic group representing G22⁡q is returned.

• 

The Ree group G22⁡3 is not simple, but mRee( q ) is simple for admissible values of 3<q. The derived subgroup of G22⁡3 is simple, isomorphic to the group PSL⁡2&comma;8 .

Examples

> 

with⁡GroupTheory&colon;

> 

G≔Ree2G2⁡3

G≔G22⁡3

(1)
> 

GroupOrder⁡G

1512

(2)
> 

IsSimple⁡G

false

(3)
> 

L≔DerivedSubgroup⁡G

L≔G22⁡3&comma;G22⁡3

(4)
> 

IsSimple⁡L

true

(5)
> 

ClassifyFiniteSimpleGroup⁡L

CFSG: Chevalley Group A1⁡8&equals;PSL⁡2&comma;8

(6)
> 

G≔Ree2G2⁡27

G≔G22⁡27

(7)
> 

IsSimple⁡G

true

(8)
> 

useGraphTheoryinDrawGraph⁡GruenbergKegelGraph⁡Gend use

Currently, the group G22⁡243 (and those for larger odd powers of 3) are available only as symbolic groups.

> 

G≔Ree2G2⁡243

G≔G22⁡243

(9)
> 

Generators⁡G

Error, (in GroupTheory:-Generators) cannot compute the generators of a symbolic group

Nevertheless, Maple has some knowledge of this group.

> 

GroupOrder⁡G

49825657439340552

(10)
> 

IsSimple⁡G

true

(11)
> 

MinPermRepDegree⁡G

14348908

(12)

Likewise, for non-numeric values of the argument q, a symbolic group is returned.

> 

IsSimple⁡Ree2G2⁡q

falseq=3trueotherwise

(13)
> 

ClassNumber⁡Ree2G2⁡q

q+8

(14)

Compatibility

• 

The GroupTheory[Ree2G2] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

GroupTheory

GroupTheory[ExceptionalGroup]

GroupTheory[IsSimple]

GroupTheory[Ree2F4]

GroupTheory[Suzuki2B2]