{ Numerical Methods}

Home
Polynomial Zeros
Arbitrary Precision
Numerical Ports
Related Sites
Contact us
Feedback?

Web Tools
Polynomial Solver
Cubic Splines or
Polynomial Interpolation

Function Graphing & Integration
Complex Expression Calculator
Financial Calculator
Car Lease Calulator
 
Disclaimer:
Permission to use, copy, distribute, and sell this software and It’s documentation for any purpose is hereby granted without fee, provided: THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL Henrik Vestermark, BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


Numerical Integration:


Integration & Graphing vs. 1.5
 
Verbose
Integration Method
Trapez Simpson Romberg Fox-Romberg
Gauss-Legendre Gauss-Chebyshev Gauss-Hermite Double Exponential
       
     
 
Display Options
Xmin: Xmax: Ymin: Ymax:
  • Graphing
  • Convergence
  • Delta-E
  • Help

Graphing

 

Convergence

 

Delta-E

 

Help

Version: 1.5
Explanation: Enter the equation that needs to be displayed. The usual math function can be used: +.-.*,/,(,), abs(), acos(), asin(), atan(), atan2(), cos(), exp(), log(), pow(), sin(), sqrt(), tan(). Note for x^3 used the pow(x,3) notation and log() is the natural logarithm
If you need integration as well, checkmark on one or more integration methods. For fastest and most accurate method use Fox-Romberg, Double exponential or Gauss.
For accuracy the methods takes it to the numeric limits, however to avoid time consuming operations the limits on number function evaluation is around 65536 calls.
Note: Gauss-Chebyshev required that the function is on the form f(x)/sqrt(1-x^2) otherwise result are incorrect. Gauss-Hermite required that the function is on the form e-x^2*f(x).
The Test button setup a default equation (for testing only). Note that the interval [0,0.5] contains a singularity for x=0 making it hard for Trapez, Simpson and Romberg method to get a high accuracy on the result. Fox-Romberg can handle this to the numeric limit!
Email: hve@hvks.com if you have any questions.
This version has been tested with both IE8, Chrome, FireFox 3 & Safari browser.
Rate this page
Click on the stars to rate this page
Low    High
Missing anything? or comment your rating

 

 
Corrections:
15-Nov-2009 vs 1.5 Added Double Expoential integration method
21-May-2007 vs 1.4 Added Gauss-Hermite integration
17-May-2007 vs 1.3 Added Gauss-Chebyshev integration and more display options
09-May-2007 vs 1.2 Added Gauss-Legendre integration method
23-Apr-2007: vs 1.1 Initial release
 
Body