Assalamu Alaikum Sir, I need the code of the backward Euler method with absolute and relative error. I saw the playlist but was not found, can you provide it. Thanks
I'd like to thank you for sharing your expertise on UA-cam; would it be feasible to design a Matlab code for the Modified fractional Euler method and Adams-Bashforth-Moulton Method -fractional Differential Equations? I will appreciate and be grateful for this donation.
Really great video u have done thanku very much.......for 2nd order non homogeneous differential equations have u developed any MATLAB code, pls let me know....it's really helpful for me.....Thanks in advance
Glad it helped and I haven't tried to develop the code you are interested in. But try to break the 2nd order ODE into two first order ODEs and then solve it using this euler method's code or any other Numerical scheme.
Since you have data in both t and y vector so if you want to draw graph of solution y with respect to time t then you can simply use plot command after the loop ends.
May God reward you for all your efforts and all the valuable information that you provide us smoothly .
Ameen
This video is saving my grade for this term. Thank you for putting this out here for all to see :)
Behtareen Sir G ❤️❤️❤️😍
Thank you sir.(Love from Bangladesh)
Great work
Thanks u alot. I really needed the codes🌹🌹🌹🌹🌹🌹
Thanks sir❤
Kya jabardast hai sir
can you do steffensen's method for finding the roots without using function? please!!
thank you sir im from india
Thank you so much
Assalamu Alaikum Sir, I need the code of the backward Euler method with absolute and relative error. I saw the playlist but was not found, can you provide it. Thanks
W salam. I haven't tried it yet. I hope you could find something on internet. Best wishes
This is very nice, thank you. But how do I add a plot to this solution?
You will be having t and y vector at the end of the code. Just write plot(t,y)
I'd like to thank you for sharing your expertise on UA-cam; would it be feasible to design a Matlab code for the Modified fractional Euler method and Adams-Bashforth-Moulton Method -fractional Differential Equations? I will appreciate and be grateful for this donation.
Everything is possible if you give proper time. I will look into this code.
Great.. Kya ap Bata sakty hain k ye backward Hai ya forward Euler method? Mujhe in dono ki smjh nahi a rahi.. Kindly guide krden
It is forward since we are moving forward in time. We are putting values at previous time step n and getting values at next time step n+1.
@@ATTIQIQBAL thanks
Why does it appear to me that the function is undefined or variable '1'
Check the syntax of code clearly. if you didn't get it then email me the snapshot of the code and error.
@@ATTIQIQBAL Can you give me your email
attiqforstudents@gmail.com
@@ATTIQIQBAL The website cannot be reached .
Really great video u have done thanku very much.......for 2nd order non homogeneous differential equations have u developed any MATLAB code, pls let me know....it's really helpful for me.....Thanks in advance
Glad it helped and I haven't tried to develop the code you are interested in. But try to break the 2nd order ODE into two first order ODEs and then solve it using this euler method's code or any other Numerical scheme.
@@ATTIQIQBAL thanku for your reply sir....I would like to contact with u sir...can I get your contact pls
Write me email at attiqforstudents@gmail.com
@@ATTIQIQBAL thanku soo much sir
Sir wo video ka link dy dain
Do it by Milne's method sir
how to plot y and z against t ?
First generate t vector in command window using
t = t0:h:tn
Then use the command
plot(t,y,t,z)
@@ATTIQIQBAL Hello Sir Attiq. It isn't working for me. Can I email you my code for you to take a look at it ?
Yes email at attiqforstudents@gmail.com
It gives a error in the "for" line 8
Share the screenshot of code and error at attiqforstudents@gmail.com
What about drawing the graphs of these functions?
Since you have data in both t and y vector so if you want to draw graph of solution y with respect to time t then you can simply use plot command after the loop ends.
Method euler explicit and implicit help me please 😢
This is explicit since everything on the right hand side is known from previous iteration or initial condition for 1st iteration.
SIR, IS IT POSSIBLE TO SOLVE COUPLED 2nd ODE BY MODIFIED EULERS METHOD? IF IT IS PLS DO VIDEO ON THAT.......THANKS IN ADVANCE
Yes it is possible. I will try to do video on that soon.
100/100 👌