s = var("s")
t = var("t")
f = exp(t) * cosh(3*t)
F = f.laplace(t,s)
show(F)
plot (F)