How do i generate a user-defined function that computes Taylor series implementation of e*

1 view (last 30 days)
How do i generate a user-defined function that computes Taylor series implementation of e*

Accepted Answer

Walter Roberson
Walter Roberson on 23 May 2022
The derivative of exp(x) is exp(x) so you do not need to any real work for the derivative parts. You just have to work with the factorial portion.

More Answers (0)

Categories

Find more on Mathematics in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!