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