s = var("s")
t = var("t")
f = 1/((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)

* <Arnab Basu>, <Student>, <IIT Roorkee>

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

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

SageDays/Kreyszig-5.1-35 (last edited 2010-08-12 12:45:19 by rachitjha)