I have 3 quadratic equations in the following form:
(x-y)*(x-y) + (x-y)*(x-y) + (x-y)*(x-y)=2
(y-z)*(y-z) +(y-z)*(y-z) + (y-z)*(y-z)=2
(x-z)*(x-z) + (x-z)*(x-z) + (x-z)*(x-z)=2
(where before every x and y and z written is arbitrary multiplier, such as 2.1*x)
I wonder wheather the fact that in each of the equations are mentioned only two of the unknowns, not all three, is a problem for finding a solution.
What would be some numericaly stable method of finding the solution?