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