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.
with⁡GroupTheory:
G≔Group⁡Perm⁡2,5,10,16,24,14,27,4,7,19,17,26,22,9,15,13,Perm⁡2,13,24,26,4,7,16,22,5,15,14,17,9,27,19,10
G≔2,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
GroupOrder⁡G
16
IsDicyclic⁡G
true
IsQuaternionGroup⁡G
G≔Group⁡Perm⁡2,5,10,4,7,19,17,15,13,14,27,16,24,Perm⁡2,27,10,24,4,16,5,14,13,19,15,17
G≔2,5,10,47,19,17,15,1314,27,16,24,2,27,10,244,16,5,1413,1915,17
false
40
IsDicyclic⁡DihedralGroup⁡18
map⁡IsDicyclic,AllSmallGroups⁡24
false,false,false,true,false,false,false,false,false,false,false,false,false,false,false
See Also
GroupTheory[AreIsomorphic]
GroupTheory[DicyclicGroup]
GroupTheory[Group]
GroupTheory[GroupOrder]
GroupTheory[QuaternionGroup]
Download Help Document