Download Article
Download Article
The row-echelon form of a matrix is highly useful for many applications. For example, it can be used to geometrically interpret different vectors, solve systems of linear equations, and find out properties such as the determinant of the matrix.
Steps
-
Understand what row-echelon form is. The row-echelon form is where the leading (first non-zero) entry of each row has only zeroes below it. These leading entries are called pivots, and an analysis of the relation between the pivots and their locations in a matrix can tell much about the matrix itself. An example of a matrix in row-echelon form is below. [1] X Research source
-
Understand how to perform elementary row operations. There are three row operations that one can do to a matrix. [2] X Research source
- Row swapping.
- Scalar multiplication. Any row can be replaced by a non-zero scalar multiple of that row.
- Row addition. A row can be replaced by itself plus a multiple of another row.
Advertisement -
Identify the first pivot of the matrix. The pivots are essential to understanding the row reduction process. When reducing a matrix to row-echelon form, the entries below the pivots of the matrix are all 0. [4] X Research source
- For our matrix, the first pivot is simply the top left entry. In general, this will be the case, unless the top left entry is 0. If this is the case, swap rows until the top left entry is non-zero.
- By their nature, there can only be one pivot per column and per row. When we selected the top left entry as our first pivot, none of the other entries in the pivot's column or row can become pivots.
-
Perform row operations on the matrix to obtain 0's below the first pivot. [5] X Research source
- For our matrix, we want to obtain 0's for the entries below the first pivot. Replace the second row with itself minus the first row. Replace the third row with itself minus three times the first row. These row reductions can be succinctly written as and
-
Identify the second pivot of the matrix. The second pivot can either be the middle or the middle bottom entry, but it cannot be the middle top entry, because that row already contains a pivot. We will choose the middle entry as the second pivot, although the middle bottom works just as well. [6] X Research source
-
Perform row operations on the matrix to obtain 0's below the second pivot. [7] X Research source
- This matrix is in row-echelon form now.
-
In general, keep identifying your pivots. Row-reduce so that the entries below the pivots are 0. [8] X Research source
Advertisement
Community Q&A
Search
-
QuestionWhy aren't column operations used to reduce a matrix in its echelon form?Community AnswerAt a fundamental level, matrices are objects containing the coefficients of different variables in a set of linear expressions. Each row is for a single expression, and each column is for a single variable. When solving sets of equations, we can combine equations by adding or subtracting the equations, or multiplying them by a factor; it wouldn't make sense to multiply the coefficients of a single variable in all the equations by a number, or subtract the coefficient of one variable from that of another variable in all the equations. Hence, we perform operations on rows (coefficients in expressions), not on columns (coefficients of variables).
-
QuestionHow do you find the rank of a matrix by row echelon form?Community AnswerThe rank of a matrix is the dimension of the vector space spanned by the columns. So the number of pivots equals the rank. The number of non-zero rows also equals the rank.
-
QuestionCan my answer in row echelon form differ?Community AnswerYes, but there will always be the same number of pivots in the same columns, no matter how you reduce it, as long as it is in row echelon form. The easiest way to see how the answers may differ is by multiplying one row by a factor. When this is done to a matrix in echelon form, it remains in echelon form.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
- Reducing a matrix to row-echelon form works with any size matrix, both square and rectangular.Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
References
- ↑ https://www.geeksforgeeks.org/row-echelon-form/
- ↑ https://people.richland.edu/james/lecture/m116/matrices/matrices.html
- ↑ https://textbooks.math.gatech.edu/ila/row-reduction.html
- ↑ https://math.berkeley.edu/~arash/54/notes/01_02.pdf
- ↑ https://math.libretexts.org/Bookshelves/Linear_Algebra/Interactive_Linear_Algebra_(Margalit_and_Rabinoff)/01%3A_Systems_of_Linear_Equations-_Algebra/1.02%3A_Row_Reduction
- ↑ https://math.berkeley.edu/~arash/54/notes/01_02.pdf
- ↑ https://math.libretexts.org/Bookshelves/Linear_Algebra/A_First_Course_in_Linear_Algebra_(Kuttler)/01%3A_Systems_of_Equations/1.03%3A_Gaussian_Elimination
- ↑ https://people.richland.edu/james/lecture/m116/matrices/pivot.html
About This Article
Thanks to all authors for creating a page that has been read 306,114 times.
Advertisement