partitiontable.m
版本 1.0.0.0 (517 字节) 作者:
David Terr
Given a nonnegative integer n, compute a table of the unrestricted partition function p(m) for m<=n.
3.5K 次下载
更新时间
2004/6/9
无许可证
Given a nonnegative integer n, compute a table of the unrestricted partition function p(m) for m<=n. This program uses a recurrence involving pentagonal numbers, which makes it necessary to compute p(m) for all m<=n in order to compute p(n). Thus, we get the table for free with this computation.
引用格式
David Terr (2024). partitiontable.m (https://www.mathworks.com/matlabcentral/fileexchange/5154-partitiontable-m), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R12
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Elementary Math > Polynomials >
在 Help Center 和 MATLAB Answers 中查找有关 Polynomials 的更多信息
标签
致谢
启发作品: Partitions of an integer
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |