[Math] Factoring out multiples to determine determinants. Linear algebra

linear algebra

I'm reading this text and I'm a bit confused about how they determined the determinant of this matrix:

enter image description here

The factoring out of the -7 and the -3 is because of rule 2 in theoreum 3.3 right?

What is the intuition behind these rules? Aren't row operations supposed to keep matrices equal? Aren't matrices that result from the elementary row operations supposed to be equivalent? So why would that change the determinants if you say interchange two rows?

Best Answer

For a simple intuition and check of the Properties of the determinant let consider

$$\begin{vmatrix}1&0\\0&1\end{vmatrix}=1$$

but for interchanging rows/colums

$$\begin{vmatrix}0&1\\1&0\end{vmatrix}=-1$$

multiply a row/column by a scalar

$$\begin{vmatrix}2&0\\0&1\end{vmatrix}=2$$

add first row to second row

$$\begin{vmatrix}1&0\\1&1\end{vmatrix}=1$$