Re: Roots of a multivariate polynomial





On 30 Jan., 12:27, hmob...@xxxxxxxxx wrote:
Hello,

I need help for finding a numerical algorithm to find a root of a
polynomial problem with the following characteristics:

1. Unlike common multivariate polynomial problems that appear as a
system of several equations, I only have ONE EQUATION, yet that single
equation is multivariate.

2. The algorithm should converge from any start point, because there
is NO inital GOOD GUESS about where solutions are.

3. There is no simple(isolated) root; so the algorithm must handle
MULTIPLICITIES greater than one

4. Only REAL roots are of interest.

5. Finding even ONE SOLUTION is sufficient.

6. Degree and number of varaibles are high (degree between 10-20 and
varaibles between 20-200).

Is there any algorithm for this purpose?

Regards

H.M.

Easy cases:
If the degree in any of the 20-200 variables is odd, things are easy:
Set all other variables to "random" values.
This should result in a polynomial in one variable with odd degree,
where finding a single root is easy.

Thus we have to assume that the degrees of all variables are even.
The top coefficient is a polynomial in one degree less.
If you can find a zero of that polynomial, you are back at the case of
odd degree.

More such tricks should be possible.

.



Relevant Pages

  • Re: Line of sight
    ... The mapping toolbox contains the ... If you had an algorithm that could answer the question definitely either way ... existence proof or existence disproof for "odd perfect numbers", ... you could map the first root of an expression ...
    (comp.soft-sys.matlab)
  • Re: Newtons method in a different-looking fortran
    ... The equation has a real root. ... For an algorithm that needs analytical derivatives, ... Weak batteries had a lot to do with it. ...
    (comp.lang.fortran)
  • Problem with enabling LDAP over SSL with a third-party Certification Authority
    ... My setup is a single forest with a root and sub domain. ... Public Key Algorithm: ...
    (microsoft.public.win2000.active_directory)
  • Roots of a multivariate polynomial
    ... I need help for finding a numerical algorithm to find a root of a ... polynomial problem with the following characteristics: ... The algorithm should converge from any start point, ... There is no simpleroot; ...
    (sci.math)
  • Re: Roots of a polynomial
    ... >> I keep finding on the web references that are saying ... > more efficient algorithm, that is often true. ... Note the root finding is a tricky problem, ... Back when the 'c40 was all the rage, ...
    (comp.dsp)

Loading