GroupTheory
IsStemGroup
attempt to determine whether a group is a stem group
Calling Sequence
Parameters
Description
Examples
Compatibility
IsStemGroup( G )
G
-
a finite group
A group is a stem group if its center is contained in its derived subgroup. Stem groups are minimal order groups within their isoclinism class.
The IsStemGroup( G ) command attempts to determine whether the group G is a stem group. It returns true if G is a stem group and returns false otherwise.
The GroupTheory[IsStemGroup] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[Center]
GroupTheory[DerivedSubgroup]
Download Help Document