I am seeking to analyze the stability of steady points in a system of $n$ variables $x_1(t), ..., x_n(t)$. With discrete time $t$ the system is described by
\begin{eqnarray*} x_i(t+1) = \frac{1}{t+1} \left( \left(t+C_1\right) x_i(t) - C_2\left(\sum_{j \neq i} x_j(t) \right) \right) + \frac{C_2}{t+1} \end{eqnarray*}
for each $i\in 1..n$ and with $C_1,C_2$ both real and positive.
This describes a matrix difference equation x(t+1)=A(t)x(t)+b(t), i.e., a system which is both non-homogeneous and non-autonomous. What methods exist to study stability of steady states in such systems? I am looking for any specific ideas about how to approach this problem or suggestions for further reading about stability in such systems.
The stability analysis of time-varying systems is a bit problematic. Here are a few sufficient conditions. The system $x(t+1) = A(t) x(t)$ is stable if any of the below conditions is satisfied:
where $\rho(\cdot)$ is the spectral radius. Note that these are very conservative results. There are less conservative results in the literature and it is an active research topic.