Extended matrix

from Wikipedia, the free encyclopedia

In linear algebra , an extended matrix is obtained by stringing together several given matrices, usually to perform the same elementary row operations on the matrices.

definition

With and as

the extended matrix is written as

Extended matrices are useful for solving systems of linear equations .

For a given number of unknowns, the number of solutions to the system of equations depends only on the rank of the matrix that represents the system of equations. According to Kronecker-Capelli's theorem , a system of linear equations in which the expanded matrix has a higher rank than the coefficient matrix has no solution; however, if the two matrices have the same rank, then at least one solution must exist. The solution is only unique if the rank and the number of variables are the same. Otherwise the solution has parameters, where is the difference between the number of variables and the rank, so in such cases there are infinitely many solutions.

An extended matrix can also be used to find the inverse matrix by combining it with the identity matrix .

Find the inverse of a matrix

Let be the square 2 × 2 matrix

.

To find the converse, one creates , where is the 2 × 2 identity matrix . The part of which belongs to is reduced to the identity matrix by applying only elementary row operations to :

The right part is now the inverse of

Existence and number of solutions

Consider the following system of linear equations

The coefficient matrix is

and the expanded matrix is

Since both have the same rank 2, there is at least one solution; and since the rank of both matrices is less than the number of variables, which is 3, there are infinitely many solutions.

In comparison, consider the following system of equations

The coefficient matrix is

and the expanded matrix is

In this example, the coefficient matrix is ​​rank 2 while the expanded matrix is ​​rank 3. So the system of equations has no solution. In fact, the increase in the linearly independent series has made the system of equations inconsistent .

literature

  • A. Blickensdörfer-Ehlers, WG Eschmann, H Neunzert, K. Schelkes: Analysis 2: With an introduction to vector and matrix calculation A textbook and workbook . Springer, 1982, pp. 86-91
  • Marvin Marcus and Henryk Minc: A survey of matrix theory and matrix inequalities. Dover Publications, 1992, ISBN 0-486-67102-X , p. 31

Web links