$A = \begin{bmatrix} --a--\\ --b--\\ --c-- \end{bmatrix}$
$A$ is a $3\times3$ matrix. The rows are all different, and the first row is called $a$. The second row is called $b$. The third row is called $c$. I'm not saying that all the values in the first row are the same, I am simply saying that the first row is called $a$. The determinant is $not$ $0$.
If the $\det(A)=3$, what is the determinant of:
$\begin{bmatrix} --a+b--\\ --b+c--\\ --c+a-- \end{bmatrix}$
I thought about this, but I recalled that whenever you have a matrix, and you add a row multiple of another, the determinant does not change. However in this case, the answer in the back of my textbook is $6$ and I don't understand how?
$$\begin{bmatrix}1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1\end{bmatrix}\begin{bmatrix}a \\ b \\ c\end{bmatrix} = \begin{bmatrix}a+b \\ b+c \\ c+a\end{bmatrix}$$ Therefore, $$\begin{vmatrix}a+b \\ b+c \\ c+a\end{vmatrix} = \begin{vmatrix}1 & 1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & 1\end{vmatrix}\begin{vmatrix}a \\ b \\ c\end{vmatrix} = 2 \times 3 = 6$$