DifferentialEquations.Midpoint_test,
a Julia code which
uses the Midpoint() method from the DifferentialEquations()
package to solve a differential equation.
euler,
a Julia code which
uses the Euler method to estimate the solution of an ordinary
differential equation (ODE).
zero_itp,
a Julia code which
finds a zero of a scalar function of a scalar variable,
starting from a change of sign interval, using the
Interpolate/Truncate/Project (ITP) method, which has
faster convergence than the bisection method.
a root of f(x) over a change-of-sign interval a <= x <= b.