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: Course Website: @eigensteve on Twitter %%% CHAPTERS %%% 0:00 Problem setup and Lorenz 1963 example 6:16 Matlab code example 24:48 Python code example
Back to Top