test_laplace


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

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license.

Languages:

test_laplace is available in a Fortran77 version.

Related Data and Programs:

test_laplace_test

Source Code:


Last revised on 09 December 2023.