In the previous post, we discussed why doubling the number of segments in the automatic integrator based on multiple-segment trapezoidal rule is more efficient than increasing the number of segments one at a time. But this advantage involves having to store the individual function values from previous calculations and then having to retrieve them [...]
Posts Tagged as ‘automatic integrator’
February 28, 2009
An efficient formula for an automatic integrator based on trapezoidal rule
In the previous post, we discussed why doubling the number of segments in the automatic integrator based on multiple-segment trapezoidal rule is more efficient than increasing the number of segments one at a time. But this advantage involves having to store the individual function values from previous calculations and then having to retrieve them [...]
February 23, 2009
Why keep doubling the segments for an automatic integrator based on Trapezoidal rule?
This post is brought to you by Holistic Numerical Methods: Numerical Methods for the STEM undergraduate at http://numericalmethods.eng.usf.edu, the textbook on Numerical Methods with Applications available from the lulu storefront, and the YouTube video lectures available at http://www.youtube.com/numericalmethodsguy.
Subscribe to the blog via a reader or email to stay updated with this blog. Let the information follow you.
October 19, 2008
An automatic integrator using Trapezoidal rule
How would you know how many segments to use in a Trapezoidal rule of integration to get an accurate value of the integral? This can be done by applying the Trapezoidal rule for 1 segment rule, then 2 segment rule, followed by 4 segment rule and so on. As soon as the absolute relative approximate [...]