Coding a Fourth-Order Runge-Kutta Integrator in Python and Matlab

In this video, I code up a 4th-order accurate Runge-Kutta integrator in Python and Matlab, and then I use this integrator to simulate the chaotic Lorenz 1963 system. Playlist:    • Engineering Math: Differential Equations a...   Course Website: http://faculty.washington.edu/sbrunto... @eigensteve on Twitter eigensteve.com databookuw.com This video was produced at the University of Washington %%% CHAPTERS %%% 0:00 Problem setup and Lorenz 1963 example 6:16 Matlab code example 24:48 Python code example