-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfive_i.tex
194 lines (147 loc) · 4.67 KB
/
five_i.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
% see: https://groups.google.com/forum/?fromgroups#!topic/comp.text.tex/s6z9Ult_zds
\makeatletter\let\ifGm@compote\relax\makeatother
\documentclass[10pt,t]{beamer}
\usefonttheme{professionalfonts}
\usefonttheme{serif}
\PassOptionsToPackage{pdfpagemode=FullScreen}{hyperref}
\PassOptionsToPackage{usenames,dvipsnames}{color}
% \DeclareGraphicsRule{*}{mps}{*}{}
\usepackage{../linalgjh}
\usepackage{present}
\usepackage{xr}\externaldocument{../jc1} % read refs from .aux file
\usepackage{catchfilebetweentags}
\usepackage{etoolbox} % from http://tex.stackexchange.com/questions/40699/input-only-part-of-a-file-using-catchfilebetweentags-package
\makeatletter
\patchcmd{\CatchFBT@Fin@l}{\endlinechar\m@ne}{}
{}{\typeout{Unsuccessful patch!}}
\makeatother
\usepackage{polynom} % for polynomial long division
\mode<presentation>
{
\usetheme{boxes}
\setbeamercovered{invisible}
\setbeamertemplate{navigation symbols}{}
}
\addheadbox{filler}{\ } % create extra space at top of slide
\hypersetup{colorlinks=true,linkcolor=blue}
\title[Complex Vector Spaces] % (optional, use only with long paper titles)
{Five.I Complex Vector Spaces}
\author{\textit{Linear Algebra} \\ {\small Jim Hef{}feron}}
\institute{
\texttt{http://joshua.smcvt.edu/linearalgebra}
}
\date{}
\subject{Complex Vector Spaces}
% This is only inserted into the PDF information catalog. Can be left
% out.
\begin{document}
\begin{frame}
\titlepage
\end{frame}
% =============================================
% \begin{frame}{Reduced Echelon Form}
% \end{frame}
% ..... Five.I .....
\section{Chapter Five. Similarity}
%..........
\begin{frame}{Scalars will now be complex}
\ExecuteMetaData[../jc1.tex]{ReasonForShiftToComplexNumbers}
% We start with a review of polynomials, factoring, and complex numbers.
% Because it is a review, we leave off some proofs.
\end{frame}
\section{Factoring and Complex Numbers}
\begin{frame}{Division Theorem for Polynomials}
\ExecuteMetaData[../jc1.tex]{PolynomialReview0}
\pause
\ExecuteMetaData[../jc1.tex]{PolynomialReview1}
\pause
\ex
\begin{equation*}
\only<2>{\polylongdiv[stage=1]{3x^3+2x^2-x+4}{x^2+x}}
\only<3>{\polylongdiv[stage=2]{3x^3+2x^2-x+4}{x^2+x}}
\only<4>{\polylongdiv[stage=3]{3x^3+2x^2-x+4}{x^2+x}}
\only<5>{\polylongdiv[stage=4]{3x^3+2x^2-x+4}{x^2+x}}
\only<6>{\polylongdiv[stage=5]{3x^3+2x^2-x+4}{x^2+x}}
\only<7>{\polylongdiv[stage=6]{3x^3+2x^2-x+4}{x^2+x}}
\only<8->{\polylongdiv[stage=8]{3x^3+2x^2-x+4}{x^2+x}}
\end{equation*}
\only<8->{So, $x^2+x$ goes $3x-1$ times into $3x^3+2x^2-x+4$ with remainder~$4$.
In $n=dq+r$ form:
$3x^3+2x^2-x+4=(x^2+x)\cdot(3x-1)+4$.}
\end{frame}
\begin{frame}
\th[th:EuclidForPolys]
\ExecuteMetaData[../jc1.tex]{th:EuclidForPolys}
\pause
\co[co:PolyDividedByLinearPolyIsConstant]
\ExecuteMetaData[../jc1.tex]{co:PolyDividedByLinearPolyIsConstant}
\pause
\pf
\ExecuteMetaData[../jc1.tex]{co:PolyDividedByLinearPolyIsConstant}
\qed
\pause
\ExecuteMetaData[../jc1.tex]{PolynomialFactor}
\co[co:RootOfPolyIsAssocLinearFactor]
\ExecuteMetaData[../jc1.tex]{co:RootOfPolyIsAssocLinearFactor}
\pause
\pf
\ExecuteMetaData[../jc1.tex]{pf:RootOfPolyIsAssocLinearFactor}
\qed
\end{frame}
\begin{frame}{Factoring over the real numbers}
\th[th:CubicsAndHigherFactor]
\ExecuteMetaData[../jc1.tex]{th:CubicsAndHigherFactor}
\pause
\co[co:RealPolysFactorIntoLinearsAndQuads]
\ExecuteMetaData[../jc1.tex]{co:RealPolysFactorIntoLinearsAndQuads}
\end{frame}
\begin{frame}{Factoring over the complex numbers}
\ExecuteMetaData[../jc1.tex]{ComplexNumbers}
\pause
\th[th:FundThmAlg]\textcolor{blue}{[Fundamental Theorem of Algebra]}
\ExecuteMetaData[../jc1.tex]{th:FundThmAlg}
\end{frame}
\section{Complex Representations}
\begin{frame}
\ExecuteMetaData[../jc1.tex]{ComplexOperations}
With those rules for scalars, all of
the operations that we've covered
for real vector spaces carry over unchanged.
\ex
\begin{equation*}
\begin{mat}
2-i &1+i \\
i &4
\end{mat}
\begin{mat}
0 &3+3i \\
1-i &2
\end{mat}
=
\begin{mat}
2 &9+3i \\
4-4i &5+3i
\end{mat}
\end{equation*}
\end{frame}
\begin{frame}
We shall carry over unchanged from the previous work
everything else that we can.
For instance, this
\begin{equation*}
\sequence{\colvec{1+0i \\ 0+0i \\ \vdots \\ 0+0i},
\dots,
\colvec{0+0i \\ 0+0i \\ \vdots \\ 1+0i}}
\end{equation*}
is the \definend{standard basis\/}\index{basis!standard}%
\index{basis!standard over the complex numbers}
for \( \C^n \) as a vector space over $\C$ and
we denote it \( \stdbasis_n \).
\end{frame}
%...........................
% \begin{frame}g
% \ExecuteMetaData[../gr3.tex]{GaussJordanReduction}
% \df[def:RedEchForm]
%
% \end{frame}
\end{document}