Finding the determinant of {{1,2,3}, {4,5,6}, {7,8,9}} by inspection.

determinantlinear algebramatrices

$$
\det
\begin{bmatrix}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{bmatrix}
=
0
$$

Is it possible to find the determinant of the matrix

$$
\begin{bmatrix}
1 & 2 & 3 \\
4 & 5 & 6 \\
7 & 8 & 9
\end{bmatrix}
$$

by inspection? By finding the determinant of the matrix by "inspection" I mean to find it without putting it into cofactor form or using diagonals.

I have already tried interpreting the determinant geometrically as the parallelepiped formed by the the three column vectors in the matrix, but fail to see that they would result in a parallelepiped with a volume of 0. I have not tried manipulating the determinant by adding multiples of one row/column to another row/column as I feel that there should be a simpler solution.

Best Answer

In this particular case the middle column is equal to the average of the first and 3rd, which automatically means, that there is a column of zero after a couple of equivalent transformations, which makes it zero.

Related Question