Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
polimi-cheatsheet
GitHub Repository: polimi-cheatsheet/GAL-cheatsheet
Path: blob/master/esercizi/2.verifica-similitudine.tex
185 views
1
\subsection{Verifica similitudine}
2
\begin{tabular}{cc}
3
$
4
A_h = \left[
5
\arraycolsep=2.0pt\def\arraystretch{1.0}
6
\begin{array}{@{}ccc@{}}
7
1 & 2 & 0 \\
8
h+1 & 1 & 0 \\
9
0 & 0 & 2 \\
10
\end{array}
11
\right]
12
$ &
13
$
14
B = \left[
15
\arraycolsep=2.0pt\def\arraystretch{1.0}
16
\begin{array}{@{}ccc@{}}
17
1 & 0 & 0 \\
18
0 & 1 & 0 \\
19
0 & 0 & 2 \\
20
\end{array}
21
\right]
22
$
23
\end{tabular}
24
25
$\det A = -4h-2 = \det B = 2 \Rightarrow h = -1$
26
27
$p_A(\lambda) = (2-\lambda)(1+\sqrt{2(h+1)}-\lambda)(1-\sqrt{2(h+1)}-\lambda)$
28
$p_B(\lambda) = (2-\lambda)(1-\lambda)(1-\lambda)$
29
30
$A$ e $B$ devono avere gli stessi autovalori $\Rightarrow h = -1$
31
32
%Studio diagonalizzabilità di $A_{-1} =
33
%\left[
34
% \arraycolsep=2.0pt\def\arraystretch{1.0}
35
% \begin{array}{@{}ccc@{}}
36
% 1 & 2 & 0 \\
37
% 0 & 1 & 0 \\
38
% 0 & 0 & 2 \\
39
% \end{array}
40
%\right]
41
%$
42
%
43
%$\lambda_1 = 2$ è semplice e quindi regolare. Studio $\lambda_2 = 1$ \\
44
%$V_1 = \ker
45
%\left[
46
% \arraycolsep=2.0pt\def\arraystretch{1.0}
47
% \begin{array}{@{}ccc@{}}
48
% 0 & 2 & 0 \\
49
% 0 & 0 & 0 \\
50
% 0 & 0 & 1 \\
51
% \end{array}
52
%\right]
53
%$
54
%$\Rightarrow \dim V_1 = 1 \neq m_a(1)$
55
%$\Rightarrow \lambda_2$ non è regolare.
56
57
$A_{-1}$ non è diagonalizzabile, non è simile a $B$ (diagonale).
58
59