s = var("s")
t = var("t")
f = sin(2 * t)*cos(t)
F = f.laplace(t,s)
show(F)