Runge-Kutta solution to a System of ODEs

Поділитися
Вставка
  • Опубліковано 19 жов 2024
  • This is an example to simplify the MATLAB code from the last video.

КОМЕНТАРІ • 8

  • @smk_18
    @smk_18 2 роки тому

    The tutorial was really helpful. It greatly simplified the code length. I even changed from row vector mode to column vector mode and it worked as well!! Many many thanks to you sir!

  • @zannyp4059
    @zannyp4059 Рік тому

    Thanks a lot. It's helpfull for me

  • @bitzacademy460
    @bitzacademy460 22 дні тому

    any video for 3 systems of ODEs?

  • @adamfershtman4335
    @adamfershtman4335 8 років тому

    Good job, thanks!

  • @gloryoluwafemi4259
    @gloryoluwafemi4259 8 місяців тому

    How can I code three systems of ODEs?

  • @dr.seaaral-dabooni383
    @dr.seaaral-dabooni383 8 років тому

    Thanks

  • @learningtour5569
    @learningtour5569 3 роки тому

    Can I apply this code for nonlinear coupled ode

    • @prof.markowkes-montanastat3851
      @prof.markowkes-montanastat3851  3 роки тому

      Yes, a Runge-Kutta method can be applied to nonlinear coupled ODEs. The non-linearity does not really cause an issue with explicit methods such as the Runge-Kutta method.