s = var("s")
t = var("t")
f = 5*s/(s^2-25)             #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-18 (last edited 2010-08-11 13:32:32 by rachitjha)