GroupTheory
IsMetabelian
attempt to determine whether a group is metabelian
Calling Sequence
Parameters
Description
Examples
Compatibility
IsMetabelian( G )
G
-
a group
A group G is metabelian if it is an extension of an Abelian group by another Abelian group. Equivalently, G is metabelian if its derived subgroup is Abelian. Note that every abelian group is metabelian.
The IsMetabelian( G ) command attempts to determine whether the group G is metabelian. It returns true if G is metabelian and returns false otherwise.
with⁡GroupTheory:
IsMetabelian⁡Symm⁡4
false
IsMetabelian⁡Alt⁡4
true
IsMetabelian⁡FrobeniusGroup⁡600,1
IsMetabelian⁡FrobeniusGroup⁡600,2
IsMetabelian⁡ElementaryGroup⁡5,5
IsMetabelian⁡QuasicyclicGroup⁡13
The GroupTheory[IsMetabelian] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
The GroupTheory[IsMetabelian] command was updated in Maple 2023.
See Also
GroupTheory[DerivedSubgroup]
GroupTheory[IsAbelian]
Download Help Document