GroupTheory
IsSimple
determine whether a group is simple
Calling Sequence
Parameters
Description
Examples
Compatibility
IsSimple( G )
G
-
a group
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.
The GroupTheory[IsSimple] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[CyclicGroup]
GroupTheory[DihedralGroup]
GroupTheory[HaradaNortonGroup]
GroupTheory[PSL]
GroupTheory[SymmetricGroup]
Download Help Document