Problem 61001. Stirling Numbers - I
Here, generate the Stirling numbers S(n,k) of the 1st kind of a given order n, for all degree k in descending order -
S(0,0) = 1;
S(1,1:0) = [1 0];
S(3,3:0) = [1 3 2 0];
Only vectorized solutions will be accepted. Check the test suite for banned functions.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
5 Solvers
More from this Author38
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!