InsertIntoTableau
InsertIntoTableau[e,t]
inserts integer
into Young tableau
using the bumping algorithm.
InsertIntoTableau[e,t,All]
inserts
into Young tableau
and returns the new tableau as well as the row whose size is expanded as a result of the insertion.
更多信息和选项
参见
技术笔记
相关指南
Combinatorica`
Combinatorica`
InsertIntoTableau
InsertIntoTableau[e,t]
inserts integer
into Young tableau
using the bumping algorithm.
InsertIntoTableau[e,t,All]
inserts
into Young tableau
and returns the new tableau as well as the row whose size is expanded as a result of the insertion.
更多信息和选项
- To use InsertIntoTableau, you first need to load the Combinatorica Package using Needs["Combinatorica`"].