partitiontable.m
Versione 1.0.0.0 (517 Byte) da
David Terr
Given a nonnegative integer n, compute a table of the unrestricted partition function p(m) for m<=n.
3,5K download
Aggiornato
9 giu 2004
Nessuna licenza
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.
Cita come
David Terr (2025). partitiontable.m (https://www.mathworks.com/matlabcentral/fileexchange/5154-partitiontable-m), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Mathematics > Elementary Math > Polynomials >
Scopri di più su Polynomials in Help Center e MATLAB Answers
Tag
Riconoscimenti
Ispirato: Partitions of an integer
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |