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?
Aaron Meurer On Wed, Jan 7, 2015 at 3:40 PM, Francesco Bonazzi <[email protected]> wrote: > Otherwise try to use multiple dispatch: > > http://multiple-dispatch.readthedocs.org/en/latest/ > > That is, you dispatch on the expression type of *F* by defining your > function many times. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/sympy/e06c4c35-a779-40af-ad1d-7743e95e2db5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAKgW%3D6LGALCUexTTinQR2%2B2kYtaFWz6ap%3DA%2Bb1_nm%2B-z6vnELg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
