Status: Accepted
Owner: [email protected]
Labels: Type-Enhancement Priority-Medium
New issue 2714 by [email protected]: Use derivative rules in
transforms code
http://code.google.com/p/sympy/issues/detail?id=2714
for example, laplace_transform(f(t).diff(t), t, x) should give
LaplaceTransform(f(t), t, x) - f(0)
This should actually be fairly easy: there is a "TODO" comment in
integrals/transforms/transforms.py function IntegralTransform.doit where
calls to methods that are overridden in the derived classes can be inserted.
--
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.