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 G 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.
with⁡GroupTheory:
IsStemGroup⁡TrivialGroup⁡
true
IsStemGroup⁡CyclicGroup⁡12
false
IsStemGroup⁡DihedralGroup⁡4
IsStemGroup⁡DihedralGroup⁡6
IsStemGroup⁡PSL⁡3,2
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