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

Sdílet
Vložit
  • čas přidán 12. 09. 2024

Komentáře • 14

  • @GoobNoob
    @GoobNoob Před rokem +4

    Wow. What a fantastic video and teacher. You really nailed it. This should be the most recommended R-K Python/Matlab tutorial and explanation on CZcams. The others don't match your level.

  • @nesslange1833
    @nesslange1833 Před rokem +1

    Your Lecture always has been great and full of detail, but coding code from scratch makes it all even more approachable!

  • @MrHaggyy
    @MrHaggyy Před rokem +1

    Great lecture and code to play around and work with. You mentioned stiff ode for a view videos, and google got me an okisch answer. But a video with some intuition what things might brake ode45 or potential potholes might come in handy.

  • @stavrosoik129
    @stavrosoik129 Před rokem

    This video came right on time where I need to translate a pre existing epidemiological model from matlab to R where we are using ode45 to solve the ODEs! Thanks!

  • @hoseinzahedifar1562
    @hoseinzahedifar1562 Před rokem +1

    Thank you very much...🌺🌺🌺
    comet3 is a really cool function...🤩🤩

  • @deralaw
    @deralaw Před 11 měsíci

    An excellent lecture! Please do a session on Implicit RK4 including the matlab coding. Thank you

  • @lucynowacki3327
    @lucynowacki3327 Před rokem +2

    Can we have implicit method based on a fixed-point theorem?

  • @whdaffer1
    @whdaffer1 Před 7 měsíci

    A quick question: how is climate a chaotic system? I understand the reference to Weather but I'm a little unclear on why climate would be chaotic.
    They are, after all, two different sorts of problems. Weather is an initial value problem, climate is a boundary value problem and one of the boundary values is pretty well understood: namely the insolation.

  • @tabishbadar1320
    @tabishbadar1320 Před rokem

    Firstly, thanks. Secondly, I computed the trajectories using three methods, 1. Forward Euler, 2. RK2, and 3. RK4 of the chaotic system. Third, using the reference output from MATLAB's ode45, the RK2 had the most minor error value (used MATLAB's immse function to compute errors). Fourth, why so?

  • @TheTimeRay
    @TheTimeRay Před rokem +3

    brightness\contrast 😕

  • @user-hu3gn1gi5f
    @user-hu3gn1gi5f Před rokem

    Could you tell me somebody what pen is used in this video? Awesome!!

  • @charlesspringer4709
    @charlesspringer4709 Před rokem

    Is there any info on how these videos are made?
    Also, the derivation in Numerical Recipes is wrong but the code is correct. I assumed when I noticed this in 1990 that it is an error copied from book to book.