Solve the following Z-Transform Difference Equation

52 Views Asked by At

We have this given equation

$$y_{n+1}- 2.5y_{n} = -1.1$$

With the initial condition of

$$y_{0} = \frac{1}{200}$$

All examples of this found on the internet have $y_{0}$ as an integer.

How can this be done when it's a fraction?