Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0005" 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; 2 \\
5
-2 &amp; 3 &amp; -5 &amp; 5 \\
6
1 &amp; -1 &amp; 1 &amp; -2 \\
7
3 &amp; -1 &amp; -3 &amp; -4
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; 2 \\
12
-2 &amp; 3 &amp; -5 &amp; 5 \\
13
1 &amp; -1 &amp; 1 &amp; -2 \\
14
3 &amp; -1 &amp; -3 &amp; -4
15
\end{array}\right] = \left[\begin{array}{cccc}
16
1 &amp; 0 &amp; -2 &amp; -1 \\
17
0 &amp; 1 &amp; -3 &amp; 1 \\
18
0 &amp; 0 &amp; 0 &amp; 0 \\
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