Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{M3}{Invertible matrices}{0005}
3
\begin{exerciseStatement}
4
5
Explain why the matrix \(Q= \left[\begin{array}{cccc}
6
-1 & 1 & -1 & 2 \\
7
-2 & 3 & -5 & 5 \\
8
1 & -1 & 1 & -2 \\
9
3 & -1 & -3 & -4
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 & -1 & 2 \\
17
-2 & 3 & -5 & 5 \\
18
1 & -1 & 1 & -2 \\
19
3 & -1 & -3 & -4
20
\end{array}\right] = \left[\begin{array}{cccc}
21
1 & 0 & -2 & -1 \\
22
0 & 1 & -3 & 1 \\
23
0 & 0 & 0 & 0 \\
24
0 & 0 & 0 & 0
25
\end{array}\right] \]
26
27
\(Q\) is not invertible.\end{exerciseAnswer}
28
\end{exercise}
29
30
31