Linear representation theory of Janko group:J1

From Groupprops

This article gives specific information, namely, linear representation theory, about a particular group, namely: Janko group:J1.
View linear representation theory of particular groups | View other specific information about Janko group:J1

Summary

Item Value
degrees of irreducible representations over a splitting field (such as or ) 1, 56, 56, 76, 76, 77, 77, 77, 120, 120, 120, 133, 133, 133, 209
maximum: 209, lcm: 175560, number: 15, sum of squares: 175560

GAP implementation

The degrees of irreducible representations can be computed using the CharacterDegrees and CharacterTable:

gap> CharacterDegrees(CharacterTable("J1"));
[ [ 1, 1 ], [ 56, 2 ], [ 76, 2 ], [ 77, 3 ], [ 120, 3 ], [ 133, 3 ], [ 209, 1 ] ]

We can use Irr and CharacterTable to print out the whole character table:[SHOW MORE]

External links