Loading [MathJax]/extensions/TeX/boldsymbol.js

 

 

 

Comparing methods and using symbolic Python

The following python code allows you to run interactively either in a browser or using ipython notebook. It compares the trapezoidal rule and Gaussian quadrature with the exact result from symbolic python SYMPY up to 1000 integration points for the integral I = 2 = \int_0^{\infty} x^2 \exp{-x} dx. For the trapezoidal rule the results will vary strongly depending on how the infinity limit is approximated. Try to run the code below for different finite approximations to \infty .