Content deleted Content added
Tag: Reverted |
added illustration from Commons to article |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2:
In [[linear algebra]], a [[Matrix (mathematics)|matrix]] is in '''row echelon form''' if it can be obtained as the result of [[Gaussian elimination]]. Every matrix can be put in row echelon form by applying a sequence of [[elementary row operation]]s. The term ''echelon'' comes from the French ''échelon'' ("level" or step of a ladder), and refers to the fact that the nonzero entries of a matrix in row echelon form look like an inverted staircase.
[[File:Row echelon form.png|thumb|right|Example of a rectangular matrix in row echelon form]]
For [[square matrices]], an [[upper triangular matrix]] with nonzero entries on the diagonal is in row echelon form, and a matrix in row echelon form is (weakly) upper triangular. Thus, the row echelon form can be viewed as a generalization of upper triangular form for rectangular matrices.
A matrix is in '''reduced row echelon form''' if it is in row echelon form, with the additional property that the first nonzero entry of each row is equal to <math>1</math> and is the only nonzero entry of its column. The reduced row echelon form of a matrix is unique and does not depend on the sequence of elementary row operations used to obtain it. The
A matrix is in '''column echelon form''' if its [[transpose]] is in row echelon form. Since all properties of column echelon forms can therefore immediately be deduced from the corresponding properties of row echelon forms, ''only row echelon forms are considered in the remainder of the article.''
==
{{anchor|rref}}
A matrix is in '''row echelon form''' if
* All rows having only zero entries are at the bottom.<ref>Phrased in terms
* The [[leading entry]] (that is, the
Some texts add the condition that the leading coefficient must be 1<ref>See
These two conditions imply that all entries in a column below a leading coefficient are zeros.<ref>{{harvnb|Meyer|2000|p=44}}</ref>
The following is an example of a <math>4\times 5</math> matrix in row echelon form, but not in reduced row echelon form
: <math>
\left[ \begin{array}{ccccc}
Line 57:
{{main|Gaussian elimination}}
Gaussian elimination is the main algorithm for transforming every matrix into a matrix in row echelon form. A variant, sometimes called [[Gauss–Jordan elimination]] produces a reduced row echelon form. Both consist of a finite sequence of [[elementary row operation]]s; the number of required elementary row operations is at most {{mvar|mn}} for an {{mvar|m}}-by-{{mvar|n}} matrix.<ref name=":0">{{Cite book|url=https://books.google.com/books?id=loRbAgAAQBAJ|title=Elementary Linear Algebra: Applications Version, 11th Edition|last1=Anton|first1=Howard|last2=Rorres|first2=Chris|date=2013-10-23|publisher=Wiley Global Education |isbn=9781118879160|page=21|language=en}}</ref>
For a given matrix, despite the row echelon form not being unique, all row echelon forms, including the reduced row echelon form, have the same number of zero rows and the pivots are located in the same positions.<ref name=":0" />
Line 68:
\end{array} \right]</math>
For a matrix with [[integer]] coefficients, the [[Hermite normal form]] is a row echelon form that can be calculated without introducing any denominator, by using [[Euclidean division]] or [[Bézout's identity]]. The reduced echelon form of a matrix with integer entries generally contains non-integer entries, because of the need
The non-uniqueness of the row echelon form of a matrix follows from the fact that some elementary row operations transform a matrix in row echelon form into another ([[row equivalence|equivalent]]) matrix that is also in row echelon form. These elementary row operations include the multiplication of a row by a nonzero scalar and the addition of a scalar multiple of a row to one of the rows above it. For example:
Line 81:
== Affine spaces of reduced echelon forms ==
:<math> 0< L_1 \cdots < L_j \le n, </math>
where <math>j \le k</math> is the dimension of the [[row space]] of the matrix. The data <math>(k, n, L_1, \ldots, L_j)</math> will be called the ''shape'' of <math>A</math>, which has leading non-zero entries
Line 101:
= nj - \frac{1}{2}j(j-1)- \sum_{i=1}^j L_i. </math>
==Notes==
Line 151 ⟶ 111:
| title = Linear Algebra with Applications
| isbn=978-0-13-600929-0
| edition =
| year = 2010
| publisher = Pearson
Line 166 ⟶ 126:
{{wikibooks|Linear Algebra|Row Reduction and Echelon Forms}}
*[
{{Matrix classes}}
[[Category:Numerical linear algebra]]
[[Category:
[[de:Lineares Gleichungssystem#Stufenform, Treppenform]]
|