indexTableau(y)
The index tableau is a filling obtained by the original tableau using the reading word. To every element in the reading word a number is given recursively in the following way. f(0) = 0 and f(k+1) = f(k) if k+1 appear to the right of k. Otherwise f(k+1)= f(k)+1.
Finally the entries in the original tableau are replaced by the values of the function f.
|
|
|
|