midpoint-method
There are 12 repositories under midpoint-method topic.
arasgungore/integral-calculator
A C project which can calculate the definite integral of real functions using Newton-Cotes quadrature formulas.
DelSquared/Brownian-Motion
Python solver for the Brownian, Stochastic, or Noisy Differential Equations
devkapupara/ODE-Methods
A collection of various methods to find solution to Ordinary Differential Equations.
AlexanderSlav/numerical-methods-matlab
Numerical methods for integration
fahmij8/Metode-Numerik
Numerical methods, with explanation on jupyter notebook.
ilmanmughni29/Numerical-Integration-Solver
This program consists of Trapezoidal Method, Midpoint Method, Trapezoidal Vectorization, and Midpoint Vectorization
JigarDPrajapati/Numerical-Integration
Make use of Midpoint rule, Trapezoid rule and Simpson's rule to approximate an integral
kileruncio/horizontal-throw
Simple software to calculate and draw a throw on Earth
Ramy-Badr-Ahmed/Fortran-DSA
My PRs: https://github.com/users/Ramy-Badr-Ahmed/projects/7
hamzakamelen/Numerical-Integration
Numerical Integration - Midpoint, Trapezoid, Simpson's 1/3 and Simpson 3/8 Rule using Python