ArticleslgStudy

mathematics

Minimal residual method

Minimal residual method 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 Minimal residual method rather than just read about it. In short: The Minimal Residual Method or MINRES is a Krylov subspace method for the iterative solution of symmetric linear equation systems. It was proposed by mathematicians Christopher Conway Paige and Michael Alan Saunders in 1975.

Minimal residual method — main illustration
Minimal residual method — illustration

Key takeaways

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

Reference excerpt

The Minimal Residual Method or MINRES is a Krylov subspace method for the iterative solution of symmetric linear equation systems. It was proposed by mathematicians Christopher Conway Paige and Michael Alan Saunders in 1975. In contrast to the popular CG method, the MINRES method does not assume that the matrix is positive semidefinite, only the symmetry of the matrix is mandatory.

GMRES vs. MINRES The GMRES method is essentially a generalization of MINRES for arbitrary matrices. Both minimize the 2-norm of the residual and do the same calculations in exact arithmetic when the matrix is symmetric. MINRES is a short-recurrence method with a constant memory requirement, whereas GMRES requires storing the whole Krylov space, so its memory requirement is roughly proportional to the number of iterations. On the other hand, GMRES tends to suffer less from loss of orthogonality.

Properties of the MINRES method The MINRES method iteratively calculates an approximate solution of a linear system of equations of the form

A x = b , {\displaystyle Ax=b,}

where A ∈ R n × n {\displaystyle A\in \mathbb {R} ^{n\times n}} is a symmetric matrix and b ∈ R n {\displaystyle b\in \mathbb {R} ^{n}} a vector. For this, the norm of the residual r ( x ) := b − A x {\displaystyle r(x):=b-Ax} in a k {\displaystyle k} -dimensional Krylov subspace

V k = x 0 + span ⁡ { r 0 , A r 0 … , A k − 1 r 0 } {\displaystyle V_{k}=x_{0}+\operatorname {span} \{r_{0},Ar_{0}\ldots ,A^{k-1}r_{0}\}}

is minimized. Here x 0 ∈ R n {\displaystyle x_{0}\in \mathbb {R} ^{n}} is an initial value (often zero) and r 0 := r ( x 0 ) {\displaystyle r_{0}:=r(x_{0})} . More precisely, we define the approximate solutions x k {\displaystyle x_{k}} through

x k := a r g m i n x ∈ V k ‖ r ( x ) ‖ , {\displaystyle x_{k}:=\mathrm {argmin} _{x\in V_{k}}\|r(x)\|,}

where ‖ ⋅ ‖ {\displaystyle \|\cdot \|} is the standard Euclidean norm on R n {\displaystyle \mathbb {R} ^{n}} . Because of the symmetry of A {\displaystyle A} , unlike in the GMRES method, it is possible to carry out this minimization process recursively, storing only two previous steps (short recurrence). This saves memory.

MINRES algorithm Note: The MINRES method is more complicated than the algebraically equivalent Conjugate Residual method. The Conjugate Residual (CR) method was therefore produced below as a substitute. It differs from MINRES is that in MINRES, the columns of a basis of the Krylov space (denoted below by p k {\displaystyle p_{k}} ) can be orthogonalized, whereas in CR their images (below labeled with s k {\displaystyle s_{k}} ) can be orthogonalized via the Lanczos recursion. There are more efficient and preconditioned variants with fewer AXPYs. Compare with the article. First you choose x 0 ∈ R n {\displaystyle x_{0}\in \mathbb {R} ^{n}} arbitrary and compute

… excerpt ends here. Continue reading the full article.

Illustrations

Minimal residual method: A comparison of the norm of error and residual in the CG method (blue) and the MINRES method (green). The matrix used comes from a 2D boundary-value problem.
A comparison of the norm of error and residual in the CG method (blue) and the MINRES method (green). The matrix used comes from a 2D boundary-value problem.

Worked examples

Example 1 — a first encounter with Minimal residual method

Start with the simplest possible case. Write down what Minimal residual method 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 Minimal residual method 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 Minimal residual method 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 Minimal residual method

In research
Minimal residual method 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 Minimal residual method 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
Minimal residual method 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 Minimal residual method 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 Minimal residual method in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Minimal residual method 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 Minimal residual method out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Minimal residual method in simple terms?

The Minimal Residual Method or MINRES is a Krylov subspace method for the iterative solution of symmetric linear equation systems. It was proposed by mathematicians Christopher Conway Paige and Michael Alan Saunders in 1975.

Why does Minimal residual method 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 Minimal residual method?

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 Minimal residual method.

Tags

  • Numerical linear algebra

Keep exploring