APPLICATION OF RUNGE-KUTTA TO LORENZ EQUATION: We demonstrate the application of the 4th-order accurate Runge-Kutta solver (ODE45) to the classic Lorenz system.
 
MATLAB COMMANDS
ODE45
MATLAB CODE
 
 
 
 
 
VECTORIZED TIME-STEP INTEGRATORS: We show how ODE time-steppers can be used to study myriad of dynamical trajectories simultaneously in a vectorized form.
 
MATLAB COMMANDS
ODE45
MATLAB CODE
 
 
 
 
 
APPLICATION OF RUNGE-KUTTA TO CHAOTIC DYNAMICS AND THE DOUBLE PENDULUM: We finish by considering the physical application of a double pendulum and a numerical model for its motion, demonstrating the chaotic behavior induced in the motion.
 
MATLAB COMMANDS
ODE45
MATLAB CODE