Please help me in plotting the following functions.

Answers (1)

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 Comment

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

Sign in to comment.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Asked:

on 25 Sep 2022

Commented:

on 25 Sep 2022

Community Treasure Hunt

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

Start Hunting!