Solving ODEs using Python Scipy

preview_player
Показать описание
Solving basic ODEs (Rate Equations) using Python and Scipy's odeint.
Рекомендации по теме
Комментарии
Автор

I can't get enough of your videos, keep up the good work.

mokus
Автор

Excellent explanation. Thank you. It would be great if you could kindly do one on PDE with Scipy.

mostafaahmadi
Автор

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?

homazeinali
Автор

Hello
please can you help me to solve this :
x(2x+1)y '' +2(x+1)y' -2y =0
y'(1)= 0
y(3)-y'(3) = 31/9
y(x) = x+1+1/x
this all question please if you can help me ?

husseinalsajer