Multiplying a Matrix by Its Inverse
In the set of real numbers, every non-zero number has a reciprocal, which is the number , satisfying the property . A similar concept applies to matrices.
If is a square matrix (e.g., of order ) and is the identity matrix of the same order, then the inverse of matrix , denoted as , is a matrix that satisfies the property:
The identity matrix is a square matrix where all main diagonal elements are and all other elements are . For example, for a order:
Nonsingular and Singular Matrices
Not all square matrices have an inverse. A matrix has an inverse if and only if the determinant of the matrix is not equal to zero ( or ).
- Matrix is called a nonsingular matrix if . A nonsingular matrix always has an inverse.
- Matrix is called a singular matrix if . A singular matrix does not have an inverse.
Inverse of a Two by Two Matrix
For a matrix , let:
The inverse of matrix can be found using the following formula, provided that :
Understand each component of this formula:
-
Determinant of Matrix ( or ):
Calculated as:
-
Adjugate of Matrix ():
Obtained by swapping the main diagonal elements and changing the sign of the other diagonal elements:
So, the complete formula for the inverse of a matrix is:
Example of a Two by Two Matrix Inverse
Find the inverse of the following matrix :
Solution:
Step 1: Identify the elements of matrix .
Step 2: Calculate the determinant of matrix .
Since , matrix has an inverse.
Step 3: Determine the adjugate of matrix .
Step 4: Calculate the inverse of matrix .
The matrix above is .
Verify the result by multiplying the matrices:
Inverse of a Three by Three Matrix
The basic concept for finding the inverse of a matrix is the same as for a matrix, i.e., using the formula:
However, the calculation of the determinant () and adjugate () for a matrix is more complex.
- The determinant of a matrix can be calculated using Sarrus's rule or the cofactor expansion method.
- The adjugate of a matrix is obtained from the transpose of its cofactor matrix.
For a matrix, the process begins by calculating the determinant and adjugate. Both results are then substituted into the inverse formula.
Solving a Linear System with an Inverse
A matrix inverse can solve a system of linear equations when its coefficient matrix is invertible. Write the system in matrix form:
In this equation, is the coefficient matrix, is the variable matrix, and is the constant matrix. If has an inverse , multiply both sides from the left by . Keep this order because matrix multiplication is not generally commutative:
Multiplying the left side of both sides by gives . The multiplication order must stay the same because matrix multiplication is not commutative.
Exercises
Given the following matrices:
- Determine matrices and .
- Determine matrix .
- Determine matrix .
- Is matrix equal to matrix ? Explain your answer.
Worked Solutions
-
Determining :
Determining :
-
Determining :
-
Determining :
First, calculate :
Let . Calculate :
-
Comparison of and :
From the calculations:
The two matrices differ, so . Inversion is not distributive over addition. The same rule already holds for ordinary reciprocals: in general, .