InverseLaplaceTransform(R, F)

laplace.spad line 253 [edit on github]

This package computes the inverse Laplace Transform.

inverseLaplace: (F, Symbol, Symbol) -> Union(F, failed)

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).