Direct product of A5 and Z2
This article is about a particular group, i.e., a group unique upto isomorphism. View specific information (such as linear representation theory, subgroup structure) about this group
View a complete list of particular groups (this is a very huge list!)[SHOW MORE]
Definition
This group is defined in the following equivalent ways:
- It is the full icosahedral group: it is the group of all rigid symetries of the regular icosahedron, including both orientation-preserving symmetries and orientation-reversing symmetries.
- It is the external direct product of the alternating group of degree five and the cyclic group of order two.
GAP implementation
Group ID
This group has ID among the groups of order . Thus, it can be defined using GAP's SmallGroup function:
SmallGroup(120,35)
Other definitions
The group can also be defined using GAP's DirectProduct, AlternatingGroup and CyclicGroup functions:
DirectProduct(AlternatingGroup(5),CyclicGroup(2))