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