Groupprops, The Group Properties Wiki (pre-alpha)
Take a short survey about Math Resources on the Internet.
Direct product of Z16 and Z4
From Groupprops
This article is about a particular group, viz a group unique upto isomorphism[SHOW MORE]
Contents |
Definition
This group can be defined as the external direct product of the cyclic group of order sixteen and the cyclic group of order four. Alternatively, it has the presentation:
.
Arithmetic functions
Want to compare and contrast arithmetic function values with other groups of the same order? Check out groups of order 64#Arithmetic functions
GAP implementation
Group ID
This finite group has order 64 and has ID 26 among the group of order 64 in GAP's SmallGroup library. It can thus be defined using GAP's SmallGroup function as:
SmallGroup(64,26)
For instance, we can use the following assignment in GAP to create the group and name it G:
gap> G := SmallGroup(64,26);
Conversely, to check whether a given group G is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [64,26]
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 and DirectProduct functions as:
DirectProduct(CyclicGroup(16),CyclicGroup(4))
| Arithmetic function value | underlying prime of p-group (2) +, order of a group (64) +, prime-base logarithm of order (6) +, max-length of a group (6) +, chief length (6) +, composition length (6) +, exponent of a group (16) +, prime-base logarithm of exponent (4) +, Frattini length (4) +, minimum size of generating set (2) +, subgroup rank of a group (2) +, rank of a p-group (2) +, normal rank of a p-group (2) +, characteristic rank of a p-group (2) +, nilpotency class (1) +, derived length (1) +, and Fitting length (1) + |
| Defining ingredient | Cyclic group:Z16 +, and Cyclic group:Z4 + |
| GAP ID | 64 (26) + |
| Page class | Term + |
| Satisfies property | Finite group + |
| Uses as intermediate construct | External direct product + |