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