--
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+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/e06c4c35-a779-40af-ad1d-7743e95e2db5%40googlegroups.com.
SymPy already supports taking derivatives with respect to functions symbolically, like F(f(x), x).diff(f(x)). Is this different from what you are looking for?
In [1]: f(x).diff(f(y))
Out[1]: 0