Using scipy integrate solve ivp

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

КОМЕНТАРІ • 21

  • @williamhan2064
    @williamhan2064 2 роки тому +4

    Love your teaching style. A pleasant learning experience.

  • @chrislauber
    @chrislauber Рік тому +2

    Excellent video, I'm a comp sci undergrad now in grad school for Space Systems Engineering and this kind of learning module is amazing for someone trying to break the Aerospace addition to Matlab. Thanks for making this!!

  • @waltermurray5827
    @waltermurray5827 4 роки тому +4

    I like your style. I am not a student but I do teach. I also do not know Python and since I know several languages Python to me is often non-intuitive so I need to watch illustrations, and your is very good.

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

    Thank you so much, this clarified it greatly!

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

    This is an awesome video, thanks for the great explanation!!!! :)

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

    Great explanation! Thank you

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

    Thanks for posting the video. It was very helpful.

  • @parthasarathisubramanian2539
    @parthasarathisubramanian2539 4 роки тому +4

    Awesome explanation. Thank you! Is is possible to get the values of t, x, and y in the csv file. What is the command for that

  • @sidygueye2913
    @sidygueye2913 Рік тому +1

    you saved my life

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

    thanks man, helped a ton!

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

    Thanks Nero, very clear

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

    Excellent! Thanks!

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

    Awesome. How could I solve d^2y/dx^2=y(x)/1+y(x) with boundary conditions y'(0)=0 and y(a)=1 in which a is a parameter?

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

    How you show that text where the inputs of a function appear ?

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

    Saved my bacon, thank you!

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

    TE AMO

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

    what if i have 4 first order diff eqs. is there a way to solve for all four at once?

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

      Sure. You just write a function f(t, r) that unpacks four elements from r, and returns four derivatives.

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

    What does r represent in the function? thanks

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

    perfect, thanks!