Question: Problem 5 : Error analysis in the Riemann Sum Algorithm When using the left Riemann sum algorithm, one does not know a priori what step
Problem : Error analysis in the Riemann Sum Algorithm
When using the left Riemann sum algorithm, one does not know a priori what step size or number of intervals to choose so that the result is accurate to within a desired error tolerance the maximum error that can be tolerated This choice depends on the given function to integrate. For example, if one integrates the constant function, an algorithm using produces the exact result, ie no error.
a Modify the rmlsum file to include a whileloop so that the program code terminates when an accuracy based on relative approximate error is achieved. In each iteration of the whileoop, double the number of the intervals ie the step size is reduced by one half in the numerical integration algorithm. The function's inputoutput structure should be:
function fun, maxtol
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
