0
How can I solve an ODE using python?
3 Respostas
0
ODE?
0
ODE means Ordinary Differential Equation
0
Depends on how you want to solve it: symbolically, or numerically. If you want to do it numerically, try an Euler method (the backwards one for increased precision), or a more specialised one for your field of study