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