Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<ol>
5
<li>Show that <me>\operatorname{RREF}{{A}}={{rref}}.</me></li>
6
<li>Explain why the matrix <m>B={{B}}</m> is or is not in reduced row echelon form.</li>
7
</ol>
8
</statement>
9
<answer>
10
<ol>
11
<li><me>\operatorname{RREF}{{A}}={{rref}}.</me></li>
12
<li>
13
<m>B</m> is
14
{{#Brref}}
15
in reduced row echelon form because each pivot is a <m>1</m>, the pivots are descending to the right,
16
there are zeroes above and below each pivot, and all rows of zeroes are at the bottom.
17
{{/Brref}}
18
{{^Brref}}
19
not in reduced row echelon form because
20
{{#rowop}}
21
{{#elementary}}
22
not every entry above and below each pivot is zero.
23
{{/elementary}}
24
{{#permutation}}
25
the pivots are not descending to the right.
26
{{/permutation}}
27
{{#diagonal}}
28
the pivots are not all <m>1</m>.
29
{{/diagonal}}
30
{{/rowop}}
31
{{/Brref}}
32
</li>
33
</ol>
34
</answer>
35
</exercise>
36