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