EQuotient(H|e, mu)
Returns the e-quotient of mu; this is a sequence of e partitions whose definition can be found in [JK].
gap> H:=Specht(8);; EQuotient(H,22,18,16,12,12,1,1); [ [ 1, 1 ], [ ], [ ], [ ], [ ], [ 2, 2 ], [ ], [ 1 ] ]
See also ECore
ECore and CombineEQuotientECore
CombineEQuotientECore. This function requires the package
``specht'' (see RequirePackage).
GAP 3.4.4