isSkew T
i1 : T = youngTableau(new Partition from {5,3,2}, new Partition from {3,1}, {1,3,2,2,2,3}) ┌───┬───┐ o1 = │ 1 │ 3 │ ┌───┬───┼───┴───┘ │ 2 │ 2 │ ┌───┼───┼───┘ │ 2 │ 3 │ └───┴───┘ o1 : YoungTableau
i2 : isSkew T o2 = true
The object isSkew is a method function.
The source of this document is in Tableaux/documentation.m2:645:0.