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
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.
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
Sir you give me more interesting ideas in python so give more like this videos sir
thank you again ... doing (as always) the awesome dance.
Thank you 😊
hey dude what you think about learning js after knowing some python ?
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.
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.
I realllly could have used this last semester ;-;
Sadly I wasnt taught PDEs in software engineering in university but they still taught ODEs
You can learn that yourself. There aren't many programmers who even need odes
Thx_.