Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23128 views
ubuntu2004
1
2
\begin{exercise}{E2}{Reduced row echelon form}{0011}
3
\begin{exerciseStatement}
4
5
\begin{enumerate}[(a)]
6
\item Show that \[\operatorname{RREF} \left[\begin{array}{cccc}
7
1 & -3 & 1 & 9 \\
8
1 & -2 & 0 & 7 \\
9
0 & 0 & 0 & 0 \\
10
2 & -3 & -1 & 12
11
\end{array}\right] = \left[\begin{array}{cccc}
12
1 & 0 & -2 & 3 \\
13
0 & 1 & -1 & -2 \\
14
0 & 0 & 0 & 0 \\
15
0 & 0 & 0 & 0
16
\end{array}\right] .\]
17
\item Explain why the matrix \(B= \left[\begin{array}{cccc}
18
1 & 0 & -1 & 0 \\
19
0 & 4 & -4 & 0 \\
20
0 & 0 & 0 & 0 \\
21
0 & 0 & 0 & 0
22
\end{array}\right] \) is or is not in reduced row echelon form.
23
\end{enumerate}
24
25
\end{exerciseStatement}
26
\begin{exerciseAnswer}
27
28
\begin{enumerate}[(a)]
29
\item \(\operatorname{RREF} \left[\begin{array}{cccc}
30
1 & -3 & 1 & 9 \\
31
1 & -2 & 0 & 7 \\
32
0 & 0 & 0 & 0 \\
33
2 & -3 & -1 & 12
34
\end{array}\right] = \left[\begin{array}{cccc}
35
1 & 0 & -2 & 3 \\
36
0 & 1 & -1 & -2 \\
37
0 & 0 & 0 & 0 \\
38
0 & 0 & 0 & 0
39
\end{array}\right] .\)
40
\item \(B\) is not in reduced row echelon form because the pivots are not all \(1\).
41
\end{enumerate}
42
43
\end{exerciseAnswer}
44
\end{exercise}
45
46
47