Solution of polynomial equations

  • Thread starter Thread starter tom.stoer
  • Start date Start date
  • Tags Tags
    Polynomial
tom.stoer
Science Advisor
Messages
5,774
Reaction score
174
Suppose there is a set of complex variables

\{x_i,\,i=1 \ldots M;\;\;y_k,\,k=1 \ldots N\}

and a polynomial equation

p(x_i, y_k) = 0

Is there a way to prove or disprove for such an equation whether it can be reformulated as

f(x_i) = g(y_k)

with two functions f and g with

\nabla_y f= 0
\nabla_x g= 0
 
Physics news on Phys.org
Hey tom.stoer.

I'm not familiar with the polynomial constraint you use: can you point me to some more specific definition? (I'm sorry but I'm only familiar with a univariate polynomial).
 
You mean the gradient? It's only to stress that f does not depend on y1, y2, ... and g does not depend on x1, x2, ...
 
No sorry, I mean the p(x_i,y_i) = 0. Is this basically the product of univariate polynomials that is equal to 0?
 
No, its a general multivariate polynomial in xi and yi, no special construction, no special condition.
 
The intuition says its right, but we'll go through the formalities.

So you p(x_i,y_i) = 0 and f(xi) - g(y_j) = 0.

Now p(x_i,y_j) = f(xi) - g(yj) = 0.

You apply each individual operator once (with respect to the y's and x's respectively) and you'll get a cancellation on the RHS, but you will also get a condition on the LHS.

The LHS can be written as an expansion with all possible permutations of the x's and y's to various integer powers, and you should write the p(xi,yi) in this form with the coeffecients being variables.

When you do the differentiation on the LHS against both x and y, you should end up with a criteria for the coeffecients and which ones should be zero.

Be using both these differentiability constraints, you can prove the form of f and g since you will get a cancellation of the other when doing the derivative and then you're done.
 
Thread 'Determine whether ##125## is a unit in ##\mathbb{Z_471}##'
This is the question, I understand the concept, in ##\mathbb{Z_n}## an element is a is a unit if and only if gcd( a,n) =1. My understanding of backwards substitution, ... i have using Euclidean algorithm, ##471 = 3⋅121 + 108## ##121 = 1⋅108 + 13## ##108 =8⋅13+4## ##13=3⋅4+1## ##4=4⋅1+0## using back-substitution, ##1=13-3⋅4## ##=(121-1⋅108)-3(108-8⋅13)## ... ##= 121-(471-3⋅121)-3⋅471+9⋅121+24⋅121-24(471-3⋅121## ##=121-471+3⋅121-3⋅471+9⋅121+24⋅121-24⋅471+72⋅121##...
Back
Top