Re: Algorithm or method for finding maximum of a long polynomial



"Gregor" <ghulok02@xxxxxxxxx> wrote in message news:3d641dba-2273-4e57-8687-df4c02d35a64@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I've got a polynomial with a couple hundred terms, but less than 30
variables, the variables will have a value of between 1 and 4000, and
I need know the approximate values of the variables at the maximum.

It doesn't have to be fast.

Apparently this could be done by passing it through MathLink to
mathematica using the Maximum function, but I don't have access to
mathematica. (
http://www.scientific-solutions.ch/tech/mathematica/products/mma/newi...
)

I have tried to figure out a suitable method by using graph sketching
techniques from calculus, too, but I'm stumped. I tried to find the
reciprocal-of-the-slope of the normal of a plane or hyperplane, then
find all solutions for when it was zero, then evaluate the polynomial
with those values, like, imagine a bumpy surface (this would be for 2
variables but can be extended), and a plate tangential to the curve at
a point, when the plate is tangential to a point at a valley or a peak
the normal of the plane will be vertical.....

1. If the polynomial is odd, it does not have a maximum.

2. If the polynomial is even and the largest term is positive it does not have a maximum.

3. So you are left with even polynomials for which the largest term is negative.

If you take the derivative of the polynomial (trivial operation) and find the roots of this new polynomial, then you can evaluate the original polynomial at these roots. One of them will be the maximum (given the above 3 restrictions).

** Posted from http://www.teranews.com **
.



Relevant Pages

  • Re: Sequence of power series
    ... plane, so generating a power series P that converges in the interior ... does P_n converge to P in the interior of C? ... It's true if all the P_n are polynomials and the degree of ...
    (sci.math)
  • Re: Sequence of power series
    ... them are polynomials, ... coefficients of same degree of the series P_n ... plane, so generating a power series P that converges ... the interior of C? ...
    (sci.math)
  • Re: Galois group for deg 12 polynomial
    ... This polynomial arose in a plane ... > geometry problem of arranging 11 circles in a circle. ... Michael Pohst's group can apparently compute the groups of polynomials over ...
    (sci.math.symbolic)
  • Re: JSH: Keep it simple
    ... arbitrary rule that you take roots of monic polynomials with integer coefficients. ... integral root is divisible by something that is coprime to ... Your claim regarding rational roots of this polynomial cannot do that, since the standard theory makes no claims regarding common factors among such roots. ...
    (sci.math)
  • Re: Orthogonal polynomials (was Chebyshv, etc.)
    ... Legendre, Chebyshev, Hermite, etc.) have n real roots in the ... This general property of orthogonal polynomials is proved as ... you can simply ignore any zeros ... If alpha is a real root of phi_k, ...
    (sci.math)