HighestPowerFakeDegrees( W )
returns a list holding the B-function for all irreducible characters of
W, that is, for each character chi, the degree of the fake degree of
chi. The ordering of the result corresponds to the ordering of the
characters in CharTable(W)
.
gap> HighestPowerFakeDegrees( CoxeterGroup( "D", 4 ) ); [ 10, 10, 11, 12, 8, 9, 10, 6, 6, 8, 5, 6, 0 ]
This function requires the package "chevie" (see RequirePackage).
GAP 3.4.4