In numerical analysis, Jacoby's method is a root-finding algorithm for solving polynomial equations. In other words, Jacoby's method can be used to solve numerically the equation
- f(x) = 0
where f is a given polynomial.
The method is explained here for equations of degree four in order to simplify the notation. It is easily generalized to equations of other degrees.
An algebraic equation of degree four is of the form
, where
is a monic polynomial of degree four

for all
.
The known numbers
are the coefficients.
Let the (complex) numbers
be the roots of this polynomial
.
Then

for all
This implies

for
, where the denominator is nonzero, and

for
, where the denominator is nonzero.
This is the clue to the method.
Initialize
:




There is nothing special about choosing
except that it is neither a real number nor a root of unity.
Make the substitutions:




Re-iterate until the numbers
stop essentially changing. Then they have the values
in some order. So the problem is solved.
Note that you must use complex number arithmetic, and that the roots are found simultaneously rather than one at a time.
References
- Agnethe Knudsen, Numeriske Metoder (lecture notes), Københavns Teknikum.