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

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

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.