| Symbolic Math Toolbox | Search  Help Desk |
| iztrans | See Also |
Syntax
f = iztrans(F) f = iztrans(F,k) f = iztrans(F,w,k)
Description
f = iztrans(F) is the inverse z-transform of the scalar symbolic object F with default independent variable z. The default return is a function of n:
F = F(n), iztrans returns a function of k:
f = iztrans(F,k) makes f a function of k instead of the default n. Here k is a scalar symbolic object.
f = iztrans(F,w,k) takes F to be a function of w instead of the default findsym(F) and returns a function of k:
Examples
See Also
ifourier, ilaplace, ztrans