Binomal theorem

Binomial theorem,Newton's binomal,positive binomial
1,8K download
Aggiornato 13 nov 2008

Visualizza la licenza

This m-file gives the expansion of powers of sums of any real or complex numbers x and y, and any nonnegative integer n. It is also known as the Newton's binomial. From it emerges the discrete binomial (positive) distribution.

Syntax: function bintheor(x,y,n)

Input:
x,y - pair of interested terms to expand
n - coefficient/power to increase the binomial theorem

Output:
- result of the Binomial theorem sum (default)
- vector of the binomial theorem values (optional)

Cita come

Antonio Trujillo-Ortiz (2025). Binomal theorem (https://it.mathworks.com/matlabcentral/fileexchange/22085-binomal-theorem), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Propagation and Channel Models in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0