Updates:
        Labels: NeedsReview

Comment #28 on issue 1620 by renato.c...@gmail.com: Allow derivatives of unknown functions evaluated at a point
http://code.google.com/p/sympy/issues/detail?id=1620

I created the pull request:

https://github.com/sympy/sympy/pull/360

The only things still bugging me about this are pretty printing (low priority) and this:

Subs(f(x), x, 0) + Subs(f(x), x, 0)
Subs(f(_x), Tuple(_x), Tuple(0)) + Subs(f(_x), Tuple(_x), Tuple(0))
[not 2*Subs(f(_x), Tuple(_x), Tuple(0))]

I don't know how to get around this. BTW, Lambda also acts this way.

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

Reply via email to