How can I solve an ODE using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I solve an ODE using python?

9th Jul 2018, 11:25 AM
Yvens Pereira
Yvens Pereira - avatar
3 Answers
0
ODE?
9th Jul 2018, 4:51 PM
I Am Arthur
I Am Arthur - avatar
0
ODE means Ordinary Differential Equation
9th Jul 2018, 5:09 PM
Yvens Pereira
Yvens Pereira - avatar
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
10th Jul 2018, 9:54 AM
Amaras A
Amaras A - avatar