Let $A$ be a $n\times n$ circulant matrix which only diagonal are strictly positive and all others are strictly negative, and the sum of elements in first column is $0$. Consider non linear system: $$ A\pmatrix{x_1\\ x_2\\\dots\\x_n}=\pmatrix{x_1\log x_1\\ x_2\log x_2\\\dots\\x_n\log x_n} $$ Is there any numerical or analytic method to find all solution of this system? I want check if all solutions lie outside of unit open ball of $\mathbb{R}^n$.
A non-trivial example is $$ A=\frac{3\log(2)}{2} \pmatrix{2/3&-1/3&-1/3\\-1/3&2/3&-1/3\\-1/3&-1/3&2/3}, $$ and the solution is $(1/\sqrt{2},1/\sqrt{2},\sqrt{2})$
If we look at the 2d case, the system becomes $$ \begin{cases} a x - a y = x \log x\\ -a x + a y = y \log y \end{cases} $$
The solutions correspond to the intersections between the graphics of $y = x -\dfrac xa \cdot \log x $ and $x = y- \dfrac ya \cdot \log y$, as can be seen in the graphic.
As it turns out, when $a \ge \frac 12$ there is a single solution $(1,1)$ but, when $a<\frac 12$ we have two additional solutions, symmetric with respect to $y=x$.
In higher dimension, there can be a break of symmetry, that will affect the solution count, but the maximum number of solutions should be easy to obtain.