0
Hey.How to solve a differential equation of type ( x'= -ax) in Python ?
2 Réponses
+ 3
Most likely, scipy or pydstool will be able to help you. Check this thread for more info.
https://stackoverflow.com/questions/5847201/differential-equations-in-JUMP_LINK__&&__python__&&__JUMP_LINK
+ 1
Thank you