I need to calculate the Laplace transform. For that I used the following code:
from sympy.abc import x, s
from sympy import Symbol, exp, cos , sin , Heaviside, integrate, limit, oo
x=Symbol("x")
s=Symbol ("s")
f=raw_input(" write any function...
asked by
05.06.2017 / 10:07