Linear representation theory of McLaughlin group

From Groupprops

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

Summary

Item Value
degrees of irreducible representations 1, 22, 231, 252, 770, 770, 896, 896, 1750, 3520, 3520, 4500, 4752, 5103, 5544, 8019, 8019, 8250, 8250, 9625, 9856, 9856, 10395, 10395
maximum: 10395, lcm: 898128000, number: 24, sum of squares: 898128000

GAP implementation

The character degrees can be computed using the CharacterDegrees and CharacterTable functions:

gap> CharacterDegrees(CharacterTable("McL"));
[ [ 1, 1 ], [ 22, 1 ], [ 231, 1 ], [ 252, 1 ], [ 770, 2 ], [ 896, 2 ], [ 1750, 1 ], [ 3520, 2 ], [ 4500, 1 ], 
[ 4752, 1 ], [ 5103, 1 ], [ 5544, 1 ], [ 8019, 2 ], [ 8250, 2 ], [ 9625, 1 ], [ 9856, 2 ], [ 10395, 2 ] ]

The full character table can be printed using the Irr and CharacterTable functions.[SHOW MORE]

External links