inttrans
invlaplace
inverse Laplace transform
Calling Sequence
Parameters
Description
Examples
Compatibility
invlaplace(expr, s, t)
expr
-
expression, equation, or set of expressions and/or equations to be transformed
s
variable expr is transformed with respect to s
t
variable in transformed expression
opt
option to run this under (optional)
The function invlaplace computes the inverse Laplace transform of expr with respect to s.
Expressions which are sums of rational functions of polynomials can be transformed. Some expressions which involve exponentials, trigonometric, Bessel functions, ln, hypergeometric, gamma, Kelvin functions, and special cases of the Whittaker function can also be transformed.
Both laplace and invlaplace recognize the Dirac-delta (or unit-impulse) function as Dirac(t) and Heaviside's unit step function as Heaviside(t).
The global variables _U1, _U2, _U, ... are used as integration variables if the answer contains convolution integrals.
Users can add their own functions to invlaplace's internal lookup tables with the function addtable.
If the option opt is set to 'NO_INT', then the program will not resort to integration of the original problem if all other methods fail. This will increase the speed at which the transform will run.
The command with(inttrans,invlaplace) allows the use of the abbreviated form of this command.
with⁡inttrans:
invlaplace⁡1s−a+1s2+b+1,s,t
ⅇa⁢t+sin⁡b⁢tb+Dirac⁡t
invlaplace⁡1s3+a+laplace⁡y⁡t,t,s,s,t+2
ⅇ−a13⁢t+2+ⅇa13⁢t+22⁢−cos⁡3⁢a13⁢t+22+3⁢sin⁡3⁢a13⁢t+223⁢a23+y⁡t+2
invlaplace⁡s2s2+a232,s,t
−BesselJ⁡1,a⁢t⁢t⁢a+BesselJ⁡0,a⁢t
invlaplace⁡ss−1⁢laplace⁡F⁡t,t,s,s,t
F⁡t+∫0tF⁡_U1⁢ⅇt−_U1ⅆ_U1
addtable⁡invlaplace,myfunc⁡b⁢t+an,Myfunc⁡s,bn!+a⋅3,t,s,a,b,n,n::posint:
invlaplace⁡exp⁡−3⁢s⁢myfunc⁡2⁢ss,s,t
Heaviside⁡t−3⁢∫0t−3Myfunc⁡_U1,2ⅆ_U1
invlaplace⁡myfunc⁡s+57,s,t
Myfunc⁡t,15040+15
The inttrans[invlaplace] command was updated in Maple 2019.
See Also
dsolve
inttrans[addtable]
inttrans[laplace]
Download Help Document