Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.03 KB

Laplace.jl

Numerical procedures to perform inverse Laplace transforms

Stable Dev Build Status Coverage

Overview

Numerical implementations to numerically invert the Laplace transform

$$ \mathscr{L}^{-1} \{ \bar{f}(s) \} = f(t) = \frac{1}{2 \pi i} {\int_{\sigma - i \infty}^{\sigma + i \infty} \bar{f}(s) e^{st} \, ds} $$

Current algorithms

Real arguments

  • Gaver-Stehfest method

Complex arguments

  • Bromwich contour integration
    • Hyperbola
    • Fixed hyperbola (inversion at many time points)
    • Improved talbot