s = var("s")
t = var("t")
f = 2/(s^2 + s + 1/2)             #defining the function in terms of the given variable s
F = inverse_laplace(f,s,t)    #gives the inverse laplace of the function in terms of variable t
show(F)

* <Saurabh Agrawal>, <Student>, <IIT Roorkee>

* <Rachit Jha>, <Student>, <IIT Roorkee>

SageDays/Kreyszig-5.1-40 (last edited 2010-08-12 12:55:55 by rachitjha)