Cofactor multiplied with another row

4.7k Views Asked by At

Why is it that when I add up the product of cofactors for one row and a corresponding element of any other row , the answer is 0? For example: enter image description here

This seems to work for all matrices but I'm unable to figure out why.

1

There are 1 best solutions below

1
On BEST ANSWER

Because what you are doing is essentially finding the determinant of a matrix with two identical rows, which is always singular.