laplace.spad line 253 [edit on github]
This package computes the inverse Laplace Transform.
inverseLaplace(f, s, t)
returns the Inverse Laplace transform of f(s)
using t
as the new variable or "failed" if unable to find a closed form. Handles only rational f(s)
.