The most matlab/scipy way to provide an ode's dydt function is as a python function. The symbolic interface will be a hindrance for users familiar with this interface, as there's no syntax/error checking in the string form. We can get the source using inspect.getsource() as per this post
The most matlab/scipy way to provide an ode's dydt function is as a python function. The symbolic interface will be a hindrance for users familiar with this interface, as there's no syntax/error checking in the string form. We can get the source using inspect.getsource() as per this post