Post Reply 
Z-Transforms and Difference Equations?
05-13-2020, 03:40 AM
Post: #1
Z-Transforms and Difference Equations?
Z-Transforms are a great tool for dealing with difference equations, for example:

y(n) = 2*x(n) + 3*x(n-1) + 4*y(n) + 2*y(n-1)

However, I don't know how to type such a difference equation into the CAS. If I just try to define it as a function, the CAS warns me that I have a recursive definition, and goes into an infinite loop if I try to actually evaluate the z-transform.

Somewhat relatedly, I noticed that simply taking the Z Transform of the Dirac function does not lead to a simple "1", but instead to

sum(z^-n * Dirac(n),n,0,inf)

Which is just the direct application of the Z Transform, without any simplification.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Z-Transforms and Difference Equations? - anyfoo - 05-13-2020 03:40 AM



User(s) browsing this thread: 1 Guest(s)