\begin{exercise}{G1}{Row operations and determinants}{0003}
\begin{exerciseStatement}
Let \(A\) be a \(4 \times 4\) matrix with determinant \( 5 \).
\begin{enumerate}[(a)]
\item Let \(N\) be the matrix obtained from \(A\) by applying the row operation \( R_1 \to R_1 + -3R_3 \). What is \(\operatorname{det}\ N\)?
\item Let \(B\) be the matrix obtained from \(A\) by applying the row operation \( R_2 \leftrightarrow R_3 \). What is \(\operatorname{det}\ B\)?
\item Let \(M\) be the matrix obtained from \(A\) by applying the row operation \( R_4 \to -4R_4 \). What is \(\operatorname{det}\ M\)?
\end{enumerate}
\end{exerciseStatement}
\begin{exerciseAnswer}
\begin{enumerate}[(a)]
\item \(\operatorname{det}\ N= 5 \)
\item \(\operatorname{det}\ B= -5 \)
\item \(\operatorname{det}\ M= -20 \)
\end{enumerate}
\end{exerciseAnswer}
\end{exercise}