PermCharsTom( tom, fus )
PermCharsTom
reads the list of permutation characters from the table of
marks tom. It therefore has to know the fusion map fus which sends
each conjugacy class of elements of the group to the conjugacy class of
subgroups they generate.
gap> PermCharsTom( a5, fus ); [ [ 60, 0, 0, 0, 0 ], [ 30, 2, 0, 0, 0 ], [ 20, 0, 2, 0, 0 ], [ 15, 3, 0, 0, 0 ], [ 12, 0, 0, 2, 2 ], [ 10, 2, 1, 0, 0 ], [ 6, 2, 0, 1, 1 ], [ 5, 1, 2, 0, 0 ], [ 1, 1, 1, 1, 1 ] ]
GAP 3.4.4