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