GargleBlast42
- 28
- 0
What is the most general solution to an equation of the form:
a_1 p_1 + \ldots + a_n p_n =0
where p_i are given polynomials in several (N) variables with no common factor (i.e. their GCD is 1) and a_n are the polynomials we are looking for (again in the same N variables). Of course, I'm asking for a nontrivial solution, i.e. not all a's are zero.
For the case where n=2, i.e. where I only have a_1 p_1+a_2 p_2 =0, this is easy - we obtain that a_1=-c p_2, a_2=c p_1, where c is an arbitrary polynomial (recall that p_1, p_2 have no common factor). Does something simmilar hold also for n>2?
a_1 p_1 + \ldots + a_n p_n =0
where p_i are given polynomials in several (N) variables with no common factor (i.e. their GCD is 1) and a_n are the polynomials we are looking for (again in the same N variables). Of course, I'm asking for a nontrivial solution, i.e. not all a's are zero.
For the case where n=2, i.e. where I only have a_1 p_1+a_2 p_2 =0, this is easy - we obtain that a_1=-c p_2, a_2=c p_1, where c is an arbitrary polynomial (recall that p_1, p_2 have no common factor). Does something simmilar hold also for n>2?