[Solved] How to find value of this series using python?
This is the Taylor’s series development of exp(-x). Recognizing this gives you a good opportunity to check your result against math.exp(-x). Simple syntax improvements You don’t need an ‘else’ after the while. Just add the code to be run after the loop at the same indentation level as before the while loop. Mathematical problems Most … Read more