Cyclic group:Z10
From Groupprops
This article is about a particular group, viz a group unique upto isomorphism[SHOW MORE]
Contents |
Definition
This group is defined in the following equivalent ways:
- It is the cyclic group of order 10.
- It is the direct product of the cyclic group of order five and the cyclic group of order two.
Arithmetic functions
| Function | Value | Explanation |
|---|---|---|
| order | 10 | |
| exponent | 10 |
GAP implementation
Group ID
This finite group has order 10 and has ID 2 among the group of order 10 in GAP's SmallGroup library. It can thus be defined using GAP's SmallGroup function as:
SmallGroup(10,2)
For instance, we can use the following assignment in GAP to create the group and name it G:
gap> G := SmallGroup(10,2);
Conversely, to check whether a given group G is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [10,2]
or just do:
IdGroup(G)
to have GAP output the group ID, that we can then compare to what we want.
Other descriptions
The group can be defined using GAP's CyclicGroup function:
CyclicGroup(10)
Facts about Cyclic group:Z10RDF feed
| Arithmetic function value | order of a group (10) +, and exponent of a group (10) + |
| GAP ID | 10 (2) + |
| Page class | Term + |
| Satisfies property | Finite group + |