Calculating Determinants

1 Cofactors

By definition, if A is an n × n square matrix, its determinant,

| A | ...= ...

...
ζ(π)
n
ai,π(i)
i = 1
π ∊ Pn


Consider the elements of the rth row of A (1 ≤ rn), then

| A | ...= ...

...
ζ(π) ar,π(r)
...
ai,π(i)
ir
π ∊ Pn


Now π maps r to some s, where 1 ≤ sn. Considering each s in turn we can reorder the sum as

| A | ...= ...

n
...
...ar s
s = 1
...
ζ(π)
...
ai,π(i)
ir
π(r)=s

The inner sum in the expression is called the cofactor of ar s and is written as Ar s:

Ar s ...= ...

...
ζ(π)
...
ai,π(i)
ir
π(r)=s

1.1 Row Expansion

For any (fixed) r (1≤rn) we have

| A | ...= ...

n
ar s Ar s
s = 1

This is called the expansion of the determinant of A by the rth row.

1.2 Column Expansion

Similarly for any (fixed) s (1≤sn) we have

| A | ...= ...

n
ar s Ar s
r = 1

called the expansion of the determinant of A by the sth column.

2 Minors

Let B be any p × q matrix, B = (b'i j )i =1 ⋯ p, j =1 ⋯ q .

For ...m ≤ min{p, q} ...chose m rows (i(1) ⋯ i(m)) and m columns (j(1) ⋯ j(m)). ...We can form a new (square) matrix B' = (b'r s )r =1 ⋯ m, s =1 ⋯ m ...where b'r s = bi(r), i(s), ...i.e. a matrix formed with only those elements of B which are both in one of the rows (i(1) ⋯ i(m)) and in one of the columns (j(1) ⋯ j(m)) of B.

The determinant of B' is called an mth order minor of B.

2.1 Cofactor Expansion

For n × n square matrix A, ...let ...Axr s ...(r, sn) ...be the matrix formed by excluding the elements of the rth row and the sth column of A.
| Axr s | is an (n 1)th order minor of A. ...If Ar s is the cofactor of ar s in A we have

Ar s ...= ...( 1)r+s | Axr s |

Proof:

Let B be the matrix obtained from A by interchanging successively the rth and r+1th rows, ⋯ the n-1th and nth rows, and then the sthnth columns similarly. (n r row operations and n s column operations). ...So ...| B | ...= ...( 1)n r + n s | A | = ...( 1)r + s | A |

Now

B ...= ...

a1 1 a1 na1 s
: ::
: ::
an 1an nan s
ar 1ar nar s
...= ...
a1 s
Axr s :
:
ar 1ar s

Write B = (bi j ), ...then the cofactor of ar s in A is the cofactor of bn n in B

| B | ...= ...

...
ζ(σ)
n 1
bi,σ(i)
i = 1
σ ∊ Pn

3 Inverse Matrix

3.1 Adjoint (or Adjugate)

If Ai j is the cofactor of ai j in A, the adjoint or adjugate of A is the matrix defined by

adj A ...= ...(Ai j )T

i.e. the transpose of the matrix of corresponding cofactors.

[ The term adjoint is also used to designate the transpose of the conjugate matrix of A, ...A T = A* , ...there is usually little scope for confusion, as the current type of adjoint is only used in the calculation of determinants. ]

Lemma: ......A(adj A) ...= ...(adj A)A ...= ...| A | In

Proof:
The (i, j)th element of adj A: ...(adj A)i j ...= ...Aj i , ... the cofactor of aj i in A. ...So the (r, p)th element of A(adj A) is ...s ar s Ap s .
Now if r = p then this becomes ∑s ar s Ar s = | A | , ... expansion of | A | by the rth row.
If rp then ∑s ar s Ap s = 0 , ...as this is the determinant of the matrix obtained from A by replacing the pth row of A by the rth row, so this matrix will have two equal rows and so its determinant is zero.

Similar proof for ......(adjA)A ...= ...| A | In .

From the above if | A | ≠ 0 then

1) ...A–1 ...= ...

adj A

| A |

2) ...| adj A | ...= ...| A | n 1

Proof of 2): ...From 1) ...adj A = | A | A–1 , ...so ...| adj A | ...= ...| A | n | A–1 | ...= ...| A | n 1 .
[ Remember | λB | = λn | B | ...and ...| A–1 | = | A | –1 ]