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
Post a Comment