Jump to content

Augmented matrix

From Wikipedia, the free encyclopedia

Inlinear algebra,anaugmented matrixis amatrixobtained by appending a-dimensional column vector,on the right, as a further column to a-dimensional matrix.This is usually done for the purpose of performing the sameelementary row operationson the augmented matrixas is done on the original onewhen solving a system of linear equations byGaussian elimination.

For example, given the matricesand column vector,where the augmented matrixis

For a given numberof unknowns, the number of solutions to a system oflinear equations depends only on therankof the matrix of coefficientsrepresenting the system and the rank of the corresponding augmented matrixwhere the components ofconsist of the right hand sides of thesuccessive linear equations. According to theRouché–Capelli theorem,any system of linear equations

whereis the-component column vector whose entries are the unknowns of the system isinconsistent(has no solutions) if therankof the augmented matrixis greater than the rank of thecoefficient matrix.If, on the other hand, the ranks of these two matrices are equal, the system must have at least one solution. The solution is unique if and only if the rank equals the number of variables.Otherwise the general solution hasfree parameters whereis the difference between the number of variablesand the rank. In such a case there as an affine space of solutions of dimension equal to this difference.

The inverse of a nonsingular square matrixof dimensionmay be found by appending theidentity matrixto the right ofto form thedimensional augmented matrix.Applying elementary row operations to transform the left-handblock to theidentity matrix,the right-handblock is then the inverse matrix

Example of finding the inverse of a matrix

[edit]

Letbe the square 2×2 matrix

To find the inverse ofwe form the augmented matrixwhereis theidentity matrix.We then reduce the part ofcorresponding toto the identity matrix usingelementary row operationson. the right part of which is the inverse.

Existence and number of solutions

[edit]

Consider the system of equations

The coefficient matrix is and the augmented matrix is

Since both of these have the same rank, namely 2, there exists at least one solution; and since their rank is less than the number of unknowns, the latter being 3, there are an infinite number of solutions.

In contrast, consider the system

The coefficient matrix is and the augmented matrix is

In this example the coefficient matrix has rank 2 while the augmented matrix has rank 3; so this system of equations has no solution. Indeed, an increase in the number of linearly independent rows has made the system of equationsinconsistent.

Solution of a linear system

[edit]

As used in linear algebra, an augmented matrix is used to represent thecoefficientsand the solution vector of each equation set. For the set of equations the coefficients and constant terms give the matrices and hence give the augmented matrix

Note that the rank of the coefficient matrix, which is 3, equals the rank of the augmented matrix, so at least one solution exists; and since this rank equals the number of unknowns, there is exactly one solution.

To obtain the solution, row operations can be performed on the augmented matrix to obtain the identity matrix on the left side, yielding so the solution of the system is(x,y,z) = (4, 1, −2).

References

[edit]
  • Marvin Marcusand Henryk Minc,A survey of matrix theory and matrix inequalities,Dover Publications,1992,ISBN0-486-67102-X.Page 31.