Slashdot Mirror


General Solution for Polynomial Equations?

An anonymous reader writes "On september 9, several media reported that a young Dutch student found a formula to determine the roots of any polynomial equation. Does this conflict with Abel's proof that such a formula cannot exist? Here is the news item (in Dutch) on his school's homepage." Another reader writes "A Dutch student at the Fontys school of physics has solved a math problem of several centuries old: finding the roots of any polynomial equation. Arxciv copy here. Although an exact solution has been proven impossible for higher orders, this is not the case for numeric solutions."

10 of 482 comments (clear)

  1. Man does the impossible by gowen · · Score: 5, Insightful

    Popular media today reports that someone has done what is well established to be impossible. Now, which one is more likely:
    i) Abel's proof contains a flaw that generations of extremely talented mathematicians have failed to spot in their years and years of teaching it.
    ii) Student mistaken; popular media talking out of arse.

    (Can't read PDF; slashdotted)

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    1. Re:Man does the impossible by Chris_Jefferson · · Score: 5, Insightful

      Actually, I'm fairly certain it is:
      iii) Student comes up with interesting (and possibly new, I don't know) result of generating infinate series which converges to root of polynomial. Someone (popular media?) believes that this violates Abel's proof (it doesn't, his proof is for finite representations of the roots).

      This has NOTHING to do with Abel, or Godel, or anyone other related theories, as they do not consider the case of infiniate series.

      --
      Combination - fun iPhone puzzling
    2. Re:Man does the impossible by WolfWithoutAClause · · Score: 5, Insightful
      Wow. That's news. At least to anyone completely unaware of Newton's method.

      Yeah, but Newton's method isn't guaranteed to converge. This method claims to converge; although you don't get the exact answer in a finite number of steps.

      Whether this method is useful or not, probably depends on how fast it converges and how long it takes to do each step.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
  2. No sample code or algorithm? by mikael · · Score: 4, Insightful

    I'm surprised he didn't include some sample Matlab, Java applet or C code in his paper. It would be useful to have a demonstration that this really works.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  3. Re:Isn't it an approximation method? by Leadhyena · · Score: 5, Insightful

    You got it... instead of a solution by radicals (which Abel's proof shows does not exist for general polynomials with degree 5 and higher) he takes it into differential equations and creates a powerseries, which essentially gives an approach to the real number root, which doesn't necessarily have a radical decomposition. Plus, the proof looks like a lot of handwaving at a cursory glance. I'm more inclined to believe that this is a wash.

  4. Re:Right in the middle of my Calc class too... by Xyrus · · Score: 5, Insightful

    It's a NUMERIC solution, not an ALGEBRAIC solution.

    Abel's proof showed that polynomials with a degree higher than 4 could not be solved algebraically (i.e through a finite number of additions, subtractions, multiplications, etc.). Abel's proof did no say it was impossible to solve the equations (indeed, numerical solutions to these equations are solved regularly).

    This is similar to how some integral equation solutions cannot be expressed in simple terms. However numerical answers are rather easy to obtain (even easier with a computer) :).

    The method presented is a simpler way to find the roots of polynomial equations numerically by treating it like a power series (x, x^1, x^2,...,x^n) and applying standard differential techniques.

    Pretty cool if you ask me. :)

    ~X~

    --
    ~X~
  5. No closed formula by MoobY · · Score: 4, Insightful

    Note that the student's result is not a closed formula, and is thus not in conflict with Abel's proof. The system uses convergence (and thus, reuires an infinite number of operations) to find the correct roots.

    --
    --- Sigmentation Fault - Comments Dumped
  6. Here's a math prof's take on the paper by 192939495969798999 · · Score: 4, Insightful

    From a seasoned math professor's reading of it: "It looks like a mess to me.
    I don't know what his point is. He says its a "method of solving the roots"
    of a polynomial. Well, we already have very fine methods for doing that,
    interval Newton methods for instance. Using circular disk arithmetic in the
    complex plane we can find all the complex roots as well.
    There is no need whatever to make things more complicated such as going to
    differential equations. That is unneccessary. Root finding is an algebraic
    problem."

    --
    stuff |
  7. Re:Rule of equations in school by revscat · · Score: 4, Insightful

    Time for some mega nerdiness: I was captain of the math team when I was in high school.

    Feh, screw that "nerdiness" crap. Good for you. Math is a powerful tool, worthy of dedication. I wish I were better at it, and respect those who are. I think being captain of the math team is far and away a better thing than being the captain of the freakin football team.

  8. Re:Looks flawed by ninja0 · · Score: 4, Insightful

    Nope, grandparent was right. You can't just divide and expect convergence to suddenly occur. I believe the leading coefficient is assumed to be 1 for the result he's using. IAA math major.

    --
    --If the world didn't suck, we'd all fall off.