Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0008" checkit-slug="M4" checkit-title="Finding a matrix inverse">
2
<statement>
3
<p>Show how to find the inverse of the matrix <m>Q= \left[\begin{array}{cccc}
4
-2 &amp; 5 &amp; 1 &amp; 8 \\
5
-1 &amp; 2 &amp; 6 &amp; 5 \\
6
-2 &amp; 1 &amp; 1 &amp; 7 \\
7
1 &amp; -2 &amp; -1 &amp; -4
8
\end{array}\right] </m>.</p>
9
</statement>
10
<answer>
11
<me>Q^{-1}= \left[\begin{array}{cccc}
12
-49 &amp; -13 &amp; -17 &amp; -144 \\
13
4 &amp; 1 &amp; 1 &amp; 11 \\
14
3 &amp; 1 &amp; 1 &amp; 9 \\
15
-15 &amp; -4 &amp; -5 &amp; -44
16
\end{array}\right] </me>
17
</answer>
18
</exercise>
19
20
21