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