s = var("s")
t = var("t")
f = 4/(s^2 - 2*s - 3)             #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-38 (last edited 2010-08-12 12:50:16 by rachitjha)