It is given that determinant of the below matrix is -3\begin{bmatrix}a&b&c\\d&e&f\\g&h&i\end{bmatrix}
What is the determinant of the following: \begin{bmatrix}-8d+a&-8e+b&-8f+c\\d&e&f\\g&h&i\end{bmatrix}
I know that swapping rows negates the determinant, and multiplying a row by a scalar scales the determinant. But I can't get this question correct. I thought it would be 24, because adding one row to another shouldn't affect the determinant, only the multiplication by -8 would, so the determinant would be -8 * -3 = 24. But that isn't the correct answer, and neither is -24. Can someone help me understand what I'm missing?
Edit: I think I get it now. Row 1 = -8 * Row 2 + Row 1, which wouldn't change the determinant, because that row operation wouldn't have any effect.
– jmsCoder Jun 24 '21 at 02:56