SymmetricParts( tbl, chars, n )
returns the list of symmetrisations of the characters chars, regarded as characters of the character table tbl, with the trivial character of the symmetric group of degree n (see Symmetrisations).
gap> t:= CharTable( "A5" );; gap> SymmetricParts( t, t.irreducibles, 3 ); [ [ 1, 1, 1, 1, 1 ], [ 10, -2, 1, 0, 0 ], [ 10, -2, 1, 0, 0 ], [ 20, 0, 2, 0, 0 ], [ 35, 3, 2, 0, 0 ] ]
GAP 3.4.4