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