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

https://github.com/yunir/simpson-rule

ITMO (09.03.04). 3rd semester. Computational mathematics. 2nd lab work.
https://github.com/yunir/simpson-rule

computational-mathematics gradle gui javafx

Last synced: about 2 months ago
JSON representation

ITMO (09.03.04). 3rd semester. Computational mathematics. 2nd lab work.

Awesome Lists containing this project

README

          

## Synopsis
There are presented 4 mathematical functions in program.
User should select one of them, set limits of integration and set precision for Simpson rule computation. Program uses Runge rule to calculate tolerance.

#### Input:
* function
* lower and upper limits
* precision

#### Output:
* Integral value
* Count of partitioning
* Tolerance

**N.B.** If lower limit of integration >= upper limit, then integral should compute correctly

## Preview
![Preview image of program](images/preview.png)

## How-to-run
```
gradle run
```