Linear representation theory of projective special linear group:PSL(3,2)

From Groupprops
Revision as of 02:17, 10 May 2011 by Vipul (talk | contribs) (Created page with "{{group-specific information| group = projective special linear group:PSL(3,2)| information type = linear representation theory| connective = of}} ==Summary== {| class="sortabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 ] ]