Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0009" checkit-slug="G4" checkit-title="Eigenvectors">
2
<statement>
3
<p>Explain how to find a basis for the eigenspace associated to the eigenvalue <m> 3 </m> in the matrix <me> \left[\begin{array}{cccc}
4
1 &amp; -4 &amp; 4 &amp; -8 \\
5
-2 &amp; -1 &amp; 4 &amp; -8 \\
6
0 &amp; 0 &amp; 3 &amp; 0 \\
7
1 &amp; 2 &amp; -2 &amp; 7
8
\end{array}\right] </me></p>
9
</statement>
10
<answer>
11
<p>
12
<me>\operatorname{RREF} \left[\begin{array}{cccc}
13
-2 &amp; -4 &amp; 4 &amp; -8 \\
14
-2 &amp; -4 &amp; 4 &amp; -8 \\
15
0 &amp; 0 &amp; 0 &amp; 0 \\
16
1 &amp; 2 &amp; -2 &amp; 4
17
\end{array}\right] = \left[\begin{array}{cccc}
18
1 &amp; 2 &amp; -2 &amp; 4 \\
19
0 &amp; 0 &amp; 0 &amp; 0 \\
20
0 &amp; 0 &amp; 0 &amp; 0 \\
21
0 &amp; 0 &amp; 0 &amp; 0
22
\end{array}\right] </me>
23
</p>
24
<p>A basis of the eigenspace is <m> \left\{ \left[\begin{array}{c}
25
-2 \\
26
1 \\
27
0 \\
28
0
29
\end{array}\right] , \left[\begin{array}{c}
30
2 \\
31
0 \\
32
1 \\
33
0
34
\end{array}\right] , \left[\begin{array}{c}
35
-4 \\
36
0 \\
37
0 \\
38
1
39
\end{array}\right] \right\} </m>.</p>
40
</answer>
41
</exercise>
42
43
44