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.
- Host: GitHub
- URL: https://github.com/anicusan/newton-cotes_quadrature
- Owner: anicusan
- License: gpl-3.0
- Created: 2018-04-26T13:37:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T14:30:21.000Z (about 7 years ago)
- Last Synced: 2024-12-27T06:12:55.349Z (4 months ago)
- Language: Matlab
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.