Skip to content

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

License

Notifications You must be signed in to change notification settings

Yunir/simpson-rule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

How-to-run

gradle run

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages