GroupTheory
NormalSubgroups
compute the normal subgroups of a finite group
Calling Sequence
Parameters
Description
Examples
Compatibility
NormalSubgroups( G )
G
-
a finite group
The NormalSubgroups( G ) command computes the normal subgroups of a finite group G.
The group G must be an instance of a permutation group or a Cayley table group.
with⁡GroupTheory:
G≔Alt⁡4
G≔A4
S≔NormalSubgroups⁡G
S≔2,3,4,1,23,4,1,32,4,1,23,4,1,32,4,
andmap⁡IsNormal,S,G
true
The alternating group of degree 5 is simple, so it has only two normal subgroups, itself and the trivial subgroup.
G≔Alt⁡5
G≔A5
NormalSubgroups⁡G
A5,
The automorphism group of the Clebsch graph contains a perfect normal subgroup of index two.
useGraphTheoryinA ≔ AutomorphismGroup⁡SpecialGraphs:-ClebschGraph⁡;GroupOrder⁡A;NA ≔ NormalSubgroups⁡A;GroupOrder⁡NA2;IsPerfect⁡NA2end use
The GroupTheory[NormalSubgroups] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
GroupTheory[IsNormal]
Download Help Document
What kind of issue would you like to report? (Optional)