Consider the system of diophantine equations: \begin{eqnarray} a_1P+b_1Q+c_1R&=&0\\ a_2P+b_2Q+c_2R&=&0\\ a_3P+b_3Q+c_3R&=&0 \end{eqnarray} where $PQR\neq 0$. What is the easiest method to solve it?
What I have done: I calculated instead the ratios: $\dfrac{P}{R} $ and $\dfrac{Q}{R} $. I obtained for each 3 equivalent ratios. There it gets pretty cumbersome and I got lost. I wonder if there is easier method?
Correct me if I'm wrong, but there is no unique solution. The system can be written as $$\left(\begin{array}{ccc} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \\ \end{array}\right)\left(\begin{array}{c}P\\Q\\R\end{array}\right)=\left(\begin{array}{c}0\\0\\0\end{array}\right).$$