Comment #5 on issue 2238 by [email protected]: 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
In:dsolve(Derivative(f(x)+x,x),func=f(x))
ValueError: x + f(x) is not a differential equation in f(x)
In:dsolve(Derivative(f(x)+x),func=f(x))
ValueError: x + f(x) is not a differential equation in f(x)
In:dsolve(Derivative(f(x)+x,x),func=f(x)+x)
ValueError: dsolve() and classify_ode() only work with functions of one
variable
In:dsolve(Derivative(f(x)+x),func=f(x)+x)
ValueError: dsolve() and classify_ode() only work with functions of one
variable
--
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.