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