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.
- Host: GitHub
- URL: https://github.com/yunir/simpson-rule
- Owner: Yunir
- License: mit
- Created: 2017-10-09T12:25:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T20:04:00.000Z (over 6 years ago)
- Last Synced: 2025-02-09T17:14:10.453Z (over 1 year ago)
- Topics: computational-mathematics, gradle, gui, javafx
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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