nextsyt | R Documentation |
Given a standard Young tableau, returns the "next" one having the same shape.
nextsyt(syt)
syt |
a standard Young tableau |
A standard Young tableau of the same shape as syt
, or
NULL
if syt
is the last standard Young tableau of this shape.
syt <- firstsyt(c(4, 2, 1))
nextsyt(syt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.