Symbolic Math Toolbox | ![]() ![]() |
Syntax
F = ilaplace(L) F = ilaplace(L,y) F = ilaplace(L,y,x)
Description
F = ilaplace(L)
is the inverse Laplace transform of the scalar symbolic object L
with default independent variable s
. The default return is a function of t
. The inverse Laplace transform is applied to a function of s
and returns a function of t
.
L = L(t)
, ilaplace
returns a function of x
.
c
is a real number selected so that all singularities of L(s)
are to the left of the line s = c, i
.
F = ilaplace(L,y)
makes F
a function of y
instead of the default t
.
y
is a scalar symbolic object.
F = ilaplace(L,y,x)
takes F
to be a function of x
and L
a function of y
instead of the default variables t
and s
, respectively.
Examples
See Also
ifourier
, iztrans
, laplace
![]() | ifourier | imag | ![]() |