How to Solve Coupled Differential Equations ODEs in Python

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 51

  • @IKMCDANIEL
    @IKMCDANIEL 2 роки тому +5

    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.

  • @william6621
    @william6621 Місяць тому

    I didn't know odeint existed, that is SO convenient. Thanks for telling me about this. Love the video, it tells me exactly what to do to solve this type of problem in 10 minutes

  • @ospectrum
    @ospectrum 3 роки тому +4

    Thank you so much, I am currently working on a paper of population dynamics, and your video literally saved me a ton of time!

    • @4amoats
      @4amoats 2 роки тому

      hey, just checking up on you

  • @dotpio8246
    @dotpio8246 2 роки тому +1

    This was so helpful. Straightforward, straight to the point, and really easy to understand. Thank you Vincent!!

  • @chasefoxen
    @chasefoxen 11 місяців тому

    Fantastic explanation, this helped me a ton with my numerical analysis homework. Straight to the point and clear!

  • @ammarshahzad9627
    @ammarshahzad9627 2 роки тому +1

    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.

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

    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.

  • @Pineappl-The-Only
    @Pineappl-The-Only Рік тому

    Thank you so much. Better than my professor by a mile!

  • @edholanda5897
    @edholanda5897 3 роки тому +3

    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.

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

    Thank you, Vicent! I was with difficult on working with more than one initial conditions and this video is really helpful.

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

    That's a very good solution in a small time frame! Great job!

  • @matts2565
    @matts2565 11 місяців тому

    This video saved my life, thanks boss!!

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

    JUST EXCELLENTLY EXPLAINED. EXCELLENT, EXCELLENT, EXCELLENT. I’m immediately subscribing bruh.

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

    Hi, this was so useful. Would like to see more such videos on solving kinetic model using Python

  • @AF-ge4pe
    @AF-ge4pe 2 роки тому

    what if they are coupled odes but with parameters that im asked to define with runge kutta 4th order

  • @hasatamashi
    @hasatamashi 3 роки тому +1

    Great video, great voice, really helpful

  • @AtreyaSrivallabhVedantamee22b0

    Thank you for this video, it was extremely well explained. It was incredibly useful to me.

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

    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.

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

    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

  • @bryanlay5215
    @bryanlay5215 3 роки тому +1

    What if there’s an error saying list object not callable?

    • @VincentStevenson
      @VincentStevenson  3 роки тому +1

      I would double check to make sure when you create the class object, you have the () in place before calling the object after.

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

    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?

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

      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.

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

    Thanks a lot. You got me started with this very quickly.

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

    Very helpful , mate , cheers !!

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

    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!!

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

    Wonderful video!

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

    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

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

    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.

  • @trumpetjonny5783
    @trumpetjonny5783 7 місяців тому

    Nice, thank you so much 🙂

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

    Awesome! thank you. you saved me a big time.

  • @fannumber122
    @fannumber122 3 роки тому +1

    Perfect explanation thank very much.

  • @omurwaAfrica
    @omurwaAfrica 3 роки тому +1

    This is helpful. Thank you.

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

    Great vid, very helpful, thank you

  • @h.a.3030
    @h.a.3030 3 роки тому

    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.

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

    Very good,Thanks

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

    Amazing!

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

    this is very nice and helpful thanks a lot :))

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

    Thank you so much dude.

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

    Thanks, very helpful

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

    Thank you so much!!!

  • @jowadulkader9006
    @jowadulkader9006 3 роки тому +1

    thank you sir

  • @ponho9715
    @ponho9715 3 роки тому +2

    Thanks :D

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

    Thank you so much

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

    thanks, you awesome

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

    p = odeint(odes,r0,θ0,ϕ0,x0,z0,t)
    NameError: name 'r0' is not defined

  • @Novoselova.Polina
    @Novoselova.Polina Рік тому

    thank you! really helpful