7.1 Back to Basics

   

 
Java Number Cruncher: The Java Programmer's Guide to Numerical Computing
By Ronald  Mak

Table of Contents
Chapter  7.   Numerical Integration

7.1 Back to Basics

Numerical integration returns us to the basic definition of integration: finding the area under a curve in a piecewise manner. Figure 7-1 shows how we can use rectangles to estimate the area under a curve defined by some integrand f ( x ). We can make the computation easier by making all the rectangles have the same width.

Figure 7-1. Using rectangles to estimate the area under a curve defined by a function f ( x ).

graphics/07fig01.jpg


   
Top
 


Java Number Cruncher. The Java Programmer's Guide to Numerical Computing
Java Number Cruncher: The Java Programmers Guide to Numerical Computing
ISBN: 0130460419
EAN: 2147483647
Year: 2001
Pages: 141
Authors: Ronald Mak

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net