Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started