Determinant of the matrix $$A= \begin{bmatrix}a&b&c\\d&e&f\\g&h&i\end{bmatrix}$$ is $$\det A=4.$$ So what is the determinant of \begin{bmatrix}3a&3b&3c\\-d&-e&-f\\g-a&h-b&i-c\end{bmatrix}
I found that the row operations that were done were $3R1, -1.R2,$ and the last one doesn't matter.
So is the determinant $3\times 4\times(-1)= -12$ or we have to do the inverse $4\times 1/3 \times 1/(-1)?$
Yes that's correct, indeed by the properties of the determinant we have that
$$\det\begin{bmatrix}a&b&c\\d&e&f\\g&h&i\end{bmatrix}=\det\begin{bmatrix}a&b&c\\d&e&f\\g-a&h-b&i-c\end{bmatrix}=\\=\frac13 \det\begin{bmatrix}3a&3b&3c\\d&e&f\\g-a&h-b&i-c\end{bmatrix}=-\frac13 \det\begin{bmatrix}3a&3b&3c\\-d&-e&-f\\g-a&h-b&i-c\end{bmatrix}$$