Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3928 by [email protected]: Disable diff_wrt on non-undefined
Functions
http://code.google.com/p/sympy/issues/detail?id=3928
We currently have
In [6]: diff(cos(x), sin(x))
Out[6]: 0
But this confuses people, especially things like
In [7]: diff(x, re(x))
Out[7]: 0
In [8]: diff(x, conjugate(x))
Out[8]: 0
We should disable diff_wrt except on undefined functions, like
Function('f'), and their derivatives.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues.
For more options, visit https://groups.google.com/groups/opt_out.