Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{G4}{Eigenvectors}{0003}
3
\begin{exerciseStatement}
4
5
Explain how to find a basis for the eigenspace associated to the eigenvalue \( 4 \) in the matrix \[ \left[\begin{array}{cccc}
6
4 & 0 & 0 & 0 \\
7
-1 & 6 & 0 & 4 \\
8
0 & 0 & 4 & 0 \\
9
2 & -4 & 0 & -4
10
\end{array}\right] \]
11
12
\end{exerciseStatement}
13
\begin{exerciseAnswer}
14
15
\[\operatorname{RREF} \left[\begin{array}{cccc}
16
0 & 0 & 0 & 0 \\
17
-1 & 2 & 0 & 4 \\
18
0 & 0 & 0 & 0 \\
19
2 & -4 & 0 & -8
20
\end{array}\right] = \left[\begin{array}{cccc}
21
1 & -2 & 0 & -4 \\
22
0 & 0 & 0 & 0 \\
23
0 & 0 & 0 & 0 \\
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
2 \\
31
1 \\
32
0 \\
33
0
34
\end{array}\right] , \left[\begin{array}{c}
35
0 \\
36
0 \\
37
1 \\
38
0
39
\end{array}\right] , \left[\begin{array}{c}
40
4 \\
41
0 \\
42
0 \\
43
1
44
\end{array}\right] \right\} \).
45
46
\end{exerciseAnswer}
47
\end{exercise}
48
49
50