toIndex(T,seq)toIndex(T,(i,j))toIndex(seq,T)toIndex((i,j),T)The boxes in entries T fill the tableau from top to bottom, and left to right. Hence, a position (i,j) corresponds to an index k in entries T
|
|
|
|
|
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 toIndex is a method function.
The source of this document is in Tableaux/documentation.m2:752:0.