GroupTheory
IsAlmostSimple
determine whether a group is almost simple
Calling Sequence
Parameters
Description
Examples
Compatibility
IsAlmostSimple( G )
G
-
a permutation group
A group G is almost simple if it has an unique minimal normal subgroup which is a non-Abelian simple group. Alternatively, the group G is almost simple if, up to isomorphism, we have S≤G and G≤Aut⁡S, for a non-Abelian simple group S.
The IsAlmostSimple( G ) command returns true if the group G is almost simple, and returns false otherwise.
with⁡GroupTheory:
IsAlmostSimple⁡MathieuGroup⁡10
true
IsAlmostSimple⁡Symm⁡3
false
IsAlmostSimple⁡Symm⁡4
IsAlmostSimple⁡Symm⁡5
IsAlmostSimple⁡Symm⁡6
IsAlmostSimple⁡PSL⁡2,5
IsAlmostSimple⁡CyclicGroup⁡11
The GroupTheory[IsAlmostSimple] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[IsSimple]
Download Help Document