Hi, what about putting a dispatcher into solve to redirect to dsolve in 
case it detects the system contains a differential equation?

I mean something like this:

> >>> f = Function('f')

>>> solve(f(x).diff(x) - f(x), f(x)) # solve as a non-differential equation

[f(x)] 

>>> solve(f(x).diff(x) - f(x), f) # when only "f" without round braces, 
> dispatch it as differential equation.

[A * exp(x)]

 

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to