let s be a symbol and

x = Function('x')(s)

f = Function('f')(x)

Then let F be an expression containing f (UndefinedFuction) and defined functions.

You want to calculate diff(F,s), but you do not want to evaluate diff(f,s). You do want to evaluate the derivatives of all the defined functions. In general you will not know the names
of the UndefinedFuction(s) in F.

What is a good way of evaluating the derivative of F with respect to s under this constraint.

--
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/53669E46.6080800%40verizon.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to