Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
<exercise checkit-seed="0008" checkit-slug="G3" checkit-title="Eigenvalues">
2
<statement>
3
<p>Explain how to find the eigenvalues of the matrix <m> \left[\begin{array}{cc}
4
7 &amp; 2 \\
5
-5 &amp; 0
6
\end{array}\right] </m>.</p>
7
</statement>
8
<answer>
9
<p>The characteristic polynomial of <m> \left[\begin{array}{cc}
10
7 &amp; 2 \\
11
-5 &amp; 0
12
\end{array}\right] </m> is <m> \lambda^{2} - 7 \lambda + 10 </m>.</p>
13
<p>The eigenvalues of <m> \left[\begin{array}{cc}
14
7 &amp; 2 \\
15
-5 &amp; 0
16
\end{array}\right] </m> are <m> 5 </m> and <m> 2 </m>.</p>
17
</answer>
18
</exercise>
19
20
21