Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{G4}{Eigenvectors}{0000}
3
\begin{exerciseStatement}
4
5
Explain how to find a basis for the eigenspace associated to the eigenvalue \( -1 \) in the matrix \[ \left[\begin{array}{cccc}
6
-2 & -1 & 0 & 1 \\
7
-2 & -4 & 4 & 6 \\
8
-2 & -2 & 0 & 3 \\
9
-1 & -2 & 3 & 3
10
\end{array}\right] \]
11
12
\end{exerciseStatement}
13
\begin{exerciseAnswer}
14
15
\[\operatorname{RREF} \left[\begin{array}{cccc}
16
-1 & -1 & 0 & 1 \\
17
-2 & -3 & 4 & 6 \\
18
-2 & -2 & 1 & 3 \\
19
-1 & -2 & 3 & 4
20
\end{array}\right] = \left[\begin{array}{cccc}
21
1 & 0 & 0 & -1 \\
22
0 & 1 & 0 & 0 \\
23
0 & 0 & 1 & 1 \\
24
0 & 0 & 0 & 0
25
\end{array}\right] \]
26
27
28
29
A basis of the eigenspace is \( \left\{ \left[\begin{array}{c}
30
1 \\
31
0 \\
32
-1 \\
33
1
34
\end{array}\right] \right\} \).
35
36
\end{exerciseAnswer}
37
\end{exercise}
38
39
40