s = var("s")
t = var("t")
f = (-s-10)/(s^2-s-2)             #defining the function in therms of the given variable t
F = inverse_laplace(f,s,t)    #gives the laplace of the function
show(F)

SageDays/Kreyszig-5.1-19 (last edited 2010-08-11 13:33:38 by rachitjha)