forked from gadepall/matrix-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
414 lines (359 loc) · 11.9 KB
/
main.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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
%% Run LaTeX on this file several times to get Table of Contents,
%% cross-references, and citations.
\documentclass[11pt]{book}
\usepackage{gvv-book}
\usepackage{gvv}
%\usepackage{Wiley-AuthoringTemplate}
\usepackage[sectionbib,authoryear]{natbib}% for name-date citation comment the below line
%\usepackage[sectionbib,numbers]{natbib}% for numbered citation comment the above line
%%********************************************************************%%
%% How many levels of section head would you like numbered? %%
%% 0= no section numbers, 1= section, 2= subsection, 3= subsubsection %%
\setcounter{secnumdepth}{3}
%%********************************************************************%%
%%**********************************************************************%%
%% How many levels of section head would you like to appear in the %%
%% Table of Contents? %%
%% 0= chapter, 1= section, 2= subsection, 3= subsubsection titles. %%
\setcounter{tocdepth}{2}
%%**********************************************************************%%
%\includeonly{ch01}
\makeindex
\begin{document}
\frontmatter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Title Pages
%% Wiley will provide title and copyright page, but you can make
%% your own titlepages if you'd like anyway
%% Setting up title pages, type in the appropriate names here:
\booktitle{Matrix Analysis}
\subtitle{Through Coordinate Geometry}
\AuAff{G. V. V. Sharma}
%% \\ will start a new line.
%% You may add \affil{} for affiliation, ie,
%\authors{Robert M. Groves\\
%\affil{Universitat de les Illes Balears}
%Floyd J. Fowler, Jr.\\
%\affil{University of New Mexico}
%}
%% Print Half Title and Title Page:
%\halftitlepage
\titlepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Copyright Page
\begin{copyrightpage}{2022}
%Title, etc
\end{copyrightpage}
% Note, you must use \ to start indented lines, ie,
%
% \begin{copyrightpage}{2004}
% Survey Methodology / Robert M. Groves . . . [et al.].
% \ p. cm.---(Wiley series in survey methodology)
% \ ``Wiley-Interscience."
% \ Includes bibliographical references and index.
% \ ISBN 0-471-48348-6 (pbk.)
% \ 1. Surveys---Methodology. 2. Social
% \ sciences---Research---Statistical methods. I. Groves, Robert M. II. %
% Series.\\
% HA31.2.S873 2004
% 001.4'33---dc22 2004044064
% \end{copyrightpage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Only Dedication (optional)
%\dedication{To my parents}
\tableofcontents
%\listoffigures %optional
%\listoftables %optional
%% or Contributor Page for edited books
%% before \tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Contributors Page for Edited Book
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If your book has chapters written by different authors,
% you'll need a Contributors page.
% Use \begin{contributors}...\end{contributors} and
% then enter each author with the \name{} command, followed
% by the affiliation information.
% \begin{contributors}
% \name{Masayki Abe,} Fujitsu Laboratories Ltd., Fujitsu Limited, Atsugi, Japan
%
% \name{L. A. Akers,} Center for Solid State Electronics Research, Arizona State University, Tempe, Arizona
%
% \name{G. H. Bernstein,} Department of Electrical and Computer Engineering, University of Notre Dame, Notre Dame, South Bend, Indiana; formerly of
% Center for Solid State Electronics Research, Arizona
% State University, Tempe, Arizona
% \end{contributors}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Optional Foreword:
%\begin{foreword}
%\lipsum[1-2]
%\end{foreword}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Optional Preface:
%\begin{preface}
%\lipsum[1-1]
%\prefaceauthor{}
%\where{place\\
% date}
%\end{preface}
% ie,
% \begin{preface}
% This is an example preface.
% \prefaceauthor{R. K. Watts}
% \where{Durham, North Carolina\\
% September, 2004}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Optional Acknowledgments:
%\acknowledgments
%\lipsum[1-2]
%\authorinitials{I. R. S.}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Glossary Type of Environment:
% \begin{glossary}
% \term{<term>}{<description>}
% \end{glossary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\begin{acronyms}
%\acro{ASTA}{Arrivals See Time Averages}
%\acro{BHCA}{Busy Hour Call Attempts}
%\acro{BR}{Bandwidth Reservation}
%\acro{b.u.}{bandwidth unit(s)}
%\acro{CAC}{Call / Connection Admission Control}
%\acro{CBP}{Call Blocking Probability(-ies)}
%\acro{CCS}{Centum Call Seconds}
%\acro{CDTM}{Connection Dependent Threshold Model}
%\acro{CS}{Complete Sharing}
%\acro{DiffServ}{Differentiated Services}
%\acro{EMLM}{Erlang Multirate Loss Model}
%\acro{erl}{The Erlang unit of traffic-load}
%\acro{FIFO}{First in - First out}
%\acro{GB}{Global balance}
%\acro{GoS}{Grade of Service}
%\acro{ICT}{Information and Communication Technology}
%\acro{IntServ}{Integrated Services}
%\acro{IP}{Internet Protocol}
%\acro{ITU-T}{International Telecommunication Unit -- Standardization sector}
%\acro{LB}{Local balance}
%\acro{LHS}{Left hand side}
%\acro{LIFO}{Last in - First out}
%\acro{MMPP}{Markov Modulated Poisson Process}
%\acro{MPLS}{Multiple Protocol Labeling Switching}
%\acro{MRM}{Multi-Retry Model}
%\acro{MTM}{Multi-Threshold Model}
%\acro{PASTA}{Poisson Arrivals See Time Averages}
%\acro{PDF}{Probability Distribution Function}
%\acro{pdf}{probability density function}
%\acro{PFS}{Product Form Solution}
%\acro{QoS}{Quality of Service}
%\acro{r.v.}{random variable(s)}
%\acro{RED}{random early detection}
%\acro{RHS}{Right hand side}
%\acro{RLA}{Reduced Load Approximation}
%\acro{SIRO}{service in random order}
%\acro{SRM}{Single-Retry Model}
%\acro{STM}{Single-Threshold Model}
%\acro{TCP}{Transport Control Protocol}
%\acro{TH}{Threshold(s)}
%\acro{UDP}{User Datagram Protocol}
%\end{acronyms}
\setcounter{page}{1}
\begin{introduction}
This book links high school coordinate geometry to linear algebra and matrix analysis through solved problems.
\end{introduction}
\mainmatter
\chapter{Vectors}
\section{Length}
\input{chapters/vectors/examples/length.tex}
\section{Distance}
\input{chapters/vectors/examples/distance.tex}
\section{Exercises}
\input{chapters/vectors/exer/distance.tex}
\section{Section Formula}
\input{chapters/vectors/examples/section.tex}
\section{Exercises}
\input{chapters/vectors/exer/section.tex}
\section{Rank}
\input{chapters/vectors/examples/rank.tex}
\section{Exercises}
\input{chapters/vectors/exer/rank.tex}
\section{Scalar Product}
\input{chapters/vectors/examples/scalar.tex}
\section{Exercises}
\input{chapters/vectors/exer/scalar.tex}
\section{Orthogonality}
\input{chapters/vectors/examples/ortho.tex}
\section{Exercises}
\input{chapters/vectors/exer/ortho.tex}
\section{Vector Product}
\input{chapters/vectors/examples/cross.tex}
\section{Exercises}
\input{chapters/vectors/exer/cross.tex}
\section{Miscellaneous}
\input{chapters/vectors/examples/misc.tex}
\section{Exercises}
\input{chapters/vectors/exer/misc.tex}
\section{Triangle}
\input{chapters/const/examples/tri.tex}
\section{Exercises}
\input{chapters/const/exer/tri.tex}
\section{ Quadrilateral}
\input{chapters/const/examples/quad.tex}
\section{Exercises}
\input{chapters/const/exer/quad.tex}
%
\chapter{Linear Forms}
\section{Equation of a Line}
\input{chapters/linear/examples/equation.tex}
\section{Perpendicular}
\input{chapters/linear/examples/perp.tex}
\section{Plane}
\input{chapters/linear/examples/plane.tex}
\section{Miscellaneous }
\input{chapters/linear/examples/misc.tex}
\section{Exemplar}
\input{exemplar/11.10.3}
\section{Singular Value Decomposition}
\input{svd/svd.tex}
%
%\chapter{Constructions}
%\section{JEE}
%\input{jee/7.tex}
%--------------------------------------------------------
%\section{Properties}
%\input{chapters/9/9/3.tex}
%
%\section{Properties}
%\input{chapters/9/8/1.tex}
%\section{Mid Point Theorem}
%\input{chapters/9/8/2.tex}
%\section{Parallelograms}
%\section{Triangles and Parallelograms}
%\input{chapters/9/9/4.tex}
%--------------------------------------------------------
%\chapter{Circles}
%
%\chapter{Tangents to a Circle}
\chapter{Conics}
\section{Circle}
\input{chapters/circles/examples/equation.tex}
\section{Exercises}
\input{chapters/circles/exer/equation.tex}
\section{Construction}
\input{chapters/circles/examples/const.tex}
\section{Exercises}
\input{chapters/circles/exer/const.tex}
\section{Parabola}
\input{chapters/conics/examples/parab.tex}
\section{Exercises}
\input{chapters/conics/exer/parab.tex}
\section{Ellipse}
\input{chapters/conics/examples/ellipse.tex}
\section{Exercises}
\input{chapters/conics/exer/ellipse.tex}
\section{Hyperbola}
\input{chapters/conics/examples/hyper.tex}
\section{Exercises}
\input{chapters/conics/exer/hyper.tex}
\chapter{Intersection of Conics}
\section{Chords }
\input{chapters/inter/examples/chord.tex}
\section{Curves}
\input{chapters/inter/examples/curves.tex}
%
\chapter{Tangent And Normal}
\section{Examples}
\input{chapters/tangent/examples/tangent.tex}
\section{Exercises}
\input{chapters/tangent/exer/tangent.tex}
\section{Construction}
\input{chapters/circles/examples/tangent.tex}
\section{Exercises}
\input{chapters/circles/exer/tangent.tex}
%\include{ch02}
\backmatter
\appendix
\chapter{ Vectors}
\section{$2\times 1$ vectors}
\input{matrix/two.tex}
%\include{app01}
%\appendix
\section{$3\times 1$ vectors}
\input{matrix/three.tex}
\chapter{Matrices}
\input{matrix/mat.tex}
\input{linman/chapters/decomp/svd.tex}
\chapter{Triangle Constructions}
\input{cons/tri.tex}
\chapter{Linear Forms}
\section{Two Dimensions}
\input{linear/two.tex}
\section{Three Dimensions}
\input{linear/three.tex}
\chapter{Quadratic Forms}
%\numberwithin{equation}{subsection}
%\numberwithin{equation}{section}
\section{Conic equation }
\input{quad/defs.tex}
\section{Circles}
\input{quad/circle.tex}
\section{Standard Form}
\input{quad/stddef.tex}
\chapter{Conic Parameters}
\section{Standard Form}
\input{quad/standard.tex}
\section{Quadratic Form }
\input{quad/coroll.tex}
\chapter{Conic Lines}
\section{Pair of Straight Lines}
%
\input{quad/pair.tex}
\section{Intersection of Conics}
\input{quadlines/inter.tex}
\section{ Chords of a Conic}
\input{quadlines/chord.tex}
\section{ Tangent and Normal}
\input{quadlines/tangent.tex}
%\chapter{Proofs}
% \section{}
%\input{apps/defs.tex}
% \section{}
%\input{apps/parab.tex}
% \section{}
%\input{apps/nonparab.tex}
% \section{}
%\input{apps/params.tex}
\latexprintindex
\end{document}
\section{Examples}
\subsection{Loney}
\input{examples/loney.tex}
\subsection{Miscellaneous}
\input{examples/misc.tex}
%
%%\section*{Disclosure Statement}
%%The authors report there are no competing interests to declare.
%%
%%
%%
%%
%%%All the results related to conics are summarized in
%%%Table \ref{table:conics}.
%%%\begin{table*}[!t]
%%%\centering
%%%\input{conics.tex}
%%%%\input{./figs/conics.tex}
%%%\caption{$\vec{x}^{\top}\vec{V}\vec{x}+2\vec{u}^{\top}\vec{x}+f = 0$ can be expressed in the above standard form for various conics. $\vec{c}$ represents the centre/vertex of the conic. $\vec{q}$ is/are the point(s) of contact for the tangent(s). }
%%%\label{table:conics}
%%%\end{table*}
%%%\begin{verbatim}
%%\bibliographystyle{tfs}
%%%\bibliography{interacttfssample}
%%\bibliography{school}
%%\end{verbatim}
%% included where the list of references is to appear, where \texttt{tfs.bst} is the name of the \textsc{Bib}\TeX\ bibliography style file for Taylor \& Francis' Reference Style S and \texttt{interacttfssample.bib} is the bibliographic database included with the \textsf{Interact}-TFS \LaTeX\ bundle (to be replaced with the name of your own .bib file). \LaTeX/\textsc{Bib}\TeX\ will extract from your .bib file only those references that are cited in your .tex file and list them in the References section.
%
%% Please include a copy of your .bib file and/or the final generated .bbl file among your source files if your .tex file does not contain a reference list in a \texttt{thebibliography} environment.
%
% \section{Appendices}
% \appendix
\appendices