Exercise 6.3.18

Answers

For arbitrary matrix M we already have det (M) = det (Mt). So it’s sufficient to show that det (M)¯ = det (M¯). We prove this by induction on n, the size of a matrix. For n = 1, we have

det (a )¯ = det (a¯ ).

For n = 2, we have

det (ab c d )¯ = ad bc¯
= a¯d¯b¯c¯ = det (a¯b¯ c ¯ d¯ ).

Suppose the hypothesis is true for n = k 1. Consider a k × k matrix M. We have

det (M)¯ = j=1k(1)i+jMij det (M~ij)¯ = j=1k(1)i+jM ij¯ det (M~ij)¯ = j=1k(1)i+jM ij¯ det (M¯~ij) = det (M¯).

This means that

det (A) = det (At) = det (A).
User profile picture
2011-06-27 00:00
Comments