s = var("s")
t = var("t")
f = 2*t+6             #defining the function in therms of the given variable t
F = f.laplace(t,s)    #gives the laplace of the function
show(F)

SageDays/Kreyszig-5.1-1 (last edited 2010-08-11 12:28:54 by rachitjha)