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