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
IsDicyclic( G )
IsQuaternionGroup( G )
G
-
a permutation group
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.
See Also
GroupTheory[AreIsomorphic]
GroupTheory[DicyclicGroup]
GroupTheory[Group]
GroupTheory[GroupOrder]
GroupTheory[QuaternionGroup]
Download Help Document