IsCyclic - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsCyclic

  

attempt to determine whether a group is cyclic

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsCyclic( G )

Parameters

G

-

a group

Description

• 

A group G is cyclic if it can be generated by a single element.

• 

The IsCyclic( G ) command attempts to determine whether the group G is cyclic.  It returns true if G is cyclic and returns false otherwise. The command may return FAIL on (most) finitely presented groups.

Examples

withGroupTheory:

GSmallGroup6,1:

IsCyclicG

false

(1)

IsCyclicSmallGroup6,2

true

(2)

IsCyclicQuasicyclicGroup11

false

(3)

GSubgroup481,1627,QuasicyclicGroup3

G3

(4)

IsCyclicG

true

(5)

Ga|a6=1

Gaa6

(6)

IsCyclicG

true

(7)

Ga,b|a3=b2,b3

Ga,bb3,a-3b2

(8)

IsCyclicG

true

(9)

IsCyclicDirectProductCyclicGroup4,CyclicGroup15

true

(10)

Compatibility

• 

The GroupTheory[IsCyclic] command was introduced in Maple 2015.

• 

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

See Also

GroupTheory

GroupTheory[QuasicyclicGroup]

GroupTheory[SmallGroup]

GroupTheory[Subgroup]

with