Expands Binomials of form (x+y)^n for a given y and n, where n is a whole number and y can be any real or complex number. This program uses Pascals Triangle to determine the coefficients of (x+1)^n, creates a vector to represent (y^0 y^1 y^2 y^3 ... y^n-1 y^n), and multiplies the two term by term to obtain the coefficients of (x+y)^n. Then using poly2sym we obtain a symbolic representation of the expanded polynomial.
引用
Mario Rivero (2026). Binomial Expansion (https://jp.mathworks.com/matlabcentral/fileexchange/67366-binomial-expansion), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2017b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
