Grade 11 Maths Unit 4:4.2 Minors and Cofactors of Elements of Matrices & Matrices & Exercise 4.2
Table of Contents
Introduction
This tutorial focuses on understanding minors and cofactors of elements in matrices, as outlined in Grade 11 Maths Unit 4.2. We will explore key concepts and provide step-by-step instructions for calculating minors and cofactors, which are essential in various applications such as solving systems of equations and finding determinants.
Step 1: Understanding Minors
- Definition: A minor of an element in a matrix is the determinant of the submatrix that remains after removing the row and column of that element.
- How to Calculate a Minor:
- Identify the element in the matrix for which you want to find the minor.
- Remove the row and column containing that element.
- Calculate the determinant of the resulting smaller matrix.
Example: For the matrix
| 1 2 3 |
| 4 5 6 |
| 7 8 9 |
To find the minor of the element 5 (second row, second column):
- Remove the second row and second column:
| 1 3 |
| 7 9 |
- The minor is the determinant of this matrix:
- Minor(5) = (1 * 9) - (3 * 7) = 9 - 21 = -12.
Step 2: Understanding Cofactors
- Definition: A cofactor is calculated by taking the minor of an element and multiplying it by (-1) raised to the sum of the row and column indices of that element.
- How to Calculate a Cofactor:
- Calculate the minor of the element as described in Step 1.
- Determine the position of the element (row
iand columnj). - Apply the formula:
- Cofactor = Minor * (-1)^(i+j).
Example:
Using the previous example for the element 5 located at row 2, column 2:
- Minor(5) = -12 from Step 1.
- The position indices are
i = 2andj = 2. - Cofactor(5) = -12 * (-1)^(2+2) = -12 * 1 = -12.
Step 3: Applying Minors and Cofactors in Practice
- Matrix Determinants: Minors and cofactors are used in calculating the determinant of larger matrices.
- Cofactor Expansion: Use cofactors to expand the determinant of a matrix along any row or column.
- Example of Cofactor Expansion:
- For the matrix:
| 1 2 3 | | 4 5 6 | | 7 8 9 |- Expand along the first row:
- Determinant = 1 * Cofactor(1) + 2 * Cofactor(2) + 3 * Cofactor(3).
Conclusion
Understanding minors and cofactors is vital for solving matrix-related problems in mathematics. These concepts not only help in calculating determinants but are also foundational for more advanced topics in linear algebra. Practice by calculating minors and cofactors for various matrices, and apply these techniques in solving systems of equations or finding determinants as your next steps.