answered 9 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)