Binomal theorem
版本 1.1.0.0 (2.1 KB) 作者:
Antonio Trujillo-Ortiz
Binomial theorem,Newton's binomal,positive binomial
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)
引用格式
Antonio Trujillo-Ortiz (2024). Binomal theorem (https://www.mathworks.com/matlabcentral/fileexchange/22085-binomal-theorem), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R14
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Propagation and Channel Models 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!