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