How to find the approximation of the solution to an equation with an infinite series?

2 views (last 30 days)
Hi, I am very new to matlab and I am trying to solve an equation with an infinite serie. The equation looks like this:
The variable is De and the rest are all parameters (R is 25e-06, the function is equal to 0.4764) I would really appreciate it if someone can give me a hint about how to do this. (Even better if you can provide a code sample). Thank you very much.
  6 Comments
Sam Chak
Sam Chak on 29 Apr 2025
I was encouraging @Kiet to use symsum if he is unfamiliar with loops, as in some pure math programs, the professors do not teach the iterative control flow structures used in executing most mathematical expressions.
Anyhow, that solution only holds if t approaches 0 for . Moreover, with the quadratic terms and in the numerator, and the denominator has a relatively small value, the exponential decay function probably approaches 0, depending on the true values of and t.

Sign in to comment.

Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!