Differential Equations in Python -


i'm working de system, , wanted know commonly used python library solve differential equations if any.

my equations non linear first order equations.

if need solve large nonlinear systems (especially stiff ones), scipy tools slow , awkward. pydstool package quite commonly used in situation. lets equations automatically converted c code , integrates them solvers. it's if want define state-defined events such threshold crossings, add external input signals arrays, or have other analyses done (such bifurcation analysis, package includes interface auto).


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -