Content deleted Content added
MichaelBurr (talk | contribs) →Alpha theory: Added discussion of quadratic convergence. |
MichaelBurr (talk | contribs) →Interval Newton: Editing interval Newton section |
||
Line 31:
=== Interval Newton ===
#
#
These properties can often be established using interval arithmetic. For example, the [[Interval_arithmetic#Interval_Newton_method|interval Newton operator]] replaces <math>x</math> with the region <math>I</math> containing <math>x</math>. For example, the interval Newton operator is
▲# 2 If <math>F</math> is a [[contraction mapping]] in a region <math>I</math>, then there is at most one root of <math>F</math> in <math>I</math>.
<math display="block">N(I)=m(I)+D(I)^{-1}\cdot(I-m(I)),</math>
where <math>m(I)</math> is a point (often the [[center of mass]]) of <math>I</math> and <math>D(I)^{-1}</math> is an interval over-approximation to the set inverses of derivatives for <math>x\in I</math>. Then, one can show that if <math>x</math> is a fixed point of
Interval Newton {{citation needed|reason=don't have time to figure out how to reference a book right now|November 9, 2018}}, Krawczyk {{citation needed|reason=don't have time to figure out how to reference a book right now|November 9, 2018}}, and related methods use such functions to establish the existence and uniqueness of roots within a region <math>I</math> using topological methods:
The basic form of Newton's method replaces the input in the iterator with an interval approximation. In other words
|