Solving Partial Differential Equations in Python

Поділитися
Вставка
  • Опубліковано 5 лют 2025
  • In this video, we learn how to solve Partial Differential Equations (PDEs) in Python using SymPy.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord

КОМЕНТАРІ • 12

  • @Thezb
    @Thezb 6 місяців тому +4

    bruh... I've been looking for something like this for a while now ty so much king. would really appreciate if you did more math related programming tutorials in the future.

  • @yanco6
    @yanco6 6 місяців тому +2

    You can x=np.linespace y=np.linespace and t=np.linespace and solve for u(x,y,t) and plot it in 3d
    or
    set initial condition u(x,y,0) for t=0 and use "Central differences method" for loop over time and plot it in 3d

  • @rubanruban9843
    @rubanruban9843 6 місяців тому +2

    Sir you give me more interesting ideas in python so give more like this videos sir

  • @GuillermoGarcia75
    @GuillermoGarcia75 6 місяців тому +1

    thank you again ... doing (as always) the awesome dance.

  • @dipeshsamrawat7957
    @dipeshsamrawat7957 6 місяців тому

    Thank you 😊

  • @blacksundarkskies
    @blacksundarkskies 6 місяців тому +1

    hey dude what you think about learning js after knowing some python ?

    • @NeuralNine
      @NeuralNine  6 місяців тому +2

      Languages are just tools. If you want to go into web development learning JS is a must. But don't focus too much on languages. Learn concepts.

  • @acosta_rigo
    @acosta_rigo 6 місяців тому +1

    Thanks for the excellent video. Sorry if I quote the video from another channel (ua-cam.com/video/1yBPEPhq54M/v-deo.html), but here you can find several tricks with sympy to solve the equation.

  • @lordlazerface5704
    @lordlazerface5704 6 місяців тому +4

    I realllly could have used this last semester ;-;

  • @Dragonforge-Studios
    @Dragonforge-Studios 6 місяців тому +1

    Sadly I wasnt taught PDEs in software engineering in university but they still taught ODEs

    • @asiamies9153
      @asiamies9153 4 місяці тому +1

      You can learn that yourself. There aren't many programmers who even need odes

  • @philtoa334
    @philtoa334 6 місяців тому

    Thx_.