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