Updates:
Status: Fixed
Comment #1 on issue 1322 by [email protected]: f(x**2).diff(x).diff(x)
should get simplified more
http://code.google.com/p/sympy/issues/detail?id=1322
In [9]: f(x**2).diff(x).diff(x)
Out[9]:
⎛ 2 ⎞│
2 ⎜ d ⎟│ ⎛ d ⎞│
4⋅x ⋅⎜────(f(ξ₁))⎟│ + 2⋅⎜───(f(ξ₁))⎟│ 2
⎜ 2 ⎟│ 2 ⎝dξ₁ ⎠│ξ₁=x
⎝dξ₁ ⎠│ξ₁=x
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.