Row echelon form
From Wikipedia, the free encyclopedia
In mathematics, a matrix is in row echelon form if is satisfies the following requirements:
- All nonzero rows are above any rows of all zeroes.
- The leading coefficient of a row is always to the right of the leading coefficient of the row above it.
- All entries below a leading coefficient, if any, are zeroes.
In some books, the leading coefficient has to be one.[1]
Row echelon form is closely related to reduced row echelon form (row canonical form). The difference is that in reduced row echelon form, the entries above the leading coefficient also have to be zero, and that the leading coefficient is always one.
Contents |
[edit] Examples
This matrix is in row echelon form:
As is this one:
However, this matrix is not in row echelon form, as it has nonzero entries below the leading coefficient of row 2.
[edit] Non-uniqueness
Every non-zero matrix can be reduced to an infinite number of echelon forms via elementary matrix transformations (they can all be multiples of each other, for example). However, all matrices and their row echelon forms correspond to exactly one matrix in reduced row echelon form.
[edit] Systems of linear equations
A system of linear equations is said to be in echelon form if its augmented matrix is in row echelon form. Similarly, a system of equations is said to be in reduced echelon form or canonical form if its augmeneted matrix is in reduced row echelon form.
[edit] See also
[edit] Notes
- ^ See, for instance, Larson and Hostetler, Precalculus, 7th edition.