ZTransform
ZTransform(x,n,z)returns the Z-Transform of
x.
See:
Examples
>> ZTransform(a*f(n)+ b*g(n), n, z)a*ZTransform(f(n),n,z)+b*ZTransform(g(n),n,z)Implementation status
- 🧪 - experimental
 
ZTransform(x,n,z)returns the Z-Transform of
x.
See:
>> ZTransform(a*f(n)+ b*g(n), n, z)a*ZTransform(f(n),n,z)+b*ZTransform(g(n),n,z)