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
As a group of matrices
This group is the unitriangular matrix group of degree three (i.e., the group of
upper-triangular matrices with
s on the diagonal) over the field of four elements. It is isomorphic to the 2-Sylow subgroup of general linear group:GL(3,4), special linear group:SL(3,4), projective general linear group:PGL(3,4), projective special linear group:PSL(3,4).
The group can be described explicitly as:
The multiplication of matrices
and
gives the matrix
where:



The identity element is the identity matrix.
The inverse of a matrix
is the matrix
where:



Note that all addition and multiplication in these definitions is happening over the field
.
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
Basic arithmetic functions
| Function |
Value |
Similar groups |
Explanation
|
| underlying prime of p-group |
2 |
|
|
| order (number of elements, equivalently, cardinality or size of underlying set) |
64 |
groups with same order |
As :
|
| prime-base logarithm of order |
6 |
groups with same prime-base logarithm of order |
|
| max-length of a group |
6 |
|
max-length of a group equals prime-base logarithm of order for group of prime power order
|
| chief length |
6 |
|
chief length equals prime-base logarithm of order for group of prime power order
|
| composition length |
6 |
|
composition length equals prime-base logarithm of order for group of prime power order
|
| exponent of a group |
4 |
groups with same order and exponent of a group | groups with same exponent of a group |
|
| prime-base logarithm of exponent |
2 |
groups with same order and prime-base logarithm of exponent | groups with same prime-base logarithm of order and prime-base logarithm of exponent | groups with same prime-base logarithm of exponent |
|
| Frattini length |
2 |
groups with same order and Frattini length | groups with same prime-base logarithm of order and Frattini length | groups with same Frattini length |
|
| nilpotency class |
2 |
groups with same order and nilpotency class | groups with same prime-base logarithm of order and nilpotency class | groups with same nilpotency class |
As : nilpotency class is
|
| derived length |
2 |
groups with same order and derived length | groups with same prime-base logarithm of order and derived length | groups with same derived length |
As : derived length is the smallest integer greater than or equal to .
|
| minimum size of generating set |
4 |
groups with same order and minimum size of generating set | groups with same prime-base logarithm of order and minimum size of generating set | groups with same minimum size of generating set |
As :
|
| subgroup rank of a group |
4 |
groups with same order and subgroup rank of a group | groups with same prime-base logarithm of order and subgroup rank of a group | groups with same subgroup rank of a group |
|
| rank of a p-group |
4 |
groups with same order and rank of a p-group | groups with same prime-base logarithm of order and rank of a p-group | groups with same rank of a p-group |
|
| normal rank of a p-group |
4 |
groups with same order and normal rank of a p-group | groups with same prime-base logarithm of order and normal rank of a p-group | groups with same normal rank of a p-group |
|
| characteristic rank of a p-group |
4 |
groups with same order and characteristic rank of a p-group | groups with same prime-base logarithm of order and characteristic rank of a p-group | groups with same characteristic rank of a p-group |
|
Elements
Further information: element structure of unitriangular matrix group:UT(3,4)
Conjugacy class structure
| Nature of conjugacy class |
Jordan block size decomposition |
Minimal polynomial |
Size of conjugacy class (generic ) |
Size of conjugacy class ( ) |
Number of such conjugacy classes (generic ) |
Number of such conjugacy classes ( ) |
Total number of elements (generic ) |
Total number of elements ( ) |
Order of elements in each such conjugacy class (generic ) |
Order of elements in each such conjugacy class ( , so ) |
Type of matrix
|
| identity element |
1 + 1 + 1 + 1 |
 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
|
| non-identity element, but central (has Jordan blocks of size one and two respectively) |
2 + 1 |
 |
1 |
1 |
 |
3 |
 |
3 |
 |
2 |
,
|
| non-central, has Jordan blocks of size one and two respectively |
2 + 1 |
 |
 |
4 |
 |
6 |
 |
24 |
 |
2 |
, but not both and are zero
|
| non-central, has Jordan block of size three |
3 |
 |
 |
4 |
 |
9 |
 |
36 |
if odd 4 if  |
4 |
both and are nonzero
|
| Total (--) |
-- |
-- |
-- |
-- |
 |
19 |
 |
64 |
-- |
-- |
--
|
GAP implementation
Group ID
This finite group has order 64 and has ID 242 among the groups of order 64 in GAP's SmallGroup library. For context, there are groups of order 64. It can thus be defined using GAP's SmallGroup function as:
SmallGroup(64,242)
For instance, we can use the following assignment in GAP to create the group and name it
:
gap> G := SmallGroup(64,242);
Conversely, to check whether a given group
is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [64,242]
or just do:
IdGroup(G)
to have GAP output the group ID, that we can then compare to what we want.
Other descriptions
| Description |
Functions used
|
| SylowSubgroup(GL(3,4),2) |
SylowSubgroup, GL
|
| SylowSubgroup(SL(3,4),2) |
SylowSubgroup, SL
|
| SylowSubgroup(PGL(3,4),2) |
SylowSubgroup, PGL
|
| SylowSubgroup(PSL(3,4),2) |
SylowSubgroup, PSL
|