Ordinary Differential Equations - SymPy Tutorial 10

preview_player
Показать описание
In this series, we will show you the basics of SymPy for symbolic calculations.

▬▬▬▬▬▬ 📙 Resources About SymPy 📙 ▬▬▬▬▬▬
► The Full Documentation for SymPy:

► Calculus Tutorial for SymPy:

▬▬▬▬▬▬ ⏰ 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 YouTube Channel
Рекомендации по теме
Комментарии
Автор

Great video: succinct and clear. Thank you!

rajanalexander
Автор

This is the definition of precise and concise!

kennedymwavu
Автор

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).

blackguardian
Автор

Very Clear Explanation, thanks a ton.

profarvind
Автор

Thank you for preparing such useful tutorial for us

direndeniz
Автор

Thanx a lot for sharing this information. well prepared video and great playlist.

pool
Автор

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

winckler
Автор

Thank you for this excellent video.
Unfortunately, I get an error in both of these alternative lines:
exp.subs(C1, 0).subs(C2, 1)
exp.subs({C1: 0, C2: 1})
On a repeated run I get a different result each time: C1+1/16, C1+zoo, 1/16 ....
After about 5 times I get the correct result.
The rest works fine.

ernstsauer
Автор

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

charliepullen
Автор

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

feudiable