s = var("s")
t = var("t")
f = 2.4/(s^4)-228/(s^6)             #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-21 (last edited 2010-08-11 13:35:52 by rachitjha)