-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFundamentals_of_Matrix_Algebra.tex
227 lines (150 loc) · 4.63 KB
/
Fundamentals_of_Matrix_Algebra.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
\documentclass[10pt]{book}
%%56&fundamentals_format
%% On Greg's machine at VMI, I have a format file
%% called fundamentals_format.tex that has the one
%% line of \input{headers/Matrix_Algebra_Text_Header.tex}.
%% This has been precompiled within XeLaTeX for faster
%% compilation. For other users, uncomment the following line.
%%
% slight detour to create the proper text/paper size.
% Depends on the ifthen package, needed before loading
% the geometry package
%%
\usepackage{ifthen}
\newboolean{sevenbytenbooksize}
\newboolean{ipadsize} % for the ipad, Duh.
\newboolean{standard}
\setboolean{sevenbytenbooksize}{true}
\setboolean{ipadsize}{false}
\setboolean{standard}{false}
%
% Note how the iPad version differs from the booksize only in
% the size of the margins.
%
% Changing the following isn't hard but should be done with
% practice and care, making sure to get the margins right for a
% particular page size and printing format
%
%% Layout for printed book through Amazon CreateSpace, perfect bound,
%% 7x10 ``journal'' size
\ifthenelse{\boolean{ipadsize}}{\usepackage[paperheight=620pt,paperwidth=395pt, textheight=550pt,
textwidth=345pt, includeheadfoot, hcentering=true]{geometry}}{}
\ifthenelse{\boolean{sevenbytenbooksize}}{\usepackage[paperheight=10in,paperwidth=7in, textheight=550pt,
textwidth=345pt, inner=1in,includeheadfoot]{geometry}}{}
\ifthenelse{\boolean{standard}}{\usepackage{geometry}}{}
%%
%% end detour
%%
\usepackage{APEX_format}
\input{headers/Header_Fundamentals_Of_Matrix_Algebra}
\sffamily
%\usepackage{fontspec}
\usepackage{mathspec}
\setallmainfonts[Mapping=tex-text]{Calibri}
\setmainfont[Mapping=tex-text]{Calibri}
\setsansfont[Mapping=tex-text]{Calibri}
\setmathsfont(Greek){[cmmi10]}
\begin{document}
%%%%%%%%%%
%%%
%%% Set criteria for the format of the book.
%%% This supercedes anything set in the Text_Header.
%%%
%%%%%%%%%%
\printincolor
%\printinblackandwhite
%\printexercisenames
\drawexamplelines
\printallanswers
\normalem
%%%\setallmainfonts[Mapping=tex-text]{Calibri}
%%%%\setmainfont[Mapping=tex-text]{Calibri}
%%%%\setsansfont[Mapping=tex-text]{Calibri}
\sffamily
%%%\pagenumbering{roman}
%%%%%%
%%% For editing purposes, block comment down to
%%% the next mark
%%%%%%
\input{cover/front_cover_in_text}
\clearpage
\thispagestyle{empty}
\frontmatter
\title{\textsc{Fundamentals of Matrix Algebra}\\
{\small Version 2.1011}}
\author{Gregory N. Hartman, Ph.D.}
\date{}
\input{text/title_page}
\thispagestyle{empty}
\clearpage
\input{text/copyright_page}
\thispagestyle{empty}
\cleardoublepage
\phantomsection
\input{text/thanks}
\addtocontents{toc}{\protect\thispagestyle{empty}}
\addcontentsline{toc}{chapter}{Thanks}
\clearpage{\pagestyle{empty}\cleardoublepage}
\phantomsection
\input{text/preface}
\addcontentsline{toc}{chapter}{Preface}
\clearpage{\pagestyle{empty}\cleardoublepage}
\phantomsection
\addcontentsline{toc}{chapter}{Table of Contents}
\tableofcontents
\clearpage{\pagestyle{empty}\cleardoublepage}
\mainmatter
%%%%
% End block comment here
%%%%
\chapter{Systems of Linear Equations}\label{chapter:linear}
\thispagestyle{empty}
\input{text/01_Introduction_Linear_Equations}
\input{text/01_Using_Matrices}
\input{text/01_Gauss_Jordan_Elimination}
\input{text/01_Existence_Uniqueness_Solutions}
\input{text/01_Solving_Systems}
\clearpage{\pagestyle{empty}\cleardoublepage}
\chapter{Matrix Arithmetic}\label{chapter:arithmetic}
\thispagestyle{empty}
\input{text/02_Matrix_Addition}
\input{text/02_Matrix_Multiplication}
\input{text/02_Geometry_of_Vectors_2D}
\input{text/02_Vector_Solutions}
\input{text/02_Solving_AXB}
\input{text/02_Matrix_Inverses}
\input{text/02_Matrix_Inverse_Properties}
\clearpage{\pagestyle{empty}\cleardoublepage}
\chapter{Operations on Matrices}\label{chapter:ops}
\thispagestyle{empty}
\input{text/03_Transpose}
\input{text/03_Trace}
\input{text/03_Determinant}
\input{text/03_Determinant_Properties}
\input{text/03_CramersRule}
\clearpage{\pagestyle{empty}\cleardoublepage}
\chapter{Eigenvalues and Eigenvectors}\label{chapter:eigen}
\thispagestyle{empty}
\input{text/04_Eigen}
\input{text/04_Eigen_Properties}
%
\clearpage{\pagestyle{empty}\cleardoublepage}
\chapter{Graphical Explorations of Vectors}\label{chapter:graph}
\thispagestyle{empty}
\input{text/05_Geometry_of_Cartesian_Plane}
\input{text/05_Linear_Transformations}
\input{text/05_Geometry_of_Vectors_3D}
\appendix
%%
\makeexercisesection{Solutions To Selected Problems}
%
%%%%%%
%%%% The following makes the index and includes
%%%% it in the file
%%%%%%
\clearpage{\pagestyle{empty}\cleardoublepage}
\phantomsection
\addcontentsline{toc}{chapter}{\indexname}
\printindex
%
\end{document}