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

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsMetacyclic

  

attempt to determine whether a group is metacyclic

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsMetacyclic( G )

Parameters

G

-

a finite group

Description

• 

A group G is metacyclic if it is an extension of a cyclic group by another cyclic group. The extension need not be proper; that is, a cyclic group is metacyclic.

• 

The IsMetacyclic( G ) command attempts to determine whether the group G is metacyclic.  It returns true if G is metacyclic and returns false otherwise.

Examples

> 

with⁡GroupTheory:

> 

IsMetacyclic⁡Symm⁡3

true

(1)
> 

IsMetacyclic⁡Symm⁡4

false

(2)
> 

IsMetacyclic⁡MetacyclicGroup⁡3,2,3

true

(3)
> 

IsMetacyclic⁡FrobeniusGroup⁡186,1

true

(4)
> 

IsMetacyclic⁡CyclicGroup⁡9

true

(5)

Compatibility

• 

The GroupTheory[IsMetacyclic] command was introduced in Maple 2019.

• 

For more information on Maple 2019 changes, see Updates in Maple 2019.

See Also

GroupTheory

GroupTheory[DerivedSubgroup]

GroupTheory[IsCyclic]

GroupTheory[IsSoluble]