First time here? Check out the FAQ!
answered 8 years ago
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)