项目作者: NotIsaacNewton

项目描述 :
A Python program for numerical integration using Romberg Quadratures and trapezoidal sums.
高级语言: Python
项目地址: git://github.com/NotIsaacNewton/Romberg-Quadratures.git
创建时间: 2020-12-13T01:48:49Z
项目社区:https://github.com/NotIsaacNewton/Romberg-Quadratures

开源协议:MIT License

下载


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.