General linear group:GL(2,5): Difference between revisions

From Groupprops
No edit summary
 
Line 6: Line 6:


==Arithmetic functions==
==Arithmetic functions==
Here, <math>q</math> denotes the order of the finite field and the group we work with is <math>GL(2,q)</math>. <math>p</math> is the characteristic of the field, i.e., it is the prime whose power <math>q</math> is.


{| class="sortable" border="1"
{| class="sortable" border="1"

Latest revision as of 21:04, 27 December 2023

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

The group, denoted GL(2,5) or GL2(5), is defined as the general linear group of degree two over the field of five elements. It is a group of order 480.

Arithmetic functions

Function Value Explanation
order 480 521 options for first row, 525 options for second row.
See order formulas for linear groups of degree two
number of conjugacy classes 24 There are 5(51) conjugacy classes of semisimple matrices and 51 conjugacy classes of matrices with repeated eigenvalues.

GAP implementation

Group ID

This group has ID 218 among the groups of order 480. It can be defined using GAP's SmallGroup function:

SmallGroup(480,218)

Other definitions

The group can also be defined using GAP's GeneralLinearGroup function:

GL(2,5)