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