-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path274_5_Thomas_Breydo.tex
93 lines (72 loc) · 1.96 KB
/
274_5_Thomas_Breydo.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
\documentclass{amsart}
\usepackage{thomas} % my style file, https://git.io/thomas.sty
\newcommand{\pagenum}{274}
\newcommand{\probnum}{5}
\title{\pagenum.\probnum}
\author{Thomas\ Breydo}
\begin{document}
\maketitle
\begin{problem*}
Suppose $T\in\SL(V)$ and $v_1,\dots,v_n$ is a basis of $V$
that is a Jordan basis for $T.$ Describe the matrix
of $T^2$ with respect to this basis.
\end{problem*}
\vspace{0.5in}
Since $v_1,\dots,v_n$ is a Jordan basis for $T,$
\begin{align*}
\SM(T) &= \begin{pmatrix}
A_1 & & 0 \\
& \ddots & \\
0 & & A_p
\end{pmatrix},
\end{align*}
where
\begin{align*}
A_j &= \begin{pmatrix}
\lambda_j & 1 & & 0 \\
& \ddots & \ddots & \\
& & \ddots & 1 \\
0 & & & \lambda_j
\end{pmatrix},
\end{align*}
\begin{claim*}
\begin{align*}
\SM(T^2) &= \begin{pmatrix}
A_1^2 & & 0 \\
& \ddots & \\
0 & & A_p^2
\end{pmatrix},
\end{align*}
\end{claim*}
\begin{proof}
If you do the matrix multiplication $\SM(T)\cdot\SM(T),$ you will get
the desired result. Intuitively, if $T$ acts independently on
the $p$ subspaces, then $T^2$ will act exactly as described by
$A_1^2,\dots,A_p^2.$
\end{proof}
As a result of the claim above, we see that
\begin{align*}
\SM(T^2) &= \begin{pmatrix}
B_1 & & 0 \\
& \ddots & \\
0 & & B_p
\end{pmatrix},
\end{align*}
where
\begin{align*}
B_j &= A_j^2 \\
&= \begin{pmatrix}
\lambda_j^2 & 2\lambda _j & 1 & & 0 \\
& \ddots & \ddots & \ddots & \\
& & \ddots & \ddots & 1 \\
& & & \ddots & 2\lambda_j \\
0 & & & & \lambda_j
\end{pmatrix}.
\end{align*}
\vspace{0.5in}
\begin{note*}
You can view the source code for this solution
\href{https://github.com/thomasbreydo/linalg/blob/main/\pagenum_\probnum_Thomas_Breydo.tex}
{here}.
\end{note*}
\end{document}