Notation, complementary minors and adjoint matrix

Notation

It is known that a matrix 3×3 is written as follows:

(a11a12a13a21a22a23a31a32a33)

where the subscripts indicate the row and the column respectively.

If we write:

|a11a12a13a21a22a23a31a32a33|

it means that the we want to calculate the determinant of this matrix.

Obviously this has been written for a 3×3 matrix, –because this one is the most common–, but the determinants of matrices 2×2, 4×4 or N×N can also be computed. It only makes sense to speak of determinants of square matrices.

Complementary minors

Let's consider the 3×3 matrix:

(123456789)

The complementary minor of the element a11 is the determinant of order 2 that survives when row 1 and column 1 are eliminated.

In other words, the complementary minor we are looking for is:

M11=|/1/2/3/456/789|=5986=3

Now let's calculate the complementary minor of the element a23, in other words, the determinant of order 2 that survives when we eliminate the second row and the third column.

M23=|12/3/4/5/678/9|=1872=6

Generally, the complementary minor of an element aij is written as Mij and it is the determinant of lower order that survives when row i and column j are eliminated.

Cofactors

We call the cofactor of an element of a matrix, its complementary minor but placing before it:

  • The sign + when i+j is even
  • The sign when i+j is odd

Following the previous examples, the cofactor of the element a11 is written as C11 and must have the sign + (1+1=2, which is even), while the cofactor of the element a23 is written as C23 and must have the sign (2+3=5, which is odd).

Using the precise notation, we conclude C11=+M11=3 and C23=M23=6.

Let's see another example:

Example

Consider the matrix:

(102113024)

We want to find the cofactor of the element a11.

First we calculate the complementary minor:

M11=|/1/0/2/113/024|=142(3)=10

We check which sign corresponds: 1+1=2, pair, and therefore the sign is positive. Then the cofactor of a11 is C11=10.

Now let's find the cofactor of the element a22:

M22=|1/02/1/1/30/24||1204|=(1)420=4

We verify the sign: 2+2=4, pair, and therefore the sign does not change, so C22=M22.

And this way, we can successively find the cofactors of all the elements aij of the matrix.

Adjoint matrix

If we replace every element of the matrix A by its cofactor we obtain the adjoint matrix, which is written as Adj(A).

Let's calculate it using the previous example, starting with the complementary minors:

M11=|1324|=10M12=|1304|=4M13=|1102|=3M21=|0224|=4M22=|1204|=4M23=|1002|=2M31=|0213|=2M32=|1204|=4M33=|1011|=1

Nine complementary minors have been found, but the signs of each one must be added depending on the sum i+j being even or odd. Adding up, the signs will be as follows:

(+++++)

and therefore the adjoint matrix will be:

Adj(102113024)=(1043442241)