I have a system of equations like this
$$ \sum_i^n \frac{1}{x+a_i y+b_iz}=S_1,\\ \sum_i^n \frac{a_i}{x+a_i y+b_iz}=S_2,\\ \sum_i^n \frac{b_i}{x+a_i y+b_iz}=S_3, $$ where $n,a_i,b_i,S_{1,2,3}$ are parameters (known), and I would like to solve $(x,y,z)$. Here $n$ is a big number, such as 100.
Is there any analytical or numerical method to solve this kind equation? Or I used some stupid numerical method and got a solution, is there any method to prove that this equation can have and only have one solution?