I am trying to find the roots of a system of 3 multivariate polynomials with 3 variables. The polynomials are really 'ugly'. So far I have tried to find a Groebner Basis in Maple and got a Groebner Basis with 29 elements (the length of output exceeds the limit). I want to find roots in the interval [0,1] with x<y<z. Is there a way to find solutions? Some of the polynomials in the Basis are of order 11 and I can't find a single variable polynomial in the basis. Is there an efficient way to find such roots? Or should I do someting completely different?
Best,
fabs
If all you want is some isolated candidate solutions (not whole algebraic or analytic surfaces) then a numerical optimization may be good enough.
Here is a numerical approach you can try
If you ever find square sum = 0 then you have found a root.
However as you have same number of equations as variables it is quite possible that there are no solutions.
For example : Just consider three sphere's surfaces which don't intersect even pair-wisely.
If the equations of the sun, the earth and the moon surfaces intersected in just any one point we would be rather screwed. Bad enough if only two of them did.