Exercise 4.3.25

Let cjk denote the cofactor of the row j, column k entry of the matrix A Mn×n(F).

(a) Prove that if B is the matrix obtained from A by replacing column k by ej, then det (B) = cjk.

(b) Show that for 1 j n, we have

A (cj1cj2..cjn = det (A) ej.

Hint: Apply Cramer’s rule to Ax = ej.

Answers

1.
Just expand along the k-th column.
2.
It’s better not to use a great theorem, such as Cramer’s rule, to kill a small problem. We check each entry one by one. First, we have that
k=1nA jkcjk = det (A)

and so the j-th entry of the left term is det (A). Second, for ij, we construct a matrix Bi by replacing the j-th row of A by the i-th row of A. Since Bi has two identity rows, we have that det (Bi) = 0 for all ij. Now we can calculate that

k=1nA ikcjk = k=1nB jkcjk = det (B) = 0,

for all ij. So we get the desired conclusion.

3.
Actually this matrix C is the classical adjoint of matrix A defined after this exercise. And this question is an instant result since
AC = A (c11c21cn1 c12c22cn2 c 1nc2ncnn )
= A (det (A) 0 0 0 det (A) 0 0 0 det (A) )

by the previous exercise.

4.
If det (A)0, then we know A is invertible. So we have
A1 = A1A[det (A)]1C = [det (A)]1C.
User profile picture
2011-06-27 00:00
Comments