GroupTheory/IsAlmostSimple - 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


Home : Support : Online Help : GroupTheory/IsAlmostSimple

GroupTheory

  

IsAlmostSimple

  

determine whether a group is almost simple

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsAlmostSimple( G )

Parameters

G

-

a permutation group

Description

• 

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 SG and GAutS, for a non-Abelian simple group S.

• 

The IsAlmostSimple( G ) command returns true if the group G is almost simple, and returns false otherwise.

Examples

withGroupTheory:

IsAlmostSimpleMathieuGroup10

true

(1)

IsAlmostSimpleSymm3

false

(2)

IsAlmostSimpleSymm4

false

(3)

IsAlmostSimpleSymm5

true

(4)

IsAlmostSimpleSymm6

true

(5)

IsAlmostSimplePSL2,5

true

(6)

IsAlmostSimpleCyclicGroup11

false

(7)

Compatibility

• 

The GroupTheory[IsAlmostSimple] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

GroupTheory

GroupTheory[IsSimple]