Posted on Oct 28, 2013 by
Grumpy Panda
t = symbols('t', real=True, positive=True) w = symbols('w', real=True) s = symbols('s') y = Function('y') laplace_transform(diff(y(t), t, 2), t, s).doit()
Does not calculate transform and return: LaplaceTransform(Derivative(y(t), t, t), t, s)
Comment #1
Posted on Mar 5, 2014 by Happy ElephantWe have moved issues to GitHub https://github.com/sympy/sympy/issues.
Comment #2
Posted on Apr 6, 2014 by Happy RabbitMigrated to http://github.com/sympy/sympy/issues/7176
Status: New
Labels:
Type-Defect
Priority-Medium
Restrict-AddIssueComment-Commit