Recursive functions for partitions, stirling numbers, and chebyshev polynomials of the first
- 阅读更多 关于 Recursive functions for partitions, stirling numbers, and chebyshev polynomials of the first
问题 So I'm working on a homework assignment and I need to create recursive functions for partitions, Stirling numbers(first and second kind), and Chebyshev polynomials of the first. My program should be able to have a user input a positive integer n, and then create files named Partitions.txt, Stirling1.txt, Stirling2.txt, and Chebyshev.txt, that creates a table of all values f(k,m) for 1<=k<=n and 1<=m<=n. I'm struggling just to start off the assignment and feel like I have no understanding of