Macaulay2 » Documentation
Packages » SpechtModule :: columnStabilizer(YoungTableau)
next | previous | forward | backward | up | index | toc

columnStabilizer(YoungTableau) -- the column stabilizer of the tableau

Synopsis

Description

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

See also

Ways to use this method: