First time here? Check out the FAQ!
answered 2016-04-20 21:21:46 +0100
Sympy can do that one as follows:
sage: import sympy sage: hs=H._sympy_() sage: sympy.laplace_transform(hs,t,s) (1/s, 0, True)