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