s = var("s")
t = var("t")
f = 3/(s^2 +6*s + 18)             #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-37 (last edited 2010-08-12 12:49:06 by rachitjha)