Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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