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