Understanding Matrix 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 :
Let's understand each component of this formula:
-
Determinant of Matrix ( or ):
Calculated as:
-
Adjoint 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 matrix .
Solution:
Step : Identify the elements of matrix .
Step : Calculate the determinant of matrix .
Since , matrix has an inverse.
Step : Determine the adjoint of matrix .
Step : Calculate the inverse of matrix .
Thus, the inverse of matrix is .
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 adjoint () for a matrix is more complex.
- The determinant of a matrix can be calculated using Sarrus's rule or the cofactor expansion method.
- The adjoint of a matrix is obtained from the transpose of its cofactor matrix.
A fuller discussion on how to calculate the determinant and adjoint of a matrix will usually be studied separately because it involves more steps.
Properties of Matrix Inverse
One important use of the matrix inverse is to solve systems of linear equations. If a system of linear equations can be expressed in matrix multiplication form:
where is the coefficient matrix, is the variable matrix, and is the constant matrix. If matrix has an inverse (), then the solution for can be found by:
This is a very useful property in various mathematical and engineering applications.
Exercises
Given matrices and .
- Determine matrices and .
- Determine matrix .
- Determine matrix .
- Is matrix equal to matrix ? Explain your answer.
Answer Key
-
Determining :
Determining :
-
Determining :
-
Determining :
First, calculate :
Let . Now, calculate :
-
Comparison of and :
From the calculations:
Clearly, . This shows that the inverse of the sum of two matrices is generally not equal to the sum of their individual inverses.
This property differs from some algebraic operations on real numbers.