|
|
|
|
row reduction
|
(Algorithm)
|
|
|
Row reduction, also known as Gaussian elimination, is an algorithm for solving a system of linear equations
To describe row reduction, it is convenient to formulate a linear system as a single matrix-vector equation where
are, respectively, the matrix of coefficients of the linear system, the -place column vector of the scalars from the right-hand of the equations, and the -place column vector of unknowns.
The method consists of combining the coefficient matrix with the right hand vector to form the “augmented”
matrix
where each is the -place row vector corresponding to row of the augmented matrix.
A sequence of elementary row operations is then applied to this matrix so as to transform it to row echelon form. The elementary operations are:
- row scaling: the multiplication a row by a nonzero scalar;
- row exchange: the exchanges of two rows;
- row replacement: the addition of a multiple of one row to another row;
Note that these operations are “legal” because is a solution of the transformed system if and only if it is a solution of the initial system.
If the number of equations equals the number of variables ( ), and if the coefficient matrix is non-singular, then the algorithm will terminate when the augmented matrix has the following form:
With these assumptions, there exists a unique solution, which can be obtained from the above matrix by back substitution.
For the general case, the termination procedure is somewhat more complicated. First recall that a matrix is in echelon form if each row has more leading zeros than the rows above it. A pivot is the leading non-zero entry of some row. We then have
A variant of Gaussian elimination is Gauss-Jordan elimination. In this variation we reduce to echelon form, and then if the system proves to be consistent, continue to apply the elementary row operations until the augmented matrix is in reduced echelon form. This means that not only does each pivot have all zeroes below it, but that each pivot also has all zeroes above it.
In essence, Gauss-Jordan elimination performs the back substitution; the values of the unknowns can be read off directly from the terminal augmented matrix. Not surprisingly, Gauss-Jordan elimination is slower than Gaussian elimination. It is useful, however, for solving systems on paper.
|
"row reduction" is owned by rmilson.
|
|
(view preamble)
Cross-references: terminal, reduced, consistent, variation, free variables, side, language, even, linearly independent, linear combination, plus, particular solution, degrees of freedom, general solution, inconsistent, column, echelon form, variables, number, solution, multiple, addition, multiplication, operations, row echelon form, Transform, sequence, row, row vector, vector, right, scalars, column vector, coefficients, matrix, equation, linear system, system of linear equations, algorithm
There are 14 references to this entry.
This is version 13 of row reduction, born on 2002-01-04, modified 2006-09-07.
Object id is 1238, canonical name is GaussianElimination.
Accessed 52008 times total.
Classification:
| AMS MSC: | 15A06 (Linear and multilinear algebra; matrix theory :: Linear equations) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|