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

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

withGroupTheory:

IsMetabelianSymm4

false

(1)

IsMetabelianAlt4

true

(2)

IsMetabelianFrobeniusGroup600,1

false

(3)

IsMetabelianFrobeniusGroup600,2

true

(4)

IsMetabelianElementaryGroup5,5

true

(5)

IsMetabelianQuasicyclicGroup13

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]