Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{G1}{Row operations and determinants}{0011}
3
\begin{exerciseStatement}
4
5
Let \(A\) be a \(4 \times 4\) matrix with determinant \( -5 \).
6
7
8
9
\begin{enumerate}[(a)]
10
\item Let \(C\) be the matrix obtained from \(A\) by applying the row operation \( R_4 \leftrightarrow R_2 \). What is \(\operatorname{det}\ C\)?
11
\item Let \(N\) be the matrix obtained from \(A\) by applying the row operation \( R_4 \to -3R_4 \). What is \(\operatorname{det}\ N\)?
12
\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\)?
13
\end{enumerate}
14
15
\end{exerciseStatement}
16
\begin{exerciseAnswer}
17
18
\begin{enumerate}[(a)]
19
\item \(\operatorname{det}\ C= 5 \)
20
\item \(\operatorname{det}\ N= 15 \)
21
\item \(\operatorname{det}\ P= -5 \)
22
\end{enumerate}
23
24
\end{exerciseAnswer}
25
\end{exercise}
26
27
28