Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{M3}{Invertible matrices}{0004}
3
\begin{exerciseStatement}
4
5
Explain why the matrix \(C= \left[\begin{array}{cccc}
6
1 & 1 & 3 & -2 \\
7
1 & 2 & 6 & -7 \\
8
-2 & -1 & -2 & -4 \\
9
-3 & -2 & -8 & 8
10
\end{array}\right] \) is or is not invertible.
11
12
\end{exerciseStatement}
13
\begin{exerciseAnswer}
14
15
\[\operatorname{RREF} \left[\begin{array}{cccc}
16
1 & 1 & 3 & -2 \\
17
1 & 2 & 6 & -7 \\
18
-2 & -1 & -2 & -4 \\
19
-3 & -2 & -8 & 8
20
\end{array}\right] = \left[\begin{array}{cccc}
21
1 & 0 & 0 & 0 \\
22
0 & 1 & 0 & 0 \\
23
0 & 0 & 1 & 0 \\
24
0 & 0 & 0 & 1
25
\end{array}\right] \]
26
27
\(C\) is invertible.\end{exerciseAnswer}
28
\end{exercise}
29
30
31