Augmented matrix

Augmented matrix

In linear algebra, the augmented matrix of a matrix is obtained by combining two matrices.

Given the matrices "A" and "B", where:

A = egin{bmatrix} 1 & 3 & 2 \ 2 & 0 & 1 \ 5 & 2 & 2 end{bmatrix}, quadB = egin{bmatrix} 4 \ 3 \ 1 end{bmatrix}

Then, the augmented matrix ("A"|"B") is written as:

(A|B)= egin{bmatrix} 1 & 3 & 2 & 4 \ 2 & 0 & 1 & 3 \ 5 & 2 & 2 & 1 end{bmatrix}

This is useful when solving systems of linear equations or the augmented matrix may also be used to find the inverse of a matrix by combining it with the identity matrix.

Examples

Let "C" be a square 2×2 matrix whereC = egin{bmatrix} 1 & 3 \ -5 & 0 end{bmatrix}

To find the inverse of C we create ("C"|"I") where I is the 2×2 identity matrix. We then reduce the part of ("C"|"I") corresponding to "C" to the identity matrix using only elementary matrix transformations on ("C"|"I").

(C|I) = egin{bmatrix} 1 & 3 & 1 & 0\ -5 & 0 & 0 & 1 end{bmatrix}

(I|C^{-1}) = egin{bmatrix} 1 & 0 & 0 & -frac{1}{5} \ 0 & 1 & frac{1}{3} & frac{1}{15} end{bmatrix}

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:

egin{array}{rcl}x_1 + 2x_2 + 3x_3 &=& 0 \3x_1 + 4x_2 + 7x_3 &=& 2 \6x_1 + 5x_2 + 9x_3 &=& 11end{array}

the augmented matrix would be composed of

A =egin{bmatrix}1 & 2 & 3 \3 & 4 & 7 \6 & 5 & 9end{bmatrix}, quadB = egin{bmatrix}0 \2 \11end{bmatrix}

Leaving us with:

C =egin{bmatrix}1 & 2 & 3 & 0 \3 & 4 & 7 & 2 \6 & 5 & 9 & 11end{bmatrix}.

References

* Marvin Marcus and Henryk Minc, "A survey of matrix theory and matrix inequalities", Dover Publications, 1992, ISBN 0-486-67102-X. Page 31.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • augmented matrix — noun Date: circa 1949 a matrix whose elements are the coefficients of a set of simultaneous linear equations with the constant terms of the equations entered in an added column …   New Collegiate Dictionary

  • augmented matrix — noun : a matrix whose elements are the coefficients of a set of simultaneous linear equations with the constant terms of the equations entered in an added column …   Useful english dictionary

  • Matrix of Leadership — Plot element from the Transformers franchise Publisher Marvel Comics (introduction only) First appearance Transformers issue 10 (November 1985) Created by Bob Budiansky …   Wikipedia

  • Transformation matrix — In linear algebra, linear transformations can be represented by matrices. If T is a linear transformation mapping Rn to Rm and x is a column vector with n entries, then for some m×n matrix A, called the transformation matrix of T. There is an… …   Wikipedia

  • S-matrix — ▪ quantum mechanics also called  scattering matrix        in quantum mechanics, array of mathematical quantities that predicts the probabilities of all possible outcomes of a given experimental situation. For instance, two particles in collision… …   Universalium

  • List of mathematics articles (A) — NOTOC A A Beautiful Mind A Beautiful Mind (book) A Beautiful Mind (film) A Brief History of Time (film) A Course of Pure Mathematics A curious identity involving binomial coefficients A derivation of the discrete Fourier transform A equivalence A …   Wikipedia

  • Gaussian elimination — In linear algebra, Gaussian elimination is an algorithm for solving systems of linear equations. It can also be used to find the rank of a matrix, to calculate the determinant of a matrix, and to calculate the inverse of an invertible square… …   Wikipedia

  • System of linear equations — In mathematics, a system of linear equations (or linear system) is a collection of linear equations involving the same set of variables. For example,:egin{alignat}{7}3x ; + ; 2y ; ; z ; = ; 1 2x ; ; 2y ; + ; 4z ; = ; 2 x ; + ; frac{1}{2} y ; ; z …   Wikipedia

  • Total least squares — The bivariate (Deming regression) case of Total Least Squares. The red lines show the error in both x and y. This is different from the traditional least squares method which measures error parallel to the y axis. The case shown, with deviations… …   Wikipedia

  • Affine transformation — In geometry, an affine transformation or affine map or an affinity (from the Latin, affinis , connected with ) between two vector spaces (strictly speaking, two affine spaces) consists of a linear transformation followed by a translation::x… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”