test_laplace, a Fortran77 code which returns examples of a forward function f(t) and its corresponding Laplace transform L(f,z).
For a given function f(t), the Laplace transform L(f,z) can be defined by
L(f,z) = Integral (0 to infinity) f(t) * exp(-z*t) dt
The computer code and data files described and made available on this web page are distributed under the MIT license.
test_laplace is available in a Fortran77 version.