Unitriangular matrix group:UT(4,2): Difference between revisions
No edit summary |
|||
| Line 5: | Line 5: | ||
This group is defined in the following equivalent ways: | This group is defined in the following equivalent ways: | ||
* It is the group of | * It is the [[unitriangular matrix group]] of [[unitriangular matrix group of degree four|degree four]] over [[field:F2|the field of two elements]]. | ||
* It is a <math>2</math>-Sylow subgroup of [[general linear group:GL(4,2)]]. | * It is a <math>2</math>-Sylow subgroup of [[general linear group:GL(4,2)]]. | ||
* It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[elementary abelian group:E8|elementary abelian group of order eight]], which is [[general affine group:GA(3,2)|the general affine group]]. | * It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[elementary abelian group:E8|elementary abelian group of order eight]], which is [[general affine group:GA(3,2)|the general affine group]]. | ||
* It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[direct product of Z4 and Z2]]. | * It is the <math>2</math>-Sylow subgroup of the [[holomorph of a group|holomorph]] of the [[direct product of Z4 and Z2]]. | ||
==Arithmetic functions== | |||
{{compare and contrast arithmetic functions|order = 64}} | |||
{| class="sortable" border="1" | |||
! Function !! Value !! Similar groups !! Explanation for function value | |||
|- | |||
| {{arithmetic function value order|64}} || As <math>UT(n,q)</math>: <math>q^{n(n-1)/2} = 2^{4(3)/2} = 2^6 = 64</math> | |||
|- | |||
| {{arithmetic function value order p-log etc|6}} || | |||
|- | |||
| {{arithmetic function value given order|exponent of a group|4|64}} || As <math>UT(4,q)</math>, characteristic two: 4 | |||
|- | |||
| {{arithmetic function value given order and p-log|prime-base logarithm of exponent|2|64|6}} || | |||
|- | |||
| {{arithmetic function value given order and p-log|nilpotency class|3|64|6}} || | |||
|- | |||
| {{arithmetic function value given order and p-log|derived length|2|64|6}} || | |||
|- | |||
| {{arithmetic function value given order and p-log|Frattini length|2|64|6}} || | |||
|} | |||
==GAP implementation== | ==GAP implementation== | ||
Revision as of 18:57, 27 March 2012
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 unitriangular matrix group of degree four over the field of two elements.
- It is a -Sylow subgroup of general linear group:GL(4,2).
- It is the -Sylow subgroup of the holomorph of the elementary abelian group of order eight, which is the general affine group.
- It is the -Sylow subgroup of the holomorph of the direct product of Z4 and Z2.
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 138 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,138)
For instance, we can use the following assignment in GAP to create the group and name it :
gap> G := SmallGroup(64,138);
Conversely, to check whether a given group is in fact the group we want, we can use GAP's IdGroup function:
IdGroup(G) = [64,138]
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 |
|---|---|
| UnitriangularPcpGroup(4,2) | UnitriangularPcpGroup |
| SylowSubgroup(GL(4,2),2) | SylowSubgroup, GL |
| SylowSubgroup(Holomorph(ElementaryAbelianGroup(8)),2) | SylowSubgroup, Holomorph, ElementaryAbelianGroup |
| SylowSubgroup(Holomorph(DirectProduct(CyclicGroup(4),CyclicGroup(2))),2) | SylowSubgroup, Holomorph, DirectProduct, CyclicGroup |