The determinant of the matrix⎡⎢⎣123456789⎤⎥⎦ is
We will evaluate this using cofactors. Let’s evaluate it along the first row.
Expansion by first row
∣∣ ∣∣1∗∗∗56∗89∣∣ ∣∣∣∣ ∣∣∗2∗4∗67∗9∣∣ ∣∣∣∣ ∣∣∗∗345∗78∗∣∣ ∣∣
Here what we will do is that we will multiply each element of the first row with its cofactor which is
(−1)i+j× (determinant of the matrix left after deleting the row and column containing that element, as shown in the 3 matrices above) Here i and j are row and column of the element.
So det A=1∣∣∣5689∣∣∣−2∣∣∣4679∣∣∣+3∣∣∣4578∣∣∣
=(5⋅9–6⋅8)−2(4⋅9−7⋅6)+3(4⋅8−7⋅5)=0 which is the correct answer