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

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  is simple if it has at least two members, and the only normal subgroups of  are  and the trivial subgroup. Alternatively, the group  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

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

(14)

(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]

 


Download Help Document