IsSimple - 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


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

withGroupTheory:

IsSimpleCyclicGroup7

true

(1)

IsSimpleCyclicGroup12

false

(2)

IsSimpleAlt4

false

(3)

IsSimpleAlt5

true

(4)

IsSimpleAltnassumingn::posint,4<n

true

(5)

IsSimplePSL2&comma;2

false

(6)

IsSimplePSL2&comma;3

false

(7)

IsSimplePSL3&comma;3

true

(8)

IsSimplePGO1&comma;4&comma;7

false

(9)

IsSimplePSO1&comma;4&comma;7

true

(10)

IsSimplePSLn&comma;qassumingq::primepower,3<q

true

(11)

IsSimpleHaradaNortonGroup

true

(12)

IsSimpleDihedralGroup30

false

(13)

IsSimpleSymm8

false

(14)

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