Linear Algebra Chapter 1 Matrices Part 2
Linear Algebra Chapter 1 Matrices Part 2
College of Education
Example 1. Listed below are four elementary matrices and the operations that produce them.
which results from adding 3 times the first row of I 3 to the third row. The product EA is
which is precisely the matrix that results when we add 3 times the first row of A to the third row.
Example 3. In each of the following, an elementary row operation is applied to the 2 ×2 identity matrix
to obtain an elementary matrix E , then E is restored to the identity matrix by applying the inverse row
operation.
Theorem 1.5.2. Every elementary matrix is invertible, and the inverse is also an elementary matrix.
Inversion Algorithm: To find the inverse of an invertible matrix A , find a sequence of elementary row
operations that reduces A to the identity and then perform that same sequence of operations on I n to
obtain A−1.
Example 4. Find the inverse of
Solution: We want to reduce A to the identity matrix by row operations and simultaneously apply these
operations to I to produce A−1. To accomplish this, we will adjoin the identity matrix to the right side of
A , thereby producing a partitioned matrix of the form [ A∨I ]. Then we will apply row operations to this
matrix until the left side is reduced to I ; these operations will convert the right side to A−1, so the final
matrix will have the form [I ∨A−1 ].
Example 5.
Example 6. Use Theorem 1.5.3 to determine whether the given homogeneous system has nontrivial
solutions.
Solution: From parts (a) and (b) of Theorem 1.5.3 a homogeneous linear system has only the trivial
solution if and only if its coefficient matrix is invertible. From Examples 4 and 5 the coefficient matrix
of system (a) is invertible and that of system (b) is not. Thus, system (a) has only the trivial solution
while system (b) has nontrivial solutions.
A. Abella I, PhD MMM 502 (Linear Algebra) MAED-Mathematics
4
College of Education
Theorem 1.6.1. A system of linear equations has zero, one, or infinitely many solutions. There are no
other possibilities.
Theorem 1.6.2. If A is an invertible n × n matrix, then for each n ×1 matrix b , the system of equations
Ax=b has exactly one solution, namely, x= A−1 b .
Solution: The two systems have the same coefficient matrix. If we augment this coefficient matrix with
the columns of constants on the right sides of these systems, we obtain
It follows from the last two columns that the solution of system (a) is x 1=1, x 2=0, x 3=1 and the
solution of system (b) is x 1=2, x 2=1, x 3=−1.
Equivalence Theorem: We are now in a position to add two more statements to the four given in
Theorem 1.5.3.
Theorem 1.6.5. Let A and B be square matrices of the same size. If AB is invertible, then A and B must
also be invertible.
A Fundamental Problem: Let A be a fixed m ×n matrix. Find all m ×1 matrices b such that the system of
equations A x=b is consistent.
Example 3.
Example 4.
A square matrix in which all the entries off the main diagonal are zero is called a diagonal
matrix.
Example 1.
A square matrix in which all the entries above the main diagonal are zero is called lower triangular, and
a square matrix in which all the entries below the main diagonal are zero is called upper triangular. A
matrix that is either upper triangular or lower triangular is called triangular.
Example 2.
Theorem 1.7.1
Example 3.
Example 4.
Theorem 1.7.2. If A and B are symmetric matrices with the same size, and if k is any scalar, then:
Theorem 1.7.3. The product of two symmetric matrices is symmetric if and only if the matrices
commute.
Example 5.
Example 6.
Theorem 1.7.5. If A is an invertible matrix, then and A AT and AT A are also invertible.