Skip to content
/ Laplace.jl Public template

Numerical inversion of the Laplace Transform

License

Notifications You must be signed in to change notification settings

heltonmc/Laplace.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Numerical inversion of the Laplace Transform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages