Linear representation theory of projective special linear group:PSL(3,2)
This article gives specific information, namely, linear representation theory, about a particular group, namely: projective special linear group:PSL(3,2).
View linear representation theory of particular groups | View other specific information about projective special linear group:PSL(3,2)
Summary
| Item | Value |
|---|---|
| degrees of irreducible representations over a splitting field | 1,3,3,6,7,8 maximum: 8, lcm: 168, number: 6, sum of squares: 168 |
GAP implementation
The degrees of irreducible representations can be computed using GAP's CharacterDegrees function:
gap> CharacterDegrees(PSL(3,2)); [ [ 1, 1 ], [ 3, 2 ], [ 6, 1 ], [ 7, 1 ], [ 8, 1 ] ]