Ordinary Differential Equations - SymPy Tutorial 10

Поділитися
Вставка
  • Опубліковано 21 лип 2024
  • This is the tenth video in a new series on SymPy - Symbolic Computations in Python. In this video, we will show you how to solve ordinary differential equations (ODE's) in Python with SymPy.
    ▬▬▬▬▬▬ 😎 Our Full Courses 😎 ▬▬▬▬▬▬
    📖 Machine Learning in Python with Scikit-Learn 📖
    👉🏼www.udemy.com/course/master-m...
    📖 Scientific Computing with NumPy 📖
    👉🏼www.udemy.com/course/scientif...
    📖 Academic Typesetting with LaTeX 📖
    👉🏼www.udemy.com/course/masterin...
    ▬▬▬▬▬▬ 📙 Resources About SymPy 📙 ▬▬▬▬▬▬
    ► The Full Documentation for SymPy:
    👉🏼 www.scipy.org/
    ► Calculus Tutorial for SymPy:
    👉🏼 docs.sympy.org/latest/tutoria...
    ▬▬▬▬▬▬ ⏰ Timestamps ⏰ ▬▬▬▬▬▬
    00:00 - Introduction
    00:39 - Goal
    01:17 - Create an ODE
    04:20 - Solving the ODE
    08:50 - Giving Initial Conditions
    ▬▬▬▬▬▬ ❤️ Want to Support Us? ❤️ ▬▬▬▬▬▬
    ► Subscribe to our UA-cam Channel
    👉🏼 / @tmquest
    ► Check out our courses on Udemy
    👉🏼 www.udemy.com/user/tm-quest/
    ► Check out our courses on Skillshare
    👉🏼 www.skillshare.com/r/user/tmq...

КОМЕНТАРІ • 20

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

    Great video: succinct and clear. Thank you!

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

      You're welcome! Thanks for the nice comment :)

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

    Very clear explanation, thank you! It's kind of interesting why the conditions are referred to as initial when they are obviously boundary (the first one is Dirichlet BC and the second one - Neumann BC).

    • @TMQuest
      @TMQuest  2 роки тому +2

      Thanks for the feedback. I typically refer to Dirichlet & Neumann boundary conditions when one has a fixed domain where one considers the differential equation. When the DE is posed on the full real line, then I typically use the terminology initial conditions :)

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

    Very Clear Explanation, thanks a ton.

  • @AJ-et3vf
    @AJ-et3vf 2 роки тому

    Awesome video! Thank you so much!

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

    幫助很大,期中報告就靠這部了。

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

    Thank you for preparing such useful tutorial for us

  • @kennedymwavu
    @kennedymwavu 9 місяців тому +1

    This is the definition of precise and concise!

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

    Very nice video, congrats! And thanks for the explanation.

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

    thank you so much :D

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

    Awesome

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

    7.54 The free symbols are not always in the same order. Is there a way to prevent this?

  • @charliepullen1463
    @charliepullen1463 7 місяців тому +1

    Thanks for the video! why did you set the constants to 0 and 1 how can you know what they are?

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

      Hi! With C1 and C2 we have a general family of solutions, with one solution for each choice of values for C1 and C2. We set C1=0 and C2=1 just to illustrate one choice of values. Without additional initial conditions on the ODE, all the solutions in the parametrized family (C1 and C2) are equally good. Hope this helps :)

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

    Wow