Lecture8_D3
Lecture8_D3
Lecture 08
Saurav Bhaumik,
Department of Mathematics
IIT Bombay
Spring 2025
Proof. If Ax = b, then b = x1 c1 + · · · + xk ck + · · · + xn cn . By
the first two crucial properties of the determinant function,
det Bk = det c1 · · · x1 c1 + · · · + xk ck + · · · + xn cn · · · cn
= xk det A for k = 1, . . . , n. Since A is invertible, det A ̸= 0.
Hence the result.
Saurav Bhaumik, IIT Bombay MA 110: Lecture 08
3 −2 1 13
Let A := −2 1 4 , b := 11 . Then det A = −60.
1 4 −5 −31
Also,
13 −2 1
det B1 = det 11 1 4 = −60,
−31 4 −5
3 13 1
det B2 = det −2 11 4 = 180,
1 −31 −5
3 −2 13
det B3 = det −2 1 11 = −240.
1 4 −31
Hence the unique solution of the linear system Ax = b is given
T
by x1 := 1, x2 = −3, x3 = 4 , that is, x = 1 −3 4 .
Note: Cramer’s Rule is rarely used for solving linear systems;
the preferred method is the GEM. But Cramer’s Rule is of
theoretical interest, especially in solutions of differential eqns.
Saurav Bhaumik, IIT Bombay MA 110: Lecture 08
Formula for the Inverse of a Matrix
Let A := [ajk ] ∈ Rn×n with n ≥ 2. Recall that Ajk denotes the
submatrix of A obtained by deleting the jth row and the kth
column of A, and Mjk := det Ajk , the (j, k)th minor of A, for
j, k = 1, . . . , n. We define Cjk := (−1)j+k Mjk , j, k = 1, . . . , n.
It is called the cofactor of the entry ajk . Then the expansion
of det A in terms of the kth column is given by
Xn
det A = aℓk Cℓk , where k ∈ {1, . . . , n}.
ℓ=1
A−1 = CT / det A.
Saurav Bhaumik, IIT Bombay MA 110: Lecture 08
Proof. Let D := CT A = [djk ] say. By the definition
P of matrix
multiplication, the (j, k)th entry of D is djk = nℓ=1 Cℓj aℓk .
If j = k, then dkk = nℓ=1 Cℓk aℓk = det A, being the expansion
P
in terms of its kth column of A.
Let now j ̸= k. Write A := c1 · · · ck · · · cj · · · cn in
terms of its columns, and let B denote the matrix obtained by
replacingthe jth column cj by the kth column ck of A, that
is, B := c1 · · · ck · · · ck · · · cn = [bjk ], say. Then
det B = 0 since two columns are P identical. Expanding
Pn det B in
n
terms of its P
jth column, det B = ℓ=1 bℓj Cℓj = ℓ=1 aℓk Cℓj .
Thus djk = nℓ=1 Cℓj aℓk = det B = 0 if j ̸= k.
This shows that CT A = (det A)I. Similarly, we can prove
ACT = (det A)I, and so CT A = (det A)I = ACT .
In case det A ̸= 0, we see that A is invertible, and
A−1 = CT / det A.
TA (x) = A x for x ∈ V .