Learn R Programming

invLT (version 0.2.1)

Inversion of Laplace-Transformed Functions

Description

Provides two functions for the numerical inversion of Laplace-Transformed functions, returning the value of the standard (time) domain function at a specified value. The first algorithm is the first optimum contour algorithm described by Evans and Chung (2000)[1]. The second algorithm uses the Bromwich contour as per the definition of the inverse Laplace Transform. The latter is unstable for numerical inversion and mainly included for comparison or interest. There are also some additional functions provided for utility, including plotting and some simple Laplace Transform examples, for which there are known analytical solutions. Polar-cartesian conversion functions are included in this package and are used by the inversion functions. [1] Evans & Chung, 2000: Laplace transform inversions using optimal contours in the complex plane; International Journal of Computer Mathematics v73 pp531-543.

Copy Link

Version

Install

install.packages('invLT')

Monthly Downloads

13

Version

0.2.1

License

MIT + file LICENSE

Maintainer

Christopher Barry

Last Published

September 3rd, 2015

Functions in invLT (0.2.1)

x.rphi

Polar to Cartesian
L.t

Laplace Transforms
opC.r

Optimum Contour
ivLT.plot

Plot Laplace Transform inversion
r.xy

Cartesian to Polar
BrC.r

Bromwich Contour
iv.opC

Inverse Laplace Transform