I would appreciate any hint to find (if exists, I do not know) an analytical solution of the following nonlinear system:

x_j = (a_j + SUM_i b_i x_i) / (c_j + SUM_i d_i x_i) for j = 1..m, i (index of sums) = 1..m, ij and a,b,c and d constant coefficients.

For m=2 solution is simple as it becomes a second degree equation but things go tougher as m increases.

Similar questions and discussions