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

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

withGroupTheory:

IsMetacyclicSymm3

true

(1)

IsMetacyclicSymm4

false

(2)

IsMetacyclicMetacyclicGroup3,2,3

true

(3)

IsMetacyclicFrobeniusGroup186,1

true

(4)

IsMetacyclicCyclicGroup9

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]