IsMetabelian - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsMetabelian

  

attempt to determine whether a group is metabelian

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsMetabelian( G )

Parameters

G

-

a group

Description

• 

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.

Examples

> 

with⁡GroupTheory:

> 

IsMetabelian⁡Symm⁡4

false

(1)
> 

IsMetabelian⁡Alt⁡4

true

(2)
> 

IsMetabelian⁡FrobeniusGroup⁡600,1

false

(3)
> 

IsMetabelian⁡FrobeniusGroup⁡600,2

true

(4)
> 

IsMetabelian⁡ElementaryGroup⁡5,5

true

(5)
> 

IsMetabelian⁡QuasicyclicGroup⁡13

true

(6)

Compatibility

• 

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

GroupTheory[DerivedSubgroup]

GroupTheory[IsAbelian]