Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
23127 views
ubuntu2004
1
2
\begin{exercise}{G3}{Eigenvalues}{0009}
3
\begin{exerciseStatement}
4
5
Explain how to find the eigenvalues of the matrix \( \left[\begin{array}{cc}
6
9 & 2 \\
7
-22 & -6
8
\end{array}\right] \).
9
10
\end{exerciseStatement}
11
\begin{exerciseAnswer}
12
13
The characteristic polynomial of \( \left[\begin{array}{cc}
14
9 & 2 \\
15
-22 & -6
16
\end{array}\right] \) is \( \lambda^{2} - 3 \lambda - 10 \).
17
18
19
20
The eigenvalues of \( \left[\begin{array}{cc}
21
9 & 2 \\
22
-22 & -6
23
\end{array}\right] \) are \( 5 \) and \( -2 \).
24
25
\end{exerciseAnswer}
26
\end{exercise}
27
28
29