Chapter 6
6.1.53 There is one pattern with a nonzero product, containing all the 1’s. We have n2inversions, since each of
the 1’s in the lower left block forms an inversion with each of the 1’s in the upper right block. Thus det A=
(−1)n2
= (−1)n.
6.1.56 There is only one pattern with a nonzero product, containing all the 1’s. The number of inversions is
(n−1) + (n−2) + … + 2 + 1 = Pn−1
k=1 k=(n−1)n
2. This number is even if either nor n−1 is divisible by 4, that
is, for n= 4,5,8,9,12,13, ….
a. det M4= det M5= 1,det M2= det M3= det M6= det M7=−1.
b. det Mn= (−1)n(n−1)/2
6.1.57 In a permutation matrix P, there is only one pattern with a nonzero product, containing all the 1’s. Depending
on the number of inversions in that pattern, we have det P= 1 or det P=−1.
6.1.59 Fa b
c d =a
c·b
d=ab +cd
a. Yes, Fis linear in both columns. To prove linearity in the second column, observe that ab +cd is a linear
combination of the variables band d, with the constant coefficients aand c. An analogous argument proves
linearity in the first column.
282