Changes between Initial Version and Version 1 of Ticket #24659
- Timestamp:
- 02/06/18 09:56:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24659 – Description
initial v1 1 1 Growth diagrams as introduced by Fomin work for partial fillings of skew Ferrers shapes: in every row and every column at most one cross (possibly coloured, depending on the type of growth diagram) is allowed. 2 2 3 However, one can accommodate several entries in rows and columns, and arbitrary nonnegative integer entries instead of crosses as follows:3 However, for Robinson-Schensted insertion, one can accommodate several entries in rows and columns, and arbitrary nonnegative integer entries instead of crosses as follows: 4 4 5 5 * for each row with sum of entries equal to e, subdivide the row into e rows, … … 17 17 This ticket aims at adding supporting code. 18 18 19 As a testcase, this should work for shifted insertion, where the standardisation procedure is described in Section 8 of Sagan's "Shifted Tableaux, Schur Q-Functions, and a Conjecture of R. Stanley".19 For shifted insertion, there is a different standardisation procedure. is different. This is described in Section 8 of Sagan's "Shifted Tableaux, Schur Q-Functions, and a Conjecture of R. Stanley". A naive implementation to standardise words is attached.