combinat::modStirling --
modified Stirling numbers
Introductioncombinat::modStirling computes the modified Stirling
numbers.
Call(s)combinat::modStirling(q, n, k)
Parametersq |
- | the argument: an integer |
n |
- | the number of variables: a nonnegative integer |
k |
- | the degree: a nonnegative integer |
Returnsa positive integer.
Detailscombinat::modStirling(q,n,k) takes the
elementary symmetric polynomial in n variables of degree
k and evaluates it for the values q+1,...,
q+n. Note that k must not be greater then
n.
Example
1>> combinat::modStirling(2,4,2)
119