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