iztrans - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

iztrans

  

inverse Z transform

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

iztrans(M)

iztrans(M,n)

iztrans(M,z,n)

Parameters

M

-

array or expression

n

-

variable

z

-

variable

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

withMTM:

iztranszz2

2n

(1)

iztransnn2

2k

(2)

iztranszz2,s

2s

(3)

iztranstzzt2,t,s

12szsz2

(4)

MMatrixzz2,tzzt2:

iztransM

2n2ntnt

(5)

See Also

invztrans

MTM[findsym]

MTM[ifourier]

MTM[ilaplace]

MTM[ztrans]