Comment #2 on issue 2436 by [email protected]: eval(str(Derivative()))
http://code.google.com/p/sympy/issues/detail?id=2436

No, I think that won't do it. D() from your idea in issue 1620 is an operator that receives a function (or Lambda) and positional (integer) args with respect to which it should take the derivative.

So Derivative(f(x), x) is D(f, 1)(x), and D(f(x), x) should raise, because f(x) is an expression, not a function, and x is not an integer.

--
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