toPosition(T,k)toPosition(k,T)The boxes in entries T fill the tableau from top to bottom, and left to right. Hence, an index in entries T corresponds to a position (i,j).
|
|
|
We may replace the filling in each box with its index to see the order.
|
We may also replace the filling in each box with the corresponding position.
|
|
The object toPosition is a method function.
The source of this document is in Tableaux/documentation.m2:707:0.