이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
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);
인용 양식
Alabi Bojesomo (2026). Multinomial Expansion (https://kr.mathworks.com/matlabcentral/fileexchange/39842-multinomial-expansion), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 준 파일: Multinomial Expansion
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.0.0 |
