Skip to content

Numerical integration using Midpoint, Trapezoidal, and Simpson's rule

Notifications You must be signed in to change notification settings

Quarlos/integrationMTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

integrationMTS

Numerical integration using Midpoint, Trapezoidal, and Simpson's rule

Numerical integration using Midpoint, Trapezoidal, and Simpson's rule with prescribed tolerance; starting number of subintervals is 4; doubles until it reaches the desired tolerance (given by the difference of two consecutive evaluations)

INPUT: limits of integration and tolerance Editable: the function to integrate defined as f_int(x) before main()

About

Numerical integration using Midpoint, Trapezoidal, and Simpson's rule

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages