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