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

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

See Also

GroupTheory

GroupTheory[AreIsomorphic]

GroupTheory[DicyclicGroup]

GroupTheory[Group]

GroupTheory[GroupOrder]

GroupTheory[QuaternionGroup]

 


Download Help Document