| skewKostkaJackNumbers | R Documentation |
Skew Kostka-Jack numbers associated to a given skew partition and a given Jack parameter.
skewKostkaJackNumbers(lambda, mu, alpha = NULL, output = "vector")
lambda, mu |
integer partitions defining the skew partition:
|
alpha |
the Jack parameter, a |
output |
the format of the output, either |
The skew Kostka-Jack number K_{\lambda/\mu,\nu}(\alpha) is
the coefficient of the monomial symmetric polynomial m_\nu in the
expression of the skew P-Jack polynomial
P_{\lambda/\mu}(\alpha) as a linear combination of monomial
symmetric polynomials. For \alpha=1 it is the ordinary skew Kostka
number.
If output="vector", the function returns a named vector.
This vector is made of the non-zero skew Kostka-Jack numbers
K_{\lambda/\mu,\nu}(\alpha) given as character strings and its names
encode the partitions \nu.
If ouput="list", the function returns a list. Each element of this
list is a named list with two elements: an integer partition \nu
in the field named "nu", and the corresponding skew Kostka-Jack
number K_{\lambda/\mu,\nu}(\alpha) in the field named "value".
Only the non-null skew Kostka-Jack numbers are provided by this list.
The skew Kostka-Jack numbers K_{\lambda/\mu,\nu}(\alpha) are
well defined when the Jack parameter \alpha is zero, however this
function does not work with alpha=0. A possible way to get the
skew Kostka-Jack numbers K_{\lambda/\mu,\nu}(0) is to use the
function symbolicSkewKostkaJackNumbers to get the skew
Kostka-Jack numbers with a symbolic Jack parameter \alpha, and then
to substitute \alpha with 0.
symbolicSkewKostkaJackNumbers.
skewKostkaJackNumbers(c(4,2,2), c(2,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.