Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
MTM[ilaplace] - inverse Laplace integral transform
Calling Sequence
ilaplace(M)
ilaplace(M,y)
ilaplace(M,y, x)
Parameters
M
-
array or expression
y
variable expr is transformed with respect to y
x
variable in transformed expression
Description
The ilaplace(M) calling sequence computes the element-wise inverse Laplace transform of M. The result, R, is formed as R[i,j] = ilaplace(M[i,j], y, x).
ilaplace(L) is the inverse Laplace transform of the scalar L with default independent variable s. If L is not a function of s, then L is assumed to be a function of the independent variable returned by findsym(L,1).The default return is a function of t.
If L = L(t), then ilaplace returns a function of x.
By definition,
,
where c is a real number selected so that all singularities of L(s) are to the left of the line s = c and the integration above proceeds with respect to s.
ilaplace(L,y) makes F a function of the variable y instead of the default t.
ilaplace(L,y,x) takes L to be a function of x instead of the default t. The integration is then with respect to y.
Examples
See Also
inttrans[invlaplace], MTM[findsym], MTM[ifourier], MTM[iztrans], MTM[laplace]
Download Help Document