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

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsSimple

  

determine whether a group is simple

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsSimple( G )

Parameters

G

-

a group

Description

• 

A group G is simple if it has at least two members, and the only normal subgroups of G are G and the trivial subgroup. Alternatively, the group G is simple if it has no proper homomorphic images.

• 

The IsSimple( G ) command returns true if the group G is simple, and returns false otherwise.

Examples

> 

with⁡GroupTheory:

> 

IsSimple⁡CyclicGroup⁡7

true

(1)
> 

IsSimple⁡CyclicGroup⁡12

false

(2)
> 

IsSimple⁡Alt⁡4

false

(3)
> 

IsSimple⁡Alt⁡5

true

(4)
> 

IsSimple⁡Alt⁡nassumingn::posint,4<n

true

(5)
> 

IsSimple⁡PSL⁡2&comma;2

false

(6)
> 

IsSimple⁡PSL⁡2&comma;3

false

(7)
> 

IsSimple⁡PSL⁡3&comma;3

true

(8)
> 

IsSimple⁡PGO⁡−1&comma;4&comma;7

false

(9)
> 

IsSimple⁡PSO⁡−1&comma;4&comma;7

true

(10)
> 

IsSimple⁡PSL⁡n&comma;qassumingq::primepower,3<q

true

(11)
> 

IsSimple⁡HaradaNortonGroup⁡

true

(12)
> 

IsSimple⁡DihedralGroup⁡30

false

(13)
> 

IsSimple⁡Symm⁡8

false

(14)
> 

IsSimple⁡OrthogonalGroup⁡O8+(3)

true

(15)

Compatibility

• 

The GroupTheory[IsSimple] command was introduced in Maple 17.

• 

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

See Also

GroupTheory

GroupTheory[AlternatingGroup]

GroupTheory[CyclicGroup]

GroupTheory[DihedralGroup]

GroupTheory[HaradaNortonGroup]

GroupTheory[PSL]

GroupTheory[SymmetricGroup]