https://github.com/vilarj/integration
This is a Java program that integrate a fifth degree polynomial of the following method: Mid point, Simpson, Trapezoid
https://github.com/vilarj/integration
Last synced: 3 months ago
JSON representation
This is a Java program that integrate a fifth degree polynomial of the following method: Mid point, Simpson, Trapezoid
- Host: GitHub
- URL: https://github.com/vilarj/integration
- Owner: vilarj
- Created: 2019-08-28T22:46:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T22:49:48.000Z (about 6 years ago)
- Last Synced: 2025-03-27T01:21:43.494Z (7 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integration
Java program that integrates a fifth degree polynomial with the following methods of integration: Mid point, Simpson, Trapezoid.
The program it is based on approximating the polynomial to a value; approximating it.