![]()
MATH347 L8: Row echelon forms
|
New concepts:
Row echelon form
Elementary matrices
Matrix inverse
![]()
How to determine number of solutions?
|
Use similarity transformations to reduced row echelon form:
All zero rows are below non-zero rows
First non-zero entry on a row is called the leading entry
In each non-zero row, the leading entry is to the left of lower leading entries
Each leading entry equals 1 and is the only non-zero entry in its column
Row echelon form:
Allow additional non-zero elements in a column, above the leading entry
>> |
A=[1 2 3; 0 1 1; 1 2 3]; rref(A) |
>> |
![]()
Interpretation of reduced echelon forms
|
After carrying out rref on bordered matrix , if:
there is a row with No solutions
the result is of form Unique solution
there is no row of form , and there is a row of all zeros Infinitely many solutions
Examples
![]()
Elementary matrices: Permutation
|
Denote a permutation by
with , for
The sign of a permutation, is the number of pair swaps needed to obtain the permutation starting from the identity permutation
A permutation can be specified by a permutation matrix obtained from by swapping rows and columns
![]()
Elementary matrices: Row combinations
|
Recall the basic operation in row echelon reduction: constructing a linear combination of rows to form zeros beneath the main diagonal, e.g.
This can be stated as a matrix multiplication operation, with
![]()
Gaussian multiplier matrix
|
Definition. The matrix
with , and the matrix obtained after step of row echelon reduction (or, equivalently, Gaussian elimination) is called a Gaussian multiplier matrix.
Permutation and Gaussian multiplier matrices are elementary matrices.
![]()
Inverse matrix
|
Consider elementary matrices
stating that undoes the effect of .
is invertible if there exists such that
Notation , is the inverse of .