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

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsDicyclic

  

determine whether a permutation group is a dicyclic group

  

IsQuaternion

  

determine whether a permutation group is a generalized quaternion group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsDicyclic( G )

IsQuaternionGroup( G )

Parameters

 G

-

a permutation group

Description

• 

The IsDicyclic( G ) command determines whether the finite group G is isomorphic to a dicyclic group of some order, without using an (expensive) isomorphism test. It returns the value true if G is isomorphic to a dicyclic group and returns false otherwise.

• 

The IsQuaternionGroup( G ) command returns the value true if the group G is isomorphic to a (generalized) quaternion group, and returns false otherwise.

Examples

withGroupTheory:

GGroupPerm2,5,10,16,24,14,27,4,7,19,17,26,22,9,15,13,Perm2,13,24,26,4,7,16,22,5,15,14,17,9,27,19,10

G2,5,10,16,24,14,27,47,19,17,26,22,9,15,13,2,13,24,264,7,16,225,15,14,179,27,19,10

(1)

GroupOrderG

16

(2)

IsDicyclicG

true

(3)

IsQuaternionGroupG

true

(4)

GGroupPerm2,5,10,4,7,19,17,15,13,14,27,16,24,Perm2,27,10,24,4,16,5,14,13,19,15,17

G2,5,10,47,19,17,15,1314,27,16,24,2,27,10,244,16,5,1413,1915,17

(5)

IsDicyclicG

true

(6)

IsQuaternionGroupG

false

(7)

GroupOrderG

40

(8)

IsDicyclicDihedralGroup18

false

(9)

mapIsDicyclic,AllSmallGroups24

false,false,false,true,false,false,false,false,false,false,false,false,false,false,false

(10)

See Also

GroupTheory

GroupTheory[AreIsomorphic]

GroupTheory[DicyclicGroup]

GroupTheory[Group]

GroupTheory[GroupOrder]

GroupTheory[QuaternionGroup]