Complementary Minor in a Matrix
The complementary minor of an element aij in matrix A is the determinant of the square submatrix A(ij), obtained by removing the i-th row and j-th column from A.
How to Calculate the Complementary Minor of an Element
To find the complementary minor of aij in matrix A, start by removing the i-th row and j-th column.
This produces the complementary submatrix A(ij).
Next, calculate the determinant of A(ij).
The determinant of A(ij) is the complementary minor of aij.
Example Calculation
Consider this 3x3 square matrix A:
We’ll calculate the complementary minor of a11.
To do this, remove the first row (i=1) and the first column (j=1).
Now, find the determinant of submatrix A(11).
The determinant of A(11) is the complementary minor of a11.
In this case, the complementary minor is 2.
Note: You can use this same method to find the complementary minors of other elements in matrix A.