lecture5 (2)
lecture5 (2)
CA = In and AC = In .
In this case, C is the inverse of A and denoted by A−1 . That is, it satisfies
A−1 A = In and AA−1 = In .
The Inverse of a Matrix
• Recall that the multiplicative inverse of a number such as 5 is 1/5 or 5−1 . This
inverse satisfies the equations
5−1 · 5 = 1 and 5 · 5−1 = 1
• The matrix generalization requires both equations and avoid the slanted-line
notation (for division) because matrix multiplication is not commutative.
Furthermore, a full generalization is possible only if the matrices involved are
square.
• An n × n matrix A is said to be invertible if there is an n × n matrix C such that
CA = In and AC = In .
In this case, C is the inverse of A and denoted by A−1 . That is, it satisfies
A−1 A = In and AA−1 = In .
• An invertible matrix is called a nonsingular matrix. A matrix that is not invertible
is called a singular matrix.
2 5 −7 −5
Example 5.1. Let A = and C = . Show that C = A−1 .
−3 −7 3 2
2 5 −7 −5
Example 5.1. Let A = and C = . Show that C = A−1 .
−3 −7 3 2
Example 5.2. Let A be the 2 matrix
1 2
A= .
3 6
2 4
Use the inverse formula of 2 × 2 matrices to find A−1 of the matrix A = .
3 1
Example 5.5. Let A and B the 2 × 2 matrices
1 3 3 −2
A= and B = .
2 4 1 −1
Example 5.9 The following augmented matrices are in row-echelon form, but not in
reduced row-echelon form.
Example 5.10
The following augmented matrices are in reduced row-echelon form.
1
We will study this concept later.
Example 5.10
The following augmented matrices are in reduced row-echelon form.
One way in which the row-echelon form of a matrix is useful is in identifying the pivot
positions and pivot columns of the matrix.
Definition 5.11 A pivot position in a matrix is the location of a leading entry in the
row-echelon form of a matrix. A pivot column is a column that contains a pivot
position.
Definition 5.12. The rank of a matrix is equal to the number of linearly
independent 1 rows (or columns) in it. Technically, the rank is the number of pivot
columns (equivalently, the number of leading entries.)
1
We will study this concept later.