Content deleted Content added
KarlJacobi (talk | contribs) |
added illustration from Commons to article |
||
(46 intermediate revisions by 22 users not shown) | |||
Line 1:
{{short description|Possible form of a matrix}}
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 ''
[[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
A matrix is in '''column echelon form''' if its [[transpose]] is in row echelon form.
==
{{anchor|rref}}
A matrix is in '''row echelon form''' if
* All rows having only zero entries are at the bottom.<ref>Phrased in terms of each individual zero row in {{harvtxt|Leon|2010|p=13}}:"A matrix is said to be in <strong>row echelon form</strong> ... (iii) If there are rows whose entries are all zero, they are below the rows having nonzero entries."</ref>
* 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 37:
* Each column containing a leading {{math|1}} has zeros in all its other entries.
* Each column containing a leading {{math|1}} has zeros in all entries above the leading {{math|1}}.
While a matrix may have several echelon forms, its reduced echelon
Given a matrix in reduced row echelon form, if one permutes the columns in order to have the leading {{math|1}} of the {{mvar|i}}th row in the {{mvar|i}}th column, one gets a matrix of the form
Line 46:
I & X\\ 0&0
\end{pmatrix},</math>
where {{mvar|I}} is
== Systems of linear equations ==
Line 52:
A [[system of linear equations]] is said to be in ''row echelon form'' if its [[augmented matrix]] is in row echelon form. Similarly, a system of linear equations is said to be in ''reduced row echelon form'' or in ''canonical form'' if its augmented matrix is in reduced row echelon form.
The canonical form may be viewed as an explicit solution of the linear system. In fact, the system is [[System of linear equations#Consistency|inconsistent]] if and only if one of the equations of the canonical form is reduced to 0 = 1; that is if there is a leading {{mvar|1}} in the column of the constant terms.<ref>{{Cite book|url=https://books.google.com/books?id=S0imN2tl1qwC|title=Linear Algebra: Theory and Applications|
== Transformation to row echelon form ==
{{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|
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
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
: <math> \begin{bmatrix} 1 & 3 & -1 \\ 0 & 1 & 7 \\ \end{bmatrix}
\xrightarrow{\text{add row 2 to row 1}}
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 91:
\end{align}.</math>
Since all other entries are arbitrary elements of the base field <math>K</math>, the set <math>A(k, n, L_1, \ldots, L_j)</math> of all reduced echelon form matrices with shape <math>(k, n, L_1, \ldots, L_j)</math> is a {{mvar|K}}-affine space of dimension<ref name="Fu">{{cite book | last=Fulton | first= William | title= Young Tableaux. With Applications to Representation Theory and Geometry, Chapt. 9.4 | year=1997 | series =London Mathematical Society Student Texts | volume = 35 |publisher=Cambridge University Press | ___location = Cambridge, U.K.| isbn= 9780521567244 | doi=10.1017/CBO9780511626241 }} </ref><ref name="KL">{{cite journal | last1=Kleiman | first1=S.L.| last2=Laksov | first2=Dan |title= Schubert Calculus | publisher=American Mathematical Society|journal = American Mathematical Monthly | volume=79| issue=10 | year=1972 | issn=0377-9017 | doi=10.1080/00029890.1972.11993188 | pages=
:<math>\text{dim}(A(k,n, L_1, \dots, L_j))=nj -\frac{1}{2}j(j-1)- \sum_{i=1}^j L_i.</math>
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]]
|