71.40 HookLengthDiagram

HookLengthDiagram(mu)

Prints the diagram of mu, replacing each node with its hook length (see [JK]).

gap> HookLengthDiagram(11,6,3,2);
 14 13 11  9  8  7  5  4  3  2  1
  8  7  5  3  2  1
  4  3  1
  2  1

This function requires the package ``specht'' (see RequirePackage).

Previous Up Top Next
Index

GAP 3.4.4
April 1997