First Order Differential Equation Solver
www.math-cs.gordon.edu/~senning/desolverLeonhard Euler. ( Image source) This program will allow you to obtain the numerical solution to the first order initial value problem: dy / dt = f ( t, y ) on [ t0, t1] y ( t0 ) = y0. using one of three different methods; Euler's method, Heun's method (also known as the improved Euler method), and a fourth-order Runge-Kutta method. To solve a ...