Sum of sequence with accuracy
Show older comments
Hi, how can I find the sum of (-x)^n/n! with accuracy of 0.001, n goes fron 0 to infinity.
1 Comment
darova
on 4 May 2020
Please show your attempts. You can try symsum to calculate sum symbolically
You can compute the sum numerically
Answers (1)
James Tursa
on 4 May 2020
Edited: James Tursa
on 4 May 2020
1 vote
exp(-x) will calculate that sum.
Categories
Find more on Calculus in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!