For the jacobian matrix differentail equation:
$\frac{dx}{dt}=Bx$
where B is a symmetric matrix (jacobian matrix), x is a vector.
I am interested in $x_A$ which is the average value of each element of the vector $x$.
I wonder if there is any way to get an approximate expression for $x_A$ as a function of $t$ using the eigenvalue, eigenvector or any other properties related to the jacobian matrix $B$.

