Properties of Matrices (Edexcel A-Level Further Mathematics): Revision Notes
2.1.5 Inverses of Matrices
What is the Inverse of a Matrix?
The inverse of a matrix is a matrix that, when multiplied by the original matrix, gives the identity matrix. Not all matrices have an inverse—only those with a non-zero determinant are invertible. The inverse of a matrix is usually denoted as
Definition:
For a square matrix , if there exists a matrix such that:
where is the identity matrix, then is called the inverse of matrix .
Conditions for a Matrix to Have an Inverse
A matrix has an inverse if and only if its determinant is non-zero. If the determinant is zero, the matrix is called singular, and it does not have an inverse.
Inverse of a Matrix
For a matrix:
The inverse is given by:
where
Example: Find the inverse of
Step 1: Calculate the determinant:
Step 2: Apply the formula for the inverse:
Thus, the inverse of is:
Inverse of a Matrix
For a matrix, the inverse calculation is more complex and involves finding the matrix of minors, matrix of cofactors, and the adjugate of the matrix.
Calculation Method
Steps for finding the inverse of a matrix :
Step 1: Find the Determinant
Step 2: Find the Matrix of Minors
Step 3: Form the Matrix of Cofactors
Step 4: Find the Adjugate
Step 5: Multiply by the Reciprocal of the Determinant
Step 1: Find the Determinant: Calculate the determinant . If , the matrix is singular and does not have an inverse.
Step 2: Find the Matrix of Minors: For each element in the matrix, calculate the minor, which is the determinant of the matrix that remains after removing the row and column of that element.
Step 3: Form the Matrix of Cofactors: Apply a checkerboard pattern of signs (+ and -) to the minors to create the cofactor matrix.
Step 4: Find the Adjugate: Transpose the cofactor matrix to get the adjugate matrix.
Step 5: Multiply by the Reciprocal of the Determinant: Finally, the inverse is given by:
Identity Matrix and Inverses
The identity matrix, denoted , is a special matrix where all diagonal elements are , and all other elements are . The identity matrix acts as the neutral element in matrix multiplication, similar to how is the neutral element in multiplication of numbers.
For a identity matrix:
If , then is the inverse of .
Properties of Inverses
- Only Square Matrices: Only square matrices can have an inverse (i.e., matrices with the same number of rows and columns).
- Uniqueness: If a matrix has an inverse, it is unique.
- Product of Inverses: If and are invertible matrices, then:
(Notice the order is reversed when finding the inverse of a product of matrices.)
Applications of Matrix Inverses
Solving Systems of Equations:
If , where is a square matrix, is the column of unknowns, and is the result matrix, you can solve for by multiplying both sides by
Geometric Transformations:
In computer graphics and geometry, inverse matrices are used to reverse transformations (e.g., scaling, rotation).
Inverse of a Matrix
The inverse of a matrix is denoted . For an inverse, the following is the case:
It's important to note that in this sense a power of does not mean reciprocal. It is used in the sense of function notation to mean "inverse."
Worked Examples
Example: Find the Inverse of
Step 1: Calculate the determinant of
Since , the matrix is invertible.
Step 2: To compute the inverse, first find the matrix of minors by calculating the determinant of each submatrix.
Minor
Minor
Minor
Minor
Minor
Minor
Minor
Minor
Minor
To create the matrix of cofactors, alternate signs in a checkerboard pattern:
Step 3: Apply these signs to the minors:
Step 4: Transpose the matrix of cofactors, swapping rows and columns:
Step 5: Multiply the transpose of the cofactor matrix by
Thus:
Step 6: Simplify:
The inverse of the matrix is:
Example: Find the Inverse of
Formula:
To find the inverse of a matrix, we can use the following formula:
Where the matrix
And is the determinant of , given by:
Step 1: Calculate the Determinant
For the matrix
- The determinant is:
Step 2: Find the Adjoint Matrix
Next, apply the formula for the adjoint matrix:
Substituting the values of , , , and
Step 3: Multiply by
The inverse is:
Substituting
Simplify:
Step 4: Verify the Result
To verify, multiply the original matrix by its inverse:
First, perform the matrix multiplication:
Simplify each element:
The result is the identity matrix, confirming that the inverse is correct.
Final Answer
The inverse of
Is:
Example: Find the Inverse of the General Matrix
To find the inverse of a matrix using algebraic manipulation, we solve the equation:
This equation states that the product of the given matrix and its inverse must yield the identity matrix. Our goal is to find , , and in terms of , , and .
Step 1: Set Up a System of Equations
Multiplying the matrices gives the following system of equations:
- (Equation A)
- (Equation B)
- (Equation C)
- (Equation D)
Step 2: Solve for and Using Equations and
From Equation :
Substitute this expression for into Equation :
Simplify:
Multiply through by to clear the fraction
Rearrange:
Solve for :
Substitute this value of into the expression for :
Simplify:
Step 3: Solve for and Using Equations and
From Equation :
Substitute this into Equation :
Simplify:
Multiply through by :
Solve for :
Substitute this value of into the expression for :
Simplify:
Step 4: Write the Inverse Matrix
Now that we have all elements:
Thus, the inverse matrix is:
This can also be written as:
Final Answer
The inverse of
is:
Where
Example: Find the Inverse of
Step 1: Calculate the Determinant
The determinant of a matrix
is given by:
For the matrix
- Substitute these values into the formula:
Step 2: Interpret the Result
Since the determinant is zero, the matrix is singular, meaning it does not have an inverse.
The formula for the inverse of a matrix is:
However, since , this results in division by zero:
This is undefined, so the matrix has no inverse.
Conclusion
When the determinant of a matrix is zero, the matrix is singular and does not have an inverse. Therefore, the matrix:
is singular and its inverse is undefined.
Key Takeaways:
- The inverse of a matrix is a matrix such that , where is the identity matrix.
- A matrix is invertible if and only if its determinant is non-zero.
- The inverse of a matrix is calculated using the formula
- Inverses are essential for solving systems of equations, performing transformations, and more. Understanding how to calculate and apply matrix inverses is crucial in both algebra and geometry.