71.41 RemoveRimHook

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).

Previous Up Top Next
Index

GAP 3.4.4
April 1997