Thank you so much! This was incredibly helpful, explained pretty well and slow enough for even me to get how Runge-kutta-4 works. You seriously saved me here :) Keep up the great work!
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...
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
Thank you so much! This was incredibly helpful, explained pretty well and slow enough for even me to get how Runge-kutta-4 works. You seriously saved me here :) Keep up the great work!
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...
Very Nice Video! It helps me to solve Bouc-wen diff equation on python! Thank you
It is a long time, welcome again on UA-cam
Thank you very much.
Awesome video!
Fantastic, thank you!
Dear sir , I wanna implement these methods for different step size at a time. Please help me , How to do this??
Thanks for the video, very helpful
Thanks for the video sir 👍
could you make a video on solving heat equation using method of lines in matlab?
Thank you!
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
You're welcome. Thanks. Maybe in near future. Also please check out the YPEA toolbox: yarpiz.com/477/ypea-yarpiz-evolutionary-algorithms.
NPTEL IIT Guwahati youtube channel has an implementation of Artificial Bee Colony algorithm.
Great !
You really don't want to implement Runge-Kutta in either Python or Matlab, because you can't vectorize it.