s = var("s")
t = var("t")
a = var("a")
b = var("b")
c = var("c")
f = a+b*t+c*(t^2)
F = f.laplace(t,s)
show(F)