You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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)
Cite As
Antonio Trujillo-Ortiz (2026). Binomal theorem (https://se.mathworks.com/matlabcentral/fileexchange/22085-binomal-theorem), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (2.06 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
