Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0011" checkit-slug="M3" checkit-title="Invertible matrices">
2
<statement>
3
<p>Explain why the matrix <m>B= \left[\begin{array}{cccc}
4
3 &amp; 2 &amp; 5 &amp; 2 \\
5
2 &amp; 1 &amp; 1 &amp; -3 \\
6
1 &amp; 1 &amp; 3 &amp; 3 \\
7
0 &amp; 0 &amp; -3 &amp; -6
8
\end{array}\right] </m> is or is not invertible.</p>
9
</statement>
10
<answer><p><me>\operatorname{RREF} \left[\begin{array}{cccc}
11
3 &amp; 2 &amp; 5 &amp; 2 \\
12
2 &amp; 1 &amp; 1 &amp; -3 \\
13
1 &amp; 1 &amp; 3 &amp; 3 \\
14
0 &amp; 0 &amp; -3 &amp; -6
15
\end{array}\right] = \left[\begin{array}{cccc}
16
1 &amp; 0 &amp; 0 &amp; -2 \\
17
0 &amp; 1 &amp; 0 &amp; -1 \\
18
0 &amp; 0 &amp; 1 &amp; 2 \\
19
0 &amp; 0 &amp; 0 &amp; 0
20
\end{array}\right] </me></p><m>B</m> is not invertible.</answer>
21
</exercise>
22
23
24