Exercise 1: The sign checkerboard, and the minor that is not the cofactor
Every entry of a square matrix owns two numbers. Its MINOR is the determinant of what is left once row and column are deleted. Its COFACTOR is : the same number, with a sign fixed by the POSITION of the entry, never by its value. The figure is the pattern of those signs for a matrix. It starts with in the top left corner and alternates like a checkerboard.
Cofactor expansion along row reads , and the same formula holds down any column. Throughout, .
- a) Using , give the sign attached to positions , , and of a matrix, and check each one on the figure.
- b) For , compute the minors and , then the cofactors and .
- c) Compute by cofactor expansion along the first row.
- d) Compute again along the second column, which contains a zero. Name every line of that would be as cheap, and the ones that would cost the most.
- e) A student writes , using the minors with no signs. What does he get, how far is he from the truth, and where exactly does the gap come from?
Show the solution
Answers
- a) , , ,
- b) , ; ,
- c)
- d) ; row 2, row 3 and column 1 also hold one zero; row 1 and column 3 hold none
- e) , off by : the middle term needed , not
a) , , and . On the figure, the cell in row and column carries a minus, and so does its mirror image in row and column : positions symmetric about the diagonal always share their sign, since . The whole diagonal is , because is even. The practical consequence is the one that costs marks: row of ANY matrix starts with a minus, so the chant is only right on rows and of a . Before expanding along a line, write its signs above it from the checkerboard, never from memory.
b) Delete row and column : . Position is odd, so . Delete row and column : , and . The minor and the cofactor are never two different computations, they are one determinant and one sign. But a question that asks for a cofactor and gets the minor back is marked wrong, and so is every expansion built on it.
c) Along row , signs : , from b), . Then . Write the three products with their brackets before adding: the entry and the cofactor carry one sign each, and doing both in your head is where the slip happens.
d) Column holds , , with signs . The zero kills its whole term, so only two determinants remain: , and . Same value, as the expansion theorem guarantees: every row and every column gives the same determinant. Row , row and column also contain exactly one zero and would cost the same two determinants. Row and column contain none and cost three. On a the saving is one small determinant; on a it is a whole , which is the point of the next exercise.
e) He gets , which is above the true . The first and third terms are right by luck: positions and carry a plus, so there the minor IS the cofactor. The middle term is wrong: it should be , and he wrote . The gap is exactly twice that term, . The error is invisible from inside the computation, which is why the only reliable check is a second expansion along another line, as in d): two different answers mean a sign was lost somewhere.