sunode
sunode copied to clipboard
Solve ODEs fast, with support for PyMC
Previously the tests were building a conda package, instead we should just install it using pip
Excuse me, I want to solve a single DOF oscillator with a nonlinear spring, whose nonlinear stiffness is modelled as Piecewise Function. How I define ODE? I try use sympy.Piecewise....
Very simple question - can I use a non symbolic version of the rhs function and if so, how? Specifically, a case of ode(t ,y, p) where t, y and...