Vincent - you have real talent. You explained a tremendous amount of technical content in just 10min. Very well done and very helpful. Thank you so much for creating this content.
Concise and useful; thank you! I would just comment/say that we're assigning each _vector element_ to a _variable_ @ 3:03. The ODEs themselves are represented by the dXdt assignments.
Hello mate, I was searching R_2_score and found your channel. I saw your multi disciplinary videos and I am amazed by your content. You have mastery over alot of fields and have the gift of teaching. Subscribed instantly, hope you will gain the recognition you deserve.
Professor how would I solve this system of first order edos numerically by plotting the graph for the different values of (n). the derivatives are in relation to ha (r). a'/r = -e^2*v^2*(g^2 - 1) g' = - a*g/r given the boundary conditions a(0) = n a(inf)=0 g(0) = 0 g(inf)=1 o (n) varies from 1 to 8. where (e)=0.5 and (v)=1 are constant. please give a helping hand there, I looked for and did not find any problems like this on the python website. I'm from Brazil.
Vincent you have explained the code nicely within a short span of time. If the above system contains some arbitrary parameters, then please explain how to deal with it by the help of continuation method? Waiting for your reply.
Hi Vincent, thank you for such a nice video, it's extremely useful. I was wondering if you can make a video to calculate the Lyapunov exponents of coupled nonlinear ODEs. Thank you
guys I tried to copy his code word for word and run the code, but I got nothing. Can someone give me advice on what should I do. Btw im using pydroid 3
Hi Vincent, thank you for this video. I have a follow up question :) What if I have (in one of the equations) a parameter (instead of a constant) that is linked to a algebraic equation that itself is also dependend on this parameter. Can some one help me? Thanks!!
Hi Vincent. This was an amazing demo of using python's IVP solver. For a school project I was wondering if you could make a video showing how to use python to solve BVPs with a combination of Neumann and Dirichlet boundary conditions.
First thank you for this simple well explained video,i'm actually working on the same model dynamics, i am wondering if you can help me for example to see the evolution of just one variable with respect to a changing parameter, i tried to use a loops, but i can't get to the results I'm expecting! TIA for any help.
Vincent - you have real talent. You explained a tremendous amount of technical content in just 10min. Very well done and very helpful. Thank you so much for creating this content.
Thank you for your kind words, I appreciate it!
Thank you so much, I am currently working on a paper of population dynamics, and your video literally saved me a ton of time!
hey, just checking up on you
Concise and useful; thank you!
I would just comment/say that we're assigning each _vector element_ to a _variable_ @ 3:03. The ODEs themselves are represented by the dXdt assignments.
Hello mate, I was searching R_2_score and found your channel. I saw your multi disciplinary videos and I am amazed by your content. You have mastery over alot of fields and have the gift of teaching. Subscribed instantly, hope you will gain the recognition you deserve.
This was so helpful. Straightforward, straight to the point, and really easy to understand. Thank you Vincent!!
Fantastic explanation, this helped me a ton with my numerical analysis homework. Straight to the point and clear!
Thank you so much. Better than my professor by a mile!
JUST EXCELLENTLY EXPLAINED. EXCELLENT, EXCELLENT, EXCELLENT. I’m immediately subscribing bruh.
Thank you, Vicent! I was with difficult on working with more than one initial conditions and this video is really helpful.
That's a very good solution in a small time frame! Great job!
Hi, this was so useful. Would like to see more such videos on solving kinetic model using Python
This video saved my life, thanks boss!!
Thank you for this video, it was extremely well explained. It was incredibly useful to me.
Great video, great voice, really helpful
Thanks a lot. You got me started with this very quickly.
Professor how would I solve this system of first order edos numerically by plotting the graph for the different values of (n). the derivatives are in relation to ha (r).
a'/r = -e^2*v^2*(g^2 - 1)
g' = - a*g/r
given the boundary conditions
a(0) = n a(inf)=0
g(0) = 0 g(inf)=1
o (n) varies from 1 to 8.
where (e)=0.5 and (v)=1 are constant. please give a helping hand there, I looked for and did not find any problems like this on the python website.
I'm from Brazil.
Perfect explanation thank very much.
Nice, thank you so much 🙂
Very helpful , mate , cheers !!
Awesome! thank you. you saved me a big time.
Wonderful video!
Vincent you have explained the code nicely within a short span of time. If the above system contains some arbitrary parameters, then please explain how to deal with it by the help of continuation method? Waiting for your reply.
Great vid, very helpful, thank you
This is helpful. Thank you.
Very good,Thanks
Hi Vincent, thank you for such a nice video, it's extremely useful. I was wondering if you can make a video to calculate the Lyapunov exponents of coupled nonlinear ODEs.
Thank you
guys I tried to copy his code word for word and run the code, but I got nothing. Can someone give me advice on what should I do. Btw im using pydroid 3
what if they are coupled odes but with parameters that im asked to define with runge kutta 4th order
this is very nice and helpful thanks a lot :))
Thank you so much dude.
Thanks, very helpful
What if there’s an error saying list object not callable?
I would double check to make sure when you create the class object, you have the () in place before calling the object after.
Hi Vincent, thank you for this video. I have a follow up question :) What if I have (in one of the equations) a parameter (instead of a constant) that is linked to a algebraic equation that itself is also dependend on this parameter. Can some one help me? Thanks!!
Hi sir. What if there was a second order derivative in the first equation (d^2A/dt^2)? What modification would be needed in the code?
Kinda late, but you would need to do a substitution to make two first order edos instead of one of second order. Like: u=dA/dt & du/dt=d2A/dt2.
Hi Vincent. This was an amazing demo of using python's IVP solver. For a school project I was wondering if you could make a video showing how to use python to solve BVPs with a combination of Neumann and Dirichlet boundary conditions.
Amazing!
Thank you so much!!!
First thank you for this simple well explained video,i'm actually working on the same model dynamics, i am wondering if you can help me for example to see the evolution of just one variable with respect to a changing parameter, i tried to use a loops, but i can't get to the results I'm expecting! TIA for any help.
thank you sir
Thank you so much
thanks, you awesome
Thanks :D
p = odeint(odes,r0,θ0,ϕ0,x0,z0,t)
NameError: name 'r0' is not defined
thank you! really helpful