Integration Approximation Tools v1.0 by Robert Mohr rmohr2002@hotmail.com -------------------------------------------------------- Instructions -------------------------------------------------------- Left Rectangle Area Method (FUNCTIONS) L_RAM(EXPR,VAR,LOW,HIGH,STEP) Middle Rectangle Area Method (FUNCTIONS) M_RAM(EXPR,VAR,LOW,HIGH,STEP) Right Rectangle Area Method (FUNCTIONS) R_RAM(EXPR,VAR,LOW,HIGH,STEP) Trapezoid Method (FUNCTIONS) TRAPZOID(EXPR,VAR,LOW,HIGH,STEP) Simpson's Method (FUNCTIONS) SIMPSON(EXPR,VAR,LOW,HIGH,STEP) Left Rectangle Area Method (LISTS) L_RAM_L(XLIST,YLIST) Right Rectangle Area Method (LISTS) R_RAM_L(XLIST,YLIST) Trapezoid Method (LISTS) TRPZOIDL(XLIST,YLIST) SIMPSON'S METHOD (LISTS) SIMPSONL(XLIST,YLIST) -------------------------------------------------------- Legal Stuff -------------------------------------------------------- You may reproduce these files under the terms of the GNU General Public License, version 2 or any later version. A copy of the GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html or by mailing the following address: Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA 02111, USA