Please help me in plotting the following functions.

답변 (1개)

Torsten
Torsten 2022년 9월 25일
Limits of Euler's beta function are 0 and 1, not a and b.
So
C_m,i^nu = beta(i*nu+3,(m-i)*nu)/beta(i*nu,(m-i)*nu) + 2
and the beta function is implemented in MATLAB:
So the infinite series reduces to
S_m^nu = 2 + exp(-m*u) * sum_{i=0}^{oo} beta(i*nu+3,(m-i)*nu)/beta(i*nu,(m-i)*nu) * (m*u)^i / factorial(i)
I think you should be able to take it from here.

댓글 수: 1

Yes, the limits are 0 and 1. a and b were typed by mistake.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

질문:

2022년 9월 25일

댓글:

2022년 9월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by