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[iztrans] - inverse Z transform
Calling Sequence
iztrans(M)
iztrans(M,n)
iztrans(M,z,n)
Parameters
M
-
array or expression
n
variable
z
Description
The iztrans(M) function computes the element-wise inverse Z transform of M. The result, R, is formed as R[i,j] = iztrans(M[i,j], t, s).
f = iztrans(F) is the inverse Z transform of the scalar F with the default independent variable z. If F is not a function of z, then F is assumed to be a function of the independent variable returned by findsym(F,1). The default return is a function of n.
If F = F(n), then iztrans returns a function of k.
iztrans(F,k) makes F a function of the variable k instead of the default n.
iztrans(F,w,k) takes F to be a function of w instead of the default z. The summation is then with respect to k.
Examples
See Also
invztrans, MTM[findsym], MTM[ifourier], MTM[ilaplace], MTM[ztrans]
Download Help Document