Premium Only Content
Numerically Integrating Differential Equations in Excel and Python: Runge Kutta Method
I want to go over an implementation of the 4th-order Runge Kutta algorithm in both Python and Excel. This algorithm is used extensively in scientific computing. MATLAB’s ODE45 solver, as well as the solve_ivp function from Scipy use a variation of this technique. The goal of this video is to show how simple it is to make use of this method when one doesn’t gave access to canned routines such as those in MATLAB or Scipy. This video was inspired by an engineer I worked with years ago who ran into this issue. He had an ODE to solve, but the only software he had easy access to was Excel.
Tip Jar: https://paypal.me/kpmooney
Video on Euler’s Method: https://youtu.be/G7vJ8X1EnRg
Wikipedia Page on Runge Kutta: https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods
Github: https://github.com/kpmooney/numerical_methods_youtube/tree/master/runge_kutta.
-
16:19
kpmooney
3 years agoNumerically Integrating Differential Equations in Excel and Python: Euler's Method
24 -
30:32
kpmooney
3 years ago $0.07 earnedDifferential Algebraic Equations: Solving constrained differential equations in Python
113 -
12:11
kpmooney
3 years agoMore on Ordinary Differential Equations in Python: The Assimulo Package
44 -
21:36
kpmooney
3 years agoMore Kinematics problems: Differential Equations and Event Detection using Python (Numpy and Scipy)
32 -
14:36
kpmooney
3 years agoDifferential Equations and Maximizing Functions in Python: Solving Simple Physics Problems (Part 2)
23 -
40:12
kpmooney
3 years agoDifferential Equations and Maximizing Functions in Python: Solving Simple Physics Problems (Part 1)
41 -
12:20
kpmooney
3 years agoMore on Root Finding: The Bisection method Using Python
6 -
14:31
kpmooney
3 years ago $0.01 earnedScipy's built-in root finding function: Solve nonlinear equations with Python
31 -
18:45
kpmooney
3 years agoTransforming Ordinary Differential Equations to A simple Algebraic System Using SciPy (Part 2)
18 -
27:14
kpmooney
3 years agoTransforming Ordinary Differential Equations to A simple Algebraic System Using SciPy (Part 1)
24