MTM
iztrans
inverse Z transform
Calling Sequence
Parameters
Description
Examples
iztrans(M)
iztrans(M,n)
iztrans(M,z,n)
M
-
array or expression
n
variable
z
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.
with⁡MTM:
iztrans⁡zz−2
2n
iztrans⁡nn−2
2k
iztrans⁡zz−2,s
2s
iztrans⁡t⁢zz−t⋅2,t,s
−12s⁢zs⁢z2
M≔Matrix⁡zz−2,t⁢zz−t⋅2:
iztrans⁡M
2n2n⁢tn⁢t
See Also
invztrans
MTM[findsym]
MTM[ifourier]
MTM[ilaplace]
MTM[ztrans]
Download Help Document