Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
s = var("s")
t = var("t")
f = 5*s/(s^2-25) #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
