ArticleslgStudy

mathematics

Iterative refinement

Iterative refinement is a mathematics topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Iterative refinement rather than just read about it. In short: Iterative refinement is an iterative method proposed by James H. Wilkinson to improve the accuracy of numerical solutions to systems of linear equations.

Key takeaways

  • Iterative refinement belongs to mathematics; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Iterative refinement to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Iterative refinement from memory before moving on to harder problems.

Reference excerpt

Iterative refinement is an iterative method proposed by James H. Wilkinson to improve the accuracy of numerical solutions to systems of linear equations. When solving a linear system A x = b , {\displaystyle A\mathbf {x} =\mathbf {b} \,,} due to the compounded accumulation of rounding errors, the computed solution x ^ {\displaystyle {\hat {\mathbf {x} }}} may sometimes deviate from the exact solution x ⋆ . {\displaystyle \mathbf {x} _{\star }\,.} Starting with x 1 = x ^ , {\displaystyle \mathbf {x} _{1}={\hat {\mathbf {x} }}\,,} iterative refinement computes a sequence { x 1 , x 2 , x 3 , … } {\displaystyle \{\mathbf {x} _{1},\,\mathbf {x} _{2},\,\mathbf {x} _{3},\dots \}} which converges to x ⋆ , {\displaystyle \mathbf {x} _{\star }\,,} when certain assumptions are met.

Description For m = 1 , 2 , 3 , … , {\displaystyle m=1,2,3,\dots \,,} the mth iteration of iterative refinement consists of three steps:

The crucial reasoning for the refinement algorithm is that although the solution for cm in step (ii) may indeed be troubled by similar errors as the first solution, x ^ {\displaystyle {\hat {\mathbf {x} }}} , the calculation of the residual rm in step (i), in comparison, is numerically nearly exact: You may not know the right answer very well, but you know quite accurately just how far the solution you have in hand is from producing the correct outcome (b). If the residual is small in some sense, then the correction must also be small, and should at the very least steer the current estimate of the answer, xm, closer to the desired one, x ⋆ . {\displaystyle \mathbf {x} _{\star }\,.}

The iterations will stop on their own when the residual rm is zero, or close enough to zero that the corresponding correction cm is too small to change the solution xm which produced it; alternatively, the algorithm stops when rm is too small to convince the linear algebraist monitoring the progress that it is worth continuing with any further refinements. Note that the matrix equation solved in step (ii) uses the same matrix A {\displaystyle A} for each iteration. If the matrix equation is solved using a direct method, such as Cholesky or LU decomposition, the numerically expensive factorization of A {\displaystyle A} is done once and is reused for the relatively inexpensive forward and back substitution to solve for cm at each iteration.

Error analysis As a rule of thumb, iterative refinement for Gaussian elimination produces a solution correct to working precision if double the working precision is used in the computation of r, e.g. by using quad or double extended precision IEEE 754 floating point, and if A is not too ill-conditioned (and the iteration and the rate of convergence are determined by the condition number of A). More formally, assuming that each step (ii) can be solved reasonably accurately, i.e., in mathematical terms, for every m, we have

A ( I + F m ) c m = r m {\displaystyle A\left(I+F_{m}\right)\mathbf {c} _{m}=\mathbf {r} _{m}}

where ‖Fm‖∞ < 1, the relative error in the m-th iterate of iterative refinement satisfies

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Iterative refinement

Start with the simplest possible case. Write down what Iterative refinement claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In mathematics, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Iterative refinement before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Iterative refinement ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Iterative refinement

In research
Iterative refinement appears in mathematics research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Iterative refinement in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Iterative refinement is common in secondary-school and first-year university syllabi. It links to neighbouring topics Numerical linear algebra, so understanding it makes those chapters shorter.
In everyday life
Look for Iterative refinement outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Iterative refinement in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Iterative refinement means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Iterative refinement out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Iterative refinement in simple terms?

Iterative refinement is an iterative method proposed by James H. Wilkinson to improve the accuracy of numerical solutions to systems of linear equations.

Why does Iterative refinement matter?

Because it connects several mathematics ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Iterative refinement?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Iterative refinement.

Tags

  • Numerical linear algebra

Keep exploring