Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
s = var("s")
t = var("t")
f = (0.1*s+0.9)/(s^2+3.24 ) #defining the function in therms of the given variable t
F = inverse_laplace(f,s,t) #gives the laplace of the function
show(F)
Solution by:
- Rachit Jha, Student, IIT Roorkee
- Arnab Basu, Student, IIT Roorkee
- Saurabh Agrawal, Student, IIT Roorkee
