ArticleslgStudy

mathematics

Matrix splitting

Matrix splitting 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 Matrix splitting rather than just read about it. In short: In the mathematical discipline of numerical linear algebra, a matrix splitting is an expression which represents a given matrix as a sum or difference of matrices. Many iterative methods (for example, for systems of differential equations) depend upon the direct solution of matrix equations involving matrices more general than tridiagonal matrices.

Key takeaways

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

Reference excerpt

In the mathematical discipline of numerical linear algebra, a matrix splitting is an expression which represents a given matrix as a sum or difference of matrices. Many iterative methods (for example, for systems of differential equations) depend upon the direct solution of matrix equations involving matrices more general than tridiagonal matrices. These matrix equations can often be solved directly and efficiently when written as a matrix splitting. The technique was devised by Richard S. Varga in 1960.

Regular splittings We seek to solve the matrix equation

where A is a given n × n non-singular matrix, and k is a given column vector with n components. We split the matrix A into

where B and C are n × n matrices. If, for an arbitrary n × n matrix M, M has nonnegative entries, we write M ≥ 0. If M has only positive entries, we write M > 0. Similarly, if the matrix M1 − M2 has nonnegative entries, we write M1 ≥ M2. Definition: A = B − C is a regular splitting of A if B−1 ≥ 0 and C ≥ 0. We assume that matrix equations of the form

where g is a given column vector, can be solved directly for the vector x. If (2) represents a regular splitting of A, then the iterative method

where x(0) is an arbitrary vector, can be carried out. Equivalently, we write (4) in the form

The matrix D = B−1C has nonnegative entries if (2) represents a regular splitting of A. It can be shown that if A−1 > 0, then ρ ( D ) {\displaystyle \rho (\mathbf {D} )} < 1, where ρ ( D ) {\displaystyle \rho (\mathbf {D} )} represents the spectral radius of D, and thus D is a convergent matrix. As a consequence, the iterative method (5) is necessarily convergent. If, in addition, the splitting (2) is chosen so that the matrix B is a diagonal matrix (with the diagonal entries all non-zero, since B must be invertible), then B can be inverted in linear time (see Time complexity).

Matrix iterative methods Many iterative methods can be described as a matrix splitting. If the diagonal entries of the matrix A are all nonzero, and we express the matrix A as the matrix sum

where D is the diagonal part of A, and U and L are respectively strictly upper and lower triangular n × n matrices, then we have the following. The Jacobi method can be represented in matrix form as a splitting

The Gauss–Seidel method can be represented in matrix form as a splitting

The method of successive over-relaxation can be represented in matrix form as a splitting

Example

Regular splitting In equation (1), let

Let us apply the splitting (7) which is used in the Jacobi method: we split A in such a way that B consists of all of the diagonal elements of A, and C consists of all of the off-diagonal elements of A, negated. (Of course this is not the only useful way to split a matrix into two matrices.) We have

A − 1 = 1 47 ( 18 13 16 11 21 15 13 12 22 ) , B − 1 = ( 1 6 0 0 0 1 4 0 0 0 1 5 ) , {\displaystyle {\begin{aligned}&\mathbf {A^{-1}} ={\frac {1}{47}}{\begin{pmatrix}18&13&16\\11&21&15\\13&12&22\end{pmatrix}},\quad \mathbf {B^{-1}} ={\begin{pmatrix}{\frac {1}{6}}&0&0\\[4pt]0&{\frac {1}{4}}&0\\[4pt]0&0&{\frac {1}{5}}\end{pmatrix}},\end{aligned}}}

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Matrix splitting

Start with the simplest possible case. Write down what Matrix splitting 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 Matrix splitting 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 Matrix splitting 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 Matrix splitting

In research
Matrix splitting 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 Matrix splitting 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
Matrix splitting is common in secondary-school and first-year university syllabi. It links to neighbouring topics Matrices (mathematics), Numerical linear algebra, Relaxation (iterative methods), so understanding it makes those chapters shorter.
In everyday life
Look for Matrix splitting 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 Matrix splitting in 20 minutes

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

Frequently asked questions

What is Matrix splitting in simple terms?

In the mathematical discipline of numerical linear algebra, a matrix splitting is an expression which represents a given matrix as a sum or difference of matrices. Many iterative methods (for example, for systems of differential equations) depend upon the direct solution of matrix equations involvi…

Why does Matrix splitting 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 Matrix splitting?

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 Matrix splitting.

Tags

  • Matrices (mathematics)
  • Numerical linear algebra
  • Relaxation (iterative methods)

Keep exploring