partitiontable.m
Version 1.0.0.0 (517 octets) par
David Terr
Given a nonnegative integer n, compute a table of the unrestricted partition function p(m) for m<=n.
3,5K téléchargements
Mise à jour
9 juin 2004
Aucune licence
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.
Citation pour cette source
David Terr (2024). partitiontable.m (https://www.mathworks.com/matlabcentral/fileexchange/5154-partitiontable-m), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R12
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Mathematics > Elementary Math > Polynomials >
En savoir plus sur Polynomials dans Help Center et MATLAB Answers
Tags
Remerciements
A inspiré : Partitions of an integer
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.0.0 |