Updates:
        Status: Accepted
        Labels: -Type-Defect Type-Enhancement EasyToFix Solvers

Comment #1 on issue 2238 by asmeurer: Autodetection of dependent variable in dsolve, checkodesol and other high level function in ODE module
http://code.google.com/p/sympy/issues/detail?id=2238

This should be easy to do. Just make func a keyword argument with default value None (or 'auto'), and when no function is given, introspect. There should be a new internal function in ode.py that tries to find it (unless it's a one-liner). If there is more than one possible function that the expressions is a differential equation in, then it should raise ValueError.

By the way, don't forget when matching that you can have something like Derivative(x + f(x)).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to