Runge-Kutta Method: Theory and Python + MATLAB Implementation

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 17

  • @jasuryuldashev5263
    @jasuryuldashev5263 4 роки тому

    Thanks for the video! I find it very useful because I have started using Python for Scientific calculation and this is a great example to compare two software...

  • @sihemprincess1955
    @sihemprincess1955 5 років тому +1

    It is a long time, welcome again on UA-cam

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

    Very Nice Video! It helps me to solve Bouc-wen diff equation on python! Thank you

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

    Thank you!

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

    Fantastic, thank you!

  • @ankithguzz
    @ankithguzz 5 років тому +2

    Thanks for the video! Very informative :) I know this has been requested before, but could we see a description of Artificial Bee Colony algorithm sometime? Your video on PSO is just superb

    • @YarpizProjects
      @YarpizProjects  5 років тому

      You're welcome. Thanks. Maybe in near future. Also please check out the YPEA toolbox: yarpiz.com/477/ypea-yarpiz-evolutionary-algorithms.

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

      NPTEL IIT Guwahati youtube channel has an implementation of Artificial Bee Colony algorithm.

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

    Thanks for the video, very helpful

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

    Thanks for the video sir 👍

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

    Awesome video!

  • @shaondas3481
    @shaondas3481 4 роки тому +1

    could you make a video on solving heat equation using method of lines in matlab?

  • @UPSCIAS-gt9uk
    @UPSCIAS-gt9uk Рік тому

    Dear sir , I wanna implement these methods for different step size at a time. Please help me , How to do this??

  • @martinsaravia
    @martinsaravia 4 роки тому

    Great !

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

    You really don't want to implement Runge-Kutta in either Python or Matlab, because you can't vectorize it.