Question: Python a) Construct an array t of 200 values equally spaced over the interval x (0.5, 5.0] Use the function you wrote in 3c above
Python

a) Construct an array t of 200 values equally spaced over the interval x (0.5, 5.0] Use the function you wrote in 3c above to compute the array e_abs of absolute errors for each value in t. In ( ): # Describe the task here! # YOUR CODE HERE raise Not ImplementedError() In [ ]: # Plot 'e_abs' versus 't'. # YOUR CODE HERE raise Not ImplementedError() 4b) Use the function you wrote above to compute the array e_rel of relative errors for each value in t and plot e_rel versus t. 4c) What is machine epsilon for this floating point system? Explain how you arrived at your answer and how that answer relates to your plot of relative error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
