Multinomial Expansion
Version 1.0.0.0 (1,52 ko) par
Alabi Bojesomo
This code implement the expansion of multinomial equation i.e (x1 + x2 + ... + xl)^n where l>=1
when we want to find the expansion powers of the multinomial (x1 + x2 + ... + xl)^n where l>=1, as well as the coefficients.
the function gives the powers in order for possible outcomes.
e.g
(a+b+c)^3=a^3+b^3+c^3+3*a^2*b+3*a^2*c+3*b^2*a+3*b^2*c+3*c^2*a+3*c^2*b+6*a*b*c
using the function, we type
normSize=3;
normPower=3;
[powI coefI]=multiNomial(normPower,normSize);
Citation pour cette source
Alabi Bojesomo (2026). Multinomial Expansion (https://fr.mathworks.com/matlabcentral/fileexchange/39842-multinomial-expansion), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2011a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions and Hypothesis Tests > Discrete Distributions > Multinomial Distribution >
En savoir plus sur Multinomial Distribution dans Help Center et MATLAB Answers
Tags
Remerciements
A inspiré : Multinomial Expansion
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 |
