columnStabilizer(y)
i1 : p = new Partition from {2,2,1} o1 = Partition{2, 2, 1} o1 : Partition
i2 : y = youngTableau(p,{0,3,1,4,2}) o2 = | 0 3 | | 1 4 | | 2 | o2 : YoungTableau
i3 : columnStabilizer y o3 = {{0, 1, 2, 3, 4}, {0, 1, 2, 4, 3}, {0, 2, 1, 3, 4}, {0, 2, 1, 4, 3}, {1, ------------------------------------------------------------------------ 0, 2, 3, 4}, {1, 0, 2, 4, 3}, {1, 2, 0, 3, 4}, {1, 2, 0, 4, 3}, {2, 0, ------------------------------------------------------------------------ 1, 3, 4}, {2, 0, 1, 4, 3}, {2, 1, 0, 3, 4}, {2, 1, 0, 4, 3}} o3 : List
The source of this document is in SpechtModule.m2:3305:0.