Consider this system of differential equations
\begin{equation} \label{eq:9} x^{'}_i(t) = \sum_{j=1}^{n} a_{i,j}\,(x_{j}(t)- x_{j}(t))= \sum_{j=1}^{n} a_{i,j}\,x_{j}(t) - x_i(t)\,\sum_{j=1}^{n} a_{i,j} \end{equation}
The solution can be written in the matrix exponential form:
Let $x(t) = \begin{bmatrix} x_1(t) \\ \vdots \\ x_n(t) \end{bmatrix}$ and $A=\begin{pmatrix} -\sum_{j} a_{1,j} & a_{1,2} & \dots & a_{1,n}\\ a_{2,1} & - \sum_{j} a_{2,j} & \dots & a_{2,n}\\ \vdots & \vdots & \vdots & \vdots \\ a_{n,1} & a_{n,2}& \dots & - \sum_{j} a_{n,j} \end{pmatrix} $
Then, the above system can be written in a matrix form
\begin{equation} \label{eq:10} x^{'}(t) = A\,x(t). \end{equation}
The solution to the above matrix differential equation is
\begin{equation} \label{eq:11} x(t) = e^{A\,t}\,x(0) = \sum\limits_{k=1}^{n} \frac{A^k\,t^k}{k!}\,x(0) \end{equation}
The exponential solution is not very practical. But it's fine! I am not looking for an explicit solution for $x_i$ (It would be perfect to have it though). What I am looking for is the limiting behavior of $x_i(t)$, $$ \lim_{t \to \infty} x_i(t)=?.$$
It's not difficult to show that matrix A, has eigenvalues that are either $0$ or complex numbers with negative real part and therefore, there is a limit for each $x_i(t)$. Moreover, the limit is the same for all $x_i(t)$, i.e., there exists $c$ such that for all $i$,
$$ \lim_{t \to \infty} x_i(t)=c.$$
However, I haven't found an explicit formula for $c$ in terms of constants $a_{i,j}$ and initial values $x_i(0)$. While I am trying to find it, any help would be appreciated.
In case $n=2$, we have,
$$c = \frac{a_{21}\,x_1(0)+a_{12}\,x_2(0)}{a_{12}+a_{21}} $$