RemoveRimHook(mu, row, col)
Returns the partition obtained from mu by removing the (row, col)--th rim hook from (the diagram of) mu.
gap> RemoveRimHook([6,5,4],1,2); [ 4, 3, 1 ] gap> RemoveRimHook([6,5,4],2,3); [ 6, 3, 2 ] gap> HookLengthDiagram(6,5,4); 8 7 6 5 3 1 6 5 4 3 1 4 3 2 1
See also AddRimHook
AddRimHook. This function requires the package
``specht'' (see RequirePackage).
GAP 3.4.4