velocity_verlet_test, a MATLAB code which calls velocity_verlet(), which uses a version of the velocity Verlet method to solve a second order ordinary differential equation (ODE) of the form y''=f(t,y).
The information on this web page is distributed under the MIT license.
velocity_verlet, a MATLAB code which uses a version of the velocity Verlet method to solve a secord order ordinary differential equation (ODE) of the form y''=f(t,y).