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