An open API service indexing awesome lists of open source software.

https://github.com/anicusan/newton-cotes_quadrature

This is a Matlab function that numerically calculates the definite integral of a function using the Newton-Cotes Quadrature Formula, for any given number of divisions, and any given degree.
https://github.com/anicusan/newton-cotes_quadrature

Last synced: 2 months ago
JSON representation

This is a Matlab function that numerically calculates the definite integral of a function using the Newton-Cotes Quadrature Formula, for any given number of divisions, and any given degree.

Awesome Lists containing this project

README

        

# Newton-Cotes_Quadrature
This is a Matlab function that numerically calculates the definite integral of a function using the Newton-Cotes Quadrature Formula, for any given number of divisions, and any given degree.