GroupTheory
DirectFactors
compute the directly indecomposable direct factors of a finite group
IsDirectlyIndecomposable
determine if a finite group is directly indecomposable
Calling Sequence
Parameters
Description
Examples
Compatibility
DirectFactors( G )
IsDirectlyIndecomposable( G )
G
-
a finite group
The DirectFactors( G ) command computes an expression sequence of subgroups of the finite permutation group G such that G is the (internal) direct product of these subgroups, and each subgroup is directly indecomposable.
The Remak-Krull-Schmidt Theorem guarantees that the decomposition is unique up to isomorphism and ordering of the direct factors.
A group is indecomposable if it has no proper non-trivial direct factor. The IsDirectlyIndecomposable( G ) command returns true if G is indecomposable, and false otherwise.
The group G must be an instance of a permutation group.
The GroupTheory[DirectFactors] and GroupTheory[IsDirectlyIndecomposable] commands were introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[AreIsomorphic]
GroupTheory[CyclicGroup]
GroupTheory[DihedralGroup]
GroupTheory[DirectProduct]
Download Help Document