/numerical-integration

I explore numerical integration in python using Monte Carlo and Simpson's method

Primary LanguagePython

numerical-integration

I explore numerical integration in python using Monte Carlo and Simpson's method.

montecarlo_int.py iterates a function specified in the script using Monte carlo method and simpsons method and returns the error between the two.