Question: Problem 2. Write computer programs to calculate e using the following two algorithms 2! 3! n! where the number of terms n necessary in order

Problem 2. Write computer programs to calculate e using the following two algorithms 2! 3! n! where the number of terms n necessary in order to maintain a given accuracy is dependent of the value of x. Here n is determined by requiring that the magnitude of the first ncglected tcrm in thc Taylor scries to bc smallcr than =10. You nccd to design your summation algorithm such that there is no overflow in computing the intermediate valucs. Thc cxact solution can bc obtaincd by using thc intrinsic math function. Print out your results ofex for x=-05,-5, -10, -20, -40. For every x, print the computed valuc ofe', exact value, relative error, and n used in computing the sum. Discuss and explain the differences in accuracy in the results by using the two algorithms
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
