I'm trying to solve this system of linear equations for every $n\in \mathbb{N}$ ($2$ on the main diagonal, $1$ anywhere else):
$$2x_{1}+x_{2}+...+x_n=1$$
$$x_{1}+2x_{2}+...+x_n=1$$$$...$$
$$x_{1}+x_{2}+...+2x_n=1$$
Obiously I can use Gaussian Elimination, but it seems like a lot of technical work and I don't know how can it be generelized to every $n$.
Any ideas?
Thanks!
By symmetry, all the $x_i$ are equal; so each is equal to $1/(n+1)$.