Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{M4}{Finding a matrix inverse}{0008}
3
\begin{exerciseStatement}
4
5
Show how to find the inverse of the matrix \(Q= \left[\begin{array}{cccc}
6
-2 & 5 & 1 & 8 \\
7
-1 & 2 & 6 & 5 \\
8
-2 & 1 & 1 & 7 \\
9
1 & -2 & -1 & -4
10
\end{array}\right] \).
11
12
\end{exerciseStatement}
13
\begin{exerciseAnswer}\[Q^{-1}= \left[\begin{array}{cccc}
14
-49 & -13 & -17 & -144 \\
15
4 & 1 & 1 & 11 \\
16
3 & 1 & 1 & 9 \\
17
-15 & -4 & -5 & -44
18
\end{array}\right] \]\end{exerciseAnswer}
19
\end{exercise}
20
21
22