-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path316-Book.tex
284 lines (210 loc) · 9.81 KB
/
316-Book.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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
\documentclass[letterpaper,oneside]{book}%
\usepackage[left=1in,right=2.75in,top=1in,bottom=1in]{geometry}
\marginparwidth 1.75in
\usepackage{tabls}
\usepackage{booktabs}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{pstricks}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{tikz}
\usetikzlibrary{positioning}
\newcommand{\myscale}{1}
\usepackage{graphicx}
\usepackage{wrapfig}
\newcommand{\ds}{\displaystyle}
\newcommand{\dfdx}[1]{\frac{d#1}{dx}}
\newcommand{\ddx}{\frac{d}{dx}}
\let\oldmarginpar\marginpar
\renewcommand\marginpar[1]{\-\oldmarginpar{\raggedright\footnotesize #1}}
%\renewcommand\marginpar[1]{\-\oldmarginpar[\raggedleft\footnotesize #1]{\raggedright\footnotesize #1}}
\renewcommand{\thefootnote}{\roman{footnote}}
\newcommand{\note}[1]{\footnote{#1}\marginpar{\fbox{\textbf{\thefootnote}}}}
%%%%%%%To make all notes ignored, uncomment the following command.
\renewcommand{\note}[1]{}
%\usepackage[12hr]{datetime}
%\newdateformat{draftdate}{%
%\shortdayofweekname{\THEDAY}{\THEMONTH}{\THEYEAR}, %
%\THEDAY\ \shortmonthname[\THEMONTH] \THEYEAR}
%\draftdate
%\usepackage{eso-pic}
%\AddToShipoutPicture{\put(10,10){\small Draft: \today\ at \currenttime }}%--- version: \MakeUppercase{\svnInfoRevision}}}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem*{theorem*}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem*{lemma*}{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheoremstyle{box}%
{}{}% standard spacing before and after
{}% Body style
{}{\bfseries}{.}% Heading indent, font, and punctuation
{ }% space after heading
{\thmname{#1}\thmnumber{ #2}\thmnote{: #3}}% head spec
\theoremstyle{box}
\newtheorem{definition}{Definition}[chapter]
\newtheorem*{definition*}{Definition}
\newtheorem{observation}[theorem]{Observation}
\newtheorem{remark}{Remark}[chapter]
\newtheorem{example}{Example}[chapter]
\newtheorem{question}{Question}[chapter]
\newtheorem*{prep-problems}{Preparation Problems}
% Abbreviations
\newcommand{\ii}{\ensuremath{\mathbf{i}}}
\newcommand{\jj}{\ensuremath{\mathbf{j}}}
\newcommand{\kk}{\ensuremath{\mathbf{k}}}
\newcommand{\vv}{\ensuremath{\mathbf{v}}}
\newcommand{\colvec}[1]{\ensuremath{\begin{bmatrix}#1\end{bmatrix}}}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
%The purpose of this code is to allow me to put lines in matrices so that I can create augmented matrices.
\makeatletter
\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{%
\hskip -\arraycolsep
\let\@ifnextchar\new@ifnextchar
\array{#1}}
\makeatother
\newcommand{\cl}[1]{ \begin{matrix} #1 \end{matrix} }
\newcommand{\bm}[1]{ \begin{bmatrix} #1 \end{bmatrix} }
\newcommand{\inv}{^{-1}}
\newcommand{\im}{\ensuremath{\text{im }}}
\newcommand{\R}{\mathbb{R}}
%------------------------------------------------------------------------------------------------------------
\usepackage{hyperref}
\begin{document}
\frontmatter
\title{Differential Equations with Linear Algebra}
\author{Ben Woodruff}
\date{\today}
\maketitle
\copyright{This work is licensed under the Creative Commons Attribution-Share Alike 3.0 United States License. You may copy, distribute, display, and perform this copyrighted work but only if you give credit to Ben Woodruff � and all derivative works based upon it must be published under the Creative Commons Attribution-Share Alike 3.0 United States License. Please attribute to Ben Woodruff, Mathematics Faculty at Brigham Young University - Idaho, [email protected]. To view a copy of this license, visit\\ \centerline{\url{http://creativecommons.org/licenses/by-sa/3.0/us/}} \\ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.}
\tableofcontents
%\chapter*{Preface}
%
%I would like to thank BYU-Idaho for the resources they have provided me to create this text.
%\chapter{Introduction}
%
%The introduction is entered using the usual chapter command. Since
%the introduction chapter appears before the \verb|mainmatter| TeX
%field, it is again an unnumbered chapter. The primary difference
%between the preface and the introduction in this sample document
%is that the introduction will appear in the table of contents and
%the page headings for the introduction are automatically handled
%without the need for the \verb|markboth| TeX field. You may use
%either or both methods to create chapters at the beginning of your
%document. You may also delete these preliminary chapters.
%This book is a compilation of notes written by Dr. Ben Woodruff, intended for the students in Math 316 at BYU-Idaho. It is currently under development, though in a usable form for classroom use. An accompanying workbook contains practice problems which coincide with the material discussed here. Much of this material was written with the financial support of Brigham Young University - Idaho, and they hold the copyright for this work. The author gives his permission for you to print these notes free of charge, share them with others, and modify them if you please. Until an official copyright notice is posted herein (hopefully with a Creative Commons license), you may use this work an any way without permission, provided you include a notice that the work is owned by BYU-Idaho.
%\noindent\rput(-1in,0){\begin{picture}(0,0)
%\tikz \draw[step=1in] (0,0) grid (8.5in,1in);
%\end{picture}}\rput(-1in,0){\begin{picture}(0,0)
%\tikz \draw[step=.125in] (0,0) grid (8.5in,.125in);
%\end{picture}}\rput(-1in,0){\begin{picture}(0,0)
%\tikz \draw[step=.25in] (0,0) grid (8.5in,.25in);
%\end{picture}}\rput(-1in,0){\begin{picture}(0,0)
%\tikz \draw[step=.5in] (0,0) grid (8.5in,.5in);
%\end{picture}}
\mainmatter
\include{01-Review/Review}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{01-Review/Review-Problems}
\restoregeometry
\include{02-Linear-Algebra-Arithmetic/Arithmetic}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{02-Linear-Algebra-Arithmetic/Arithmetic-Problems}
\restoregeometry
\include{03-Linear-Algebra-Applications/Linear-Algebra-Applications}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{03-Linear-Algebra-Applications/Linear-Algebra-Applications-Problems}
\restoregeometry
\include{04-First-Order-ODEs/First-Order-ODEs}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{04-First-Order-ODEs/First-Order-ODEs-Problems}
\restoregeometry
\include{05-Homogeneous-ODEs/Homogeneous-ODEs}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{05-Homogeneous-ODEs/Homogeneous-ODEs-Problems}
\restoregeometry
\include{06-Non-Homogeneous-ODEs/Non-Homogeneous-ODEs}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{06-Non-Homogeneous-ODEs/Non-Homogeneous-ODEs-Problems}
\restoregeometry
\include{07-Laplace-Transforms/Laplace-Transforms}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{07-Laplace-Transforms/Laplace-Transforms-Problems}
\restoregeometry
\include{08-Power-Series/Power-Series}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{08-Power-Series/Power-Series-Problems}
\restoregeometry
\include{09-Special-Functions/Special-Functions}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{09-Special-Functions/Special-Functions-Problems}
\restoregeometry
\include{10-Systems-of-ODEs/Systems-of-ODEs}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{10-Systems-of-ODEs/Systems-of-ODEs-Problems}
\restoregeometry
\include{11-Fourier-Series/Fourier-Series}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{11-Fourier-Series/Fourier-Series-Problems}
\restoregeometry
\include{12-PDEs/PDEs}
\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
\include{12-PDEs/PDEs-Problems}
\restoregeometry
%
%\include{13-Fourier-Transforms/Fourier-Transforms}
%\newgeometry{left=1in,right=1in,top=1in,bottom=1in}
%\include{13-Fourier-Transforms/Fourier-Transforms-Problems}
%\restoregeometry
%\appendix
%
%\chapter{The First Appendix}
%
%The \verb"\appendix" command should be used only once. Subsequent appendices can
%be created using the Chapter command.
%
%\chapter{The Second Appendix}
%
%Some text for the second Appendix.
%
%This text is a sample for a short bibliography. You can cite a book by making use of
%the command \verb"\cite{KarelRektorys}": \cite{KarelRektorys}. Papers can be cited
%similarly: \cite{Bertoti97}. If you want multiple citations to appear in a single set
%of square brackets you must type all of the citation keys inside a single citation,
%separating each with a comma. Here is an example: \cite{Bertoti97, Szeidl2001,
%Carlson67}.
%
%\begin{thebibliography}{9}
%\bibitem {KarelRektorys}Rektorys, K., \textit{Variational methods in Mathematics,
%Science and Engineering}, D. Reidel Publishing Company,
%Dordrecht-Hollanf/Boston-U.S.A., 2th edition, 1975
%
%\bibitem {Bertoti97} \textsc{Bert\'{o}ti, E.}:\ \textit{On mixed variational formulation
%of linear elasticity using nonsymmetric stresses and displacements}, International
%Journal for Numerical Methods in Engineering., \textbf{42}, (1997), 561-578.
%
%\bibitem {Szeidl2001} \textsc{Szeidl, G.}:\ \textit{Boundary integral equations for
%plane problems in terms of stress functions of order one}, Journal of Computational and
%Applied Mechanics, \textbf{2}(2), (2001), 237-261.
%
%\bibitem {Carlson67} \textsc{Carlson D. E.}:\ \textit{On G\"{u}nther's stress functions
%for couple stresses}, Quart. Appl. Math., \textbf{25}, (1967), 139-146.
%\end{thebibliography}
%
%\backmatter
%
%\chapter{Afterword}
%
%The back matter often includes one or more of an index, an afterword,
%acknowledgements, a bibliography, a colophon, or any other similar item. In
%the back matter, chapters do not produce a chapter number, but they are
%entered in the table of contents. If you are not using anything in the back
%matter, you can delete the back matter TeX field and everything that follows it.
\end{document}