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≤AutS, for a non-Abelian simple group S.
The IsAlmostSimple( G ) command returns true if the group G is almost simple, and returns false otherwise.
withGroupTheory:
IsAlmostSimpleMathieuGroup10
true
IsAlmostSimpleSymm3
false
IsAlmostSimpleSymm4
IsAlmostSimpleSymm5
IsAlmostSimpleSymm6
IsAlmostSimplePSL2,5
IsAlmostSimpleCyclicGroup11
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