Skip to content

A Python program for numerical integration using Romberg Quadratures and trapezoidal sums.

License

Notifications You must be signed in to change notification settings

NotIsaacNewton/Romberg-Quadratures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Romberg-Quadratures

A Python program for numerical integration using Romberg Quadratures and trapezoidal sums.

This can be run in Spyder, PyCharm, Jupyter, etc., with the Math class in a seperate file called methods.py. To use class you must define an equation (as a function), then create an instance with that equation. After that, you can use any of the methods from the "Math" class are available to use with the equation. See integrate.py for an example.