Chapter 2
Chapter 2
* The leading entry in a row of a matrix which isn’t all zeroes is the first
nonzero entry starting from the left.
Row Reduced Echelon Form (RREF)
• A rectangular matrix is in row reduced echelon form or RREF for short, if:
• all leading entries are 1,
• any leading entry is strictly to the right of any leading entry in the row
above it,
• if a column contains a leading entry, every other entry in that column is 0,
and
• any zero rows are below any non-zero rows.
* The leading entry in a row of a matrix which isn’t all zeroes is the first
nonzero entry starting from the left.
Row Reduced Echelon Form (RREF)
If the linear system is consistent, then the solution set contains either
i. a unique solution when there are no free variables, or
ii. infinitely many solutions when there is at least one free variable.
Elementary Matrices
• An elementary matrix is one that results from doing a single row
operation on I (identity matrix).
Type I: An elementary matrix of type I is a matrix obtained from I by
interchanging two rows of I.
Type II: An elementary matrix of type II is a matrix obtained from I by
multiplying a row of I by a nonzero constant.
Type III: An elementary matrix of type III is a matrix obtained from I
by adding a multiple of one row to another row
Elementary Matrices
• Theorem: If E is an elementary matrix, then E is nonsingular and is an
elementary matrix of the same type.
Elementary Matrices and Inverses
d.
Elementary Matrices
• For each of the following pairs of matrices, find an elementary matrix
E such that
Elementary Matrices
• For each of the following pairs of matrices, find an elementary matrix
E such that
Equivalent Conditions of Invertibility
where
LU Factorization to solve Linear Systems
Consider a system where can be factored as where is lower triangular,
and is the echelon form.
Then the system can be solved in two stages as follows:
1. First solve for by forward substitution.
2. Then solve for by back substitution.
Then is a solution to because .
Permutation Matrices
• A permutation matrix is a square matrix that is obtained from the
identity matrix by arranging the rows in a different order, so it has
exactly one 1 in each row and each column and has zeros elsewhere.
We regard the identity matrix as a permutation matrix.
• The elementary permutation matrices are those obtained from I by a
single row interchange, and every permutation matrix is a product of
elementary ones.
Vector Equation
A vector equation involves a linear combination of vectors with
possibly unknown coefficients.
where are vectors in unknown scalars, has the same solution set as the
linear system with augmented matrix
with scalars
Three characterization of consistency
1. A vector b is in the span of
2. The vector equation
has a solution.
3. The linear system with augmented matrix
is consistent.
References
• Gilbert Strang, (2016). Introduction to Linear Algebra. Wellesley-
Cambridge Press
• David C. Clay(2012).Linear Algebra and its Applications. Pearson