Augmented matrix
In linear algebra, an augmented matrix is a matrix obtained by appending the columns of two given matrices, usually for the purpose of performing the same elementary row operations on each of the given matrices.
Given the matrices A and B, where:

Then, the augmented matrix (A|B) is written as:
![(A|B)=
\left[\begin{array}{ccc|c}
1 & 3 & 2 & 4 \\
2 & 0 & 1 & 3 \\
5 & 2 & 2 & 1
\end{array}\right].](http://upload.wikimedia.org/wikipedia/en/math/9/0/b/90bb313a8261f5819bbd627527a4fe68.png)
This is useful when solving systems of linear equations.
The number of solutions to a system of linear equations depends only on the rank of the matrix representing the system and the corresponding augmented matrix.
An augmented matrix may also be used to find the inverse of a matrix by combining it with the identity matrix.
[edit] Examples
![(C|I) =
\left[\begin{array}{cc|cc}
1 & 3 & 1 & 0\\
-5 & 0 & 0 & 1
\end{array}\right]](http://upload.wikimedia.org/wikipedia/en/math/2/2/8/2287af9b77a63d0c27d9d220fda56960.png)
![(I|C^{-1}) =
\left[\begin{array}{cc|cc}
1 & 0 & 0 & -\frac{1}{5} \\
0 & 1 & \frac{1}{3} & \frac{1}{15}
\end{array}\right]](http://upload.wikimedia.org/wikipedia/en/math/7/2/c/72cb9fd6adf4343b3c37567082e59ddf.png)
[edit] Solution of a linear system
As used in linear algebra, an augmented matrix is used to represent the coefficients and the solution vector of each equation set. For the set of equations:

the coefficients and constant terms give the matrices

Giving the augmented matrix:
![(A|B) =
\left[\begin{array}{ccc|c}
1 & 2 & 3 & 0 \\
3 & 4 & 7 & 2 \\
6 & 5 & 9 & 11
\end{array}\right]](http://upload.wikimedia.org/wikipedia/en/math/a/8/3/a839cf557107100783576aa71de34241.png)
[edit] References
- Marvin Marcus and Henryk Minc, A survey of matrix theory and matrix inequalities, Dover Publications, 1992, ISBN 0-486-67102-X. Page 31.
| This linear algebra-related article is a stub. You can help Wikipedia by expanding it. |