forked from gadepall/matrix-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main-book.aux
1506 lines (1506 loc) · 131 KB
/
main-book.aux
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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\relax
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldcontentsline\contentsline
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\contentsline\oldcontentsline
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\bibstyle{plainnat}
\@writefile{toc}{\vskip -8pt}
\@writefile{toc}{\contentsline {schapter}{Introduction}{iii}{chapter*.2}\protected@file@percent }
\@writefile{toc}{\contentsline {chapter}{\numberline {1}Vectors}{1}{chapter.1}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {1.1}Length}{1}{section.1.1}\protected@file@percent }
\newlabel{eq:chapters/12/10/2/1/1}{{{1.1.2}.1}{2}{Length}{equation.6.1}{}}
\newlabel{eq:chapters/12/10/2/1/3}{{{1.1.2}.2}{2}{Length}{equation.6.2}{}}
\newlabel{eq:chapters/12/10/2/1/4}{{{1.1.2}.3}{2}{Length}{equation.6.3}{}}
\newlabel{eq:chapters/12/10/2/1/5}{{{1.1.2}.4}{2}{Length}{equation.6.4}{}}
\newlabel{eq:12/10/2/10const}{{{1.1.6}.2}{3}{Length}{equation.10.2}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.2}Distance}{10}{section.1.2}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{1.2.1}.1}{\ignorespaces }}{12}{figure.24.1}\protected@file@percent }
\newlabel{fig:10/7/1/1Fig}{{{1.2.1}.1}{12}{}{figure.24.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.2.2}.1}{\ignorespaces }}{13}{figure.25.1}\protected@file@percent }
\newlabel{fig:10/7/1/2vec}{{{1.2.2}.1}{13}{}{figure.25.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.2.3}.1}{\ignorespaces }}{14}{table.26.1}\protected@file@percent }
\newlabel{tab:10/7/1/7Table-1}{{{1.2.3}.1}{14}{}{table.26.1}{}}
\newlabel{eq:10/7/1/75}{{{1.2.3}.5}{15}{Distance}{equation.26.5}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.2.3}.1}{\ignorespaces }}{16}{figure.26.1}\protected@file@percent }
\newlabel{fig:10/7/1/7Fig1}{{{1.2.3}.1}{16}{}{figure.26.1}{}}
\newlabel{eq:chapters/10/7/1/10/5}{{{1.2.6}.3}{17}{Distance}{equation.29.3}{}}
\newlabel{chapters/11/10/1/4}{{{1.2.7}}{17}{Distance}{Item.30}{}}
\newlabel{eq:11/10/1/4}{{{1.2.7}.4}{17}{Distance}{equation.30.4}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.2.6}.1}{\ignorespaces }}{18}{figure.29.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/1/10/Fig1}{{{1.2.6}.1}{18}{}{figure.29.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.2.7}.1}{\ignorespaces }}{19}{figure.30.1}\protected@file@percent }
\newlabel{fig:11/10/1/4}{{{1.2.7}.1}{19}{}{figure.30.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.3}Exercises}{19}{section.1.3}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.4}Section Formula}{22}{section.1.4}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.1}.1}{\ignorespaces }}{23}{figure.74.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/2/1/Fig}{{{1.4.1}.1}{23}{}{figure.74.1}{}}
\newlabel{eq:chapters/10/7/2/4/1}{{{1.4.4}.1}{24}{Section Formula}{equation.77.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.2}.1}{\ignorespaces }}{25}{figure.75.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/2/2/Figure}{{{1.4.2}.1}{25}{}{figure.75.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.4.4}.1}{\ignorespaces }}{25}{table.77.1}\protected@file@percent }
\newlabel{tab:10/7/2/4-1}{{{1.4.4}.1}{25}{}{table.77.1}{}}
\newlabel{eq:chapters/10/7/2/4/4}{{{1.4.4}.4}{25}{Section Formula}{equation.77.4}{}}
\newlabel{eq:chapters/10/7/2/6/tables/det2f}{{{1.4.6}.1}{26}{Section Formula}{equation.79.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.4}.1}{\ignorespaces }}{27}{figure.77.1}\protected@file@percent }
\newlabel{fig:10/7/2/4Fig1}{{{1.4.4}.1}{27}{}{figure.77.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.4.6}.1}{\ignorespaces }}{27}{table.79.1}\protected@file@percent }
\newlabel{table:chapters/10/7/2/6/tables/}{{{1.4.6}.1}{27}{}{table.79.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.6}.1}{\ignorespaces }}{28}{figure.79.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/2/6/Fig3}{{{1.4.6}.1}{28}{}{figure.79.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.7}.1}{\ignorespaces }}{30}{figure.80.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/2/7Fig}{{{1.4.7}.1}{30}{}{figure.80.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.8}.1}{\ignorespaces }}{31}{figure.81.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/2/8/vec.png}{{{1.4.8}.1}{31}{}{figure.81.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.9}.1}{\ignorespaces }}{33}{figure.85.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/2/9/Fig}{{{1.4.9}.1}{33}{}{figure.85.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.10}.1}{\ignorespaces }}{35}{figure.86.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/2/10/gFig1}{{{1.4.10}.1}{35}{}{figure.86.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.11}.1}{\ignorespaces }}{37}{figure.91.1}\protected@file@percent }
\newlabel{fig:chapters/12/10/2/15/}{{{1.4.11}.1}{37}{}{figure.91.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.13}.1}{\ignorespaces }}{39}{figure.93.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/4/1vec}{{{1.4.13}.1}{39}{}{figure.93.1}{}}
\newlabel{chapters/11/10/1/5}{{{1.4.15}}{41}{Section Formula}{Item.105}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.14}.1}{\ignorespaces }}{42}{figure.104.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/4/7/Figure}{{{1.4.14}.1}{42}{}{figure.104.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.4.15}.1}{\ignorespaces }}{43}{figure.105.1}\protected@file@percent }
\newlabel{fig:11/10/1/5}{{{1.4.15}.1}{43}{}{figure.105.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.5}Exercises}{44}{section.1.5}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.6}Rank}{47}{section.1.6}\protected@file@percent }
\newlabel{eq:10/7/1/31}{{{1.6.1}.1}{47}{Rank}{equation.141.1}{}}
\newlabel{eq:chapters/12/10/3/16rank-collinear}{{{1.6.2}.1}{47}{Rank}{equation.142.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.6.1}.1}{\ignorespaces }}{48}{figure.141.1}\protected@file@percent }
\newlabel{fig:10/7/1/3Fig1}{{{1.6.1}.1}{48}{}{figure.141.1}{}}
\newlabel{eq:chapters/12/10/3/16row-red}{{{1.6.2}.6}{49}{Rank}{equation.142.6}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.6.2}.1}{\ignorespaces Points $\mathbf {A}$, $\mathbf {B}$ and $\mathbf {C}$ are collinear.}}{50}{figure.142.1}\protected@file@percent }
\newlabel{fig:chapters/12/10/3/163d-line}{{{1.6.2}.1}{50}{Points $\vec {A}$, $\vec {B}$ and $\vec {C}$ are collinear}{figure.142.1}{}}
\newlabel{10/7/3/2}{{{1.6.5}}{52}{Rank}{Item.147}{}}
\newlabel{eq:chapters/10/7/3/2/chem_balance_mat_row1}{{{1.6.5}.5}{52}{Rank}{equation.148.5}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.6.5}.1}{\ignorespaces }}{53}{figure.148.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/3/2/line1.pdf}{{{1.6.5}.1}{53}{}{figure.148.1}{}}
\newlabel{eq:chapters/10/7/3/2/chem_balance_mat_row}{{{1.6.5}.11}{54}{Rank}{equation.149.11}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.6.5}.2}{\ignorespaces }}{55}{figure.149.2}\protected@file@percent }
\newlabel{fig:chapters/10/7/3/2/line2.png}{{{1.6.5}.2}{55}{}{figure.149.2}{}}
\newlabel{eq:chapters/10/7/4/2chem_balance_mat_row}{{{1.6.6}.5}{56}{Rank}{equation.150.5}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.6.6}.1}{\ignorespaces }}{57}{figure.150.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/4/2Fig}{{{1.6.6}.1}{57}{}{figure.150.1}{}}
\newlabel{chapters/11/10/1/8}{{{1.6.7}}{57}{Rank}{Item.151}{}}
\newlabel{eq:11/10/1/8}{{{1.6.7}.1}{57}{Rank}{equation.151.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.6.7}.1}{\ignorespaces }}{58}{figure.151.1}\protected@file@percent }
\newlabel{fig:11/10/1/8}{{{1.6.7}.1}{58}{}{figure.151.1}{}}
\newlabel{chapters/11/10/1/13}{{{1.6.8}}{59}{Rank}{equation.152.1}{}}
\newlabel{eq:}{{{1.6.8}.3}{59}{Rank}{equation.152.3}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.7}Exercises}{60}{section.1.7}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.8}Scalar Product}{61}{section.1.8}\protected@file@percent }
\newlabel{eq:chapters/12/10/3/2/5}{{{1.8.2}.2}{62}{Scalar Product}{equation.167.2}{}}
\newlabel{eq:12/10/3/9det2f}{{{1.8.6}.1}{64}{Scalar Product}{equation.171.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.8.7}.1}{\ignorespaces }}{65}{figure.172.1}\protected@file@percent }
\newlabel{fig:chapters/12/10/3/15/TriangleABC}{{{1.8.7}.1}{65}{}{figure.172.1}{}}
\newlabel{itm:chapters/12/10/5/161}{{{1.8.14}a}{69}{Scalar Product}{Item.180}{}}
\newlabel{itm:chapters/12/10/5/162}{{{1.8.14}b}{69}{Scalar Product}{Item.181}{}}
\newlabel{itm:chapters/12/10/5/163}{{{1.8.14}c}{69}{Scalar Product}{Item.182}{}}
\newlabel{itm:chapters/12/10/5/164}{{{1.8.14}d}{69}{Scalar Product}{Item.183}{}}
\newlabel{eq:chapters/12/10/5/161}{{{1.8.14}.3}{70}{Scalar Product}{equation.183.3}{}}
\newlabel{chapters/11/10/1/7}{{{1.8.15}}{70}{Scalar Product}{Item.188}{}}
\newlabel{chapters/11/10/1/10}{{{1.8.16}}{71}{Scalar Product}{Item.189}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.8.16}.1}{\ignorespaces }}{71}{figure.189.1}\protected@file@percent }
\newlabel{fig:11/10/1/10}{{{1.8.16}.1}{71}{}{figure.189.1}{}}
\newlabel{chapters/11/10/1/11}{{{1.8.17}}{72}{Scalar Product}{Item.190}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.8.17}.1}{\ignorespaces }}{73}{figure.190.1}\protected@file@percent }
\newlabel{fig:11/10/1/11}{{{1.8.17}.1}{73}{}{figure.190.1}{}}
\newlabel{chapters/11/10/3/9}{{{1.8.18}}{74}{Scalar Product}{Item.191}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.9}Exercises}{75}{section.1.9}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.10}Orthogonality}{79}{section.1.10}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.2}.1}{\ignorespaces }}{82}{figure.265.1}\protected@file@percent }
\newlabel{fig:10/7/1/6/Fig1}{{{1.10.2}.1}{82}{}{figure.265.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.2}.2}{\ignorespaces }}{84}{figure.267.2}\protected@file@percent }
\newlabel{fig:10/7/1/6/Fig2}{{{1.10.2}.2}{84}{}{figure.267.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.2}.3}{\ignorespaces }}{87}{figure.270.3}\protected@file@percent }
\newlabel{fig:10/7/1/6/Fig3}{{{1.10.2}.3}{87}{}{figure.270.3}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.3}.1}{\ignorespaces }}{88}{figure.271.1}\protected@file@percent }
\newlabel{fig:12/10/3/3fig}{{{1.10.3}.1}{88}{}{figure.271.1}{}}
\newlabel{eq:chapters/12/10/3/4/2}{{{1.10.4}.2}{89}{Orthogonality}{equation.272.2}{}}
\newlabel{eq:chapters/12/10/2/17/dir-vec}{{{1.10.12}.1}{96}{Orthogonality}{equation.283.1}{}}
\newlabel{eq:chapters/12/10/2/17/inner-prod}{{{1.10.12}.2}{96}{Orthogonality}{equation.283.2}{}}
\newlabel{eq:chapters/12/10/5/12/1}{{{1.10.13}.6}{97}{Orthogonality}{equation.284.6}{}}
\newlabel{eq:chapters/12/10/5/12/2}{{{1.10.13}.8}{97}{Orthogonality}{equation.284.8}{}}
\newlabel{eq:10/7/4/8det2f}{{{1.10.15}.1}{99}{Orthogonality}{equation.286.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.15}.1}{\ignorespaces }}{100}{figure.286.1}\protected@file@percent }
\newlabel{fig:10/7/4/8Fig3}{{{1.10.15}.1}{100}{}{figure.286.1}{}}
\newlabel{chapters/11/10/1/6}{{{1.10.16}}{101}{Orthogonality}{Item.287}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.16}.1}{\ignorespaces }}{101}{figure.287.1}\protected@file@percent }
\newlabel{fig:11/10/1/6}{{{1.10.16}.1}{101}{}{figure.287.1}{}}
\newlabel{chapters/11/10/3/10}{{{1.10.17}}{102}{Orthogonality}{Item.288}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.17}.1}{\ignorespaces }}{103}{figure.288.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/3/10/Figure}{{{1.10.17}.1}{103}{}{figure.288.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.10.21}.1}{\ignorespaces lines represented for the given points and direction vector with k=$\frac {-10}{7}$}}{110}{figure.302.1}\protected@file@percent }
\newlabel{fig:chapters/12/11/4/6/1}{{{1.10.21}.1}{110}{lines represented for the given points and direction vector with k=$\frac {-10}{7}$}{figure.302.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.11}Exercises}{110}{section.1.11}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.12}Vector Product}{115}{section.1.12}\protected@file@percent }
\newlabel{10/7/3/1}{{{1.12.11}}{123}{Vector Product}{Item.376}{}}
\newlabel{prop:10/7/3/1area2d}{{{1.12.11}a}{123}{Vector Product}{Item.377}{}}
\newlabel{eq:10/7/3/1area2d}{{{1.12.11}.1}{123}{Vector Product}{equation.377.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.12.10}.1}{\ignorespaces }}{124}{figure.373.1}\protected@file@percent }
\newlabel{fig:chapters/12/10/4/12Rect_ABCD}{{{1.12.10}.1}{124}{}{figure.373.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.12.12}.1}{\ignorespaces }}{127}{figure.379.1}\protected@file@percent }
\newlabel{fig:10/7/3/3Fig}{{{1.12.12}.1}{127}{}{figure.379.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.12.13}.1}{\ignorespaces }}{128}{table.380.1}\protected@file@percent }
\newlabel{tab:10/7/3/4}{{{1.12.13}.1}{128}{}{table.380.1}{}}
\newlabel{eq:chapters/10/7/3/4/2}{{{1.12.13}.1}{128}{Vector Product}{equation.380.1}{}}
\newlabel{eq:chapters/10/7/3/4/3}{{{1.12.13}.2}{128}{Vector Product}{equation.380.2}{}}
\newlabel{eq:chapters/10/7/3/4/1}{{{1.12.13}.3}{128}{Vector Product}{equation.380.3}{}}
\newlabel{eq:chapters/10/7/3/4/6}{{{1.12.13}.5}{129}{Vector Product}{equation.380.5}{}}
\newlabel{eq:chapters/10/7/3/4/7}{{{1.12.13}.6}{129}{Vector Product}{equation.380.6}{}}
\newlabel{eq:chapters/10/7/3/4/5}{{{1.12.13}.7}{129}{Vector Product}{equation.380.7}{}}
\newlabel{10/7/3/5}{{{1.12.14}}{129}{Vector Product}{Item.381}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.12.13}.1}{\ignorespaces }}{130}{figure.380.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/3/4/Fig1}{{{1.12.13}.1}{130}{}{figure.380.1}{}}
\newlabel{eq:10/7/3/5/7}{{{1.12.14}.3}{131}{Vector Product}{equation.381.3}{}}
\newlabel{eq:10/7/3/5/8}{{{1.12.14}.4}{131}{Vector Product}{equation.381.4}{}}
\newlabel{eq:10/7/3/5/6}{{{1.12.14}.5}{131}{Vector Product}{equation.381.5}{}}
\newlabel{eq:10/7/3/5/13}{{{1.12.14}.7}{131}{Vector Product}{equation.381.7}{}}
\newlabel{eq:10/7/3/5/14}{{{1.12.14}.8}{131}{Vector Product}{equation.381.8}{}}
\newlabel{eq:10/7/3/5/12}{{{1.12.14}.9}{131}{Vector Product}{equation.381.9}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.12.14}.1}{\ignorespaces }}{132}{figure.381.1}\protected@file@percent }
\newlabel{fig:10/7/3/5/}{{{1.12.14}.1}{132}{}{figure.381.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.12.16}.1}{\ignorespaces }}{134}{table.383.1}\protected@file@percent }
\newlabel{table:chapters/10/7/4/61}{{{1.12.16}.1}{134}{}{table.383.1}{}}
\newlabel{eq:chapters/10/7/4/61}{{{1.12.16}.1}{135}{Vector Product}{equation.383.1}{}}
\newlabel{eq:chapters/10/7/4/64}{{{1.12.16}.2}{135}{Vector Product}{equation.383.2}{}}
\newlabel{eq:chapters/10/7/4/611}{{{1.12.16}.4}{135}{Vector Product}{equation.383.4}{}}
\newlabel{eq:chapters/10/7/4/617}{{{1.12.16}.5}{135}{Vector Product}{equation.383.5}{}}
\newlabel{eq:chapters/10/7/4/618}{{{1.12.16}.6}{135}{Vector Product}{equation.383.6}{}}
\newlabel{eq:chapters/10/7/4/616}{{{1.12.16}.7}{136}{Vector Product}{equation.383.7}{}}
\newlabel{eq:chapters/10/7/4/621}{{{1.12.16}.10}{136}{Vector Product}{equation.383.10}{}}
\newlabel{eq:chapters/10/7/4/622}{{{1.12.16}.11}{136}{Vector Product}{equation.383.11}{}}
\newlabel{eq:chapters/10/7/4/620}{{{1.12.16}.12}{136}{Vector Product}{equation.383.12}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.12.16}.1}{\ignorespaces }}{137}{figure.383.1}\protected@file@percent }
\newlabel{fig:chapters/10/7/4/6Fig1}{{{1.12.16}.1}{137}{}{figure.383.1}{}}
\newlabel{chapters/11/10/1/1}{{{1.12.17}}{137}{Vector Product}{equation.384.2}{}}
\newlabel{eq:11/10/1/1area-diag}{{{1.12.17}.7}{138}{Vector Product}{equation.384.7}{}}
\newlabel{eq:11/10/1/1ans}{{{1.12.17}.11}{138}{Vector Product}{equation.384.11}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.12.17}.1}{\ignorespaces Plot of quadrilateral $ABCD$}}{139}{figure.384.1}\protected@file@percent }
\newlabel{fig:11/10/1/1quad}{{{1.12.17}.1}{139}{Plot of quadrilateral $ABCD$}{figure.384.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.13}Exercises}{139}{section.1.13}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.14}Miscellaneous}{142}{section.1.14}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.2}.1}{\ignorespaces }}{143}{figure.434.1}\protected@file@percent }
\newlabel{fig:chapters/12/10/2/18/}{{{1.14.2}.1}{143}{}{figure.434.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.5}.1}{\ignorespaces }}{147}{figure.445.1}\protected@file@percent }
\newlabel{fig:chapters/12/10/5/3Fig1}{{{1.14.5}.1}{147}{}{figure.445.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.7}.1}{\ignorespaces }}{148}{figure.447.1}\protected@file@percent }
\newlabel{fig:7/4/4/4Fig1}{{{1.14.7}.1}{148}{}{figure.447.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.7}.2}{\ignorespaces }}{149}{figure.447.2}\protected@file@percent }
\newlabel{fig:7/4/4/4Fig2}{{{1.14.7}.2}{149}{}{figure.447.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.7}.3}{\ignorespaces }}{150}{figure.447.3}\protected@file@percent }
\newlabel{fig:7/4/4/4Fig3}{{{1.14.7}.3}{150}{}{figure.447.3}{}}
\newlabel{eq:7/4/4/4bp}{{{1.14.7}.6}{150}{Miscellaneous}{equation.447.6}{}}
\newlabel{eq:7/4/4/4dp}{{{1.14.7}.7}{150}{Miscellaneous}{equation.447.7}{}}
\newlabel{eq:7/4/4/4b}{{{1.14.7}.8}{151}{Miscellaneous}{equation.447.8}{}}
\newlabel{eq:7/4/4/4d}{{{1.14.7}.9}{151}{Miscellaneous}{equation.447.9}{}}
\newlabel{chapters/11/10/1/2}{{{1.14.8}}{151}{Miscellaneous}{Item.448}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.8}.1}{\ignorespaces }}{152}{figure.448.1}\protected@file@percent }
\newlabel{fig:11/10/1/2}{{{1.14.8}.1}{152}{}{figure.448.1}{}}
\newlabel{chapters/11/10/1/9}{{{1.14.9}}{153}{Miscellaneous}{Item.449}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.9}.1}{\ignorespaces }}{155}{figure.451.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/1/91}{{{1.14.9}.1}{155}{}{figure.451.1}{}}
\newlabel{chapters/11/10/1/12}{{{1.14.10}}{155}{Miscellaneous}{Item.452}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.10}.1}{\ignorespaces }}{156}{figure.452.1}\protected@file@percent }
\newlabel{fig:11/10/1/12}{{{1.14.10}.1}{156}{}{figure.452.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.14.11}.1}{\ignorespaces }}{157}{figure.453.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/1/14/1}{{{1.14.11}.1}{157}{}{figure.453.1}{}}
\gdef \LT@i {\LT@entry
{1}{52.79999pt}\LT@entry
{1}{47.4pt}\LT@entry
{1}{92.4pt}}
\@writefile{toc}{\contentsline {section}{\numberline {1.15}Exercises}{159}{section.1.15}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {1.16}Triangle}{159}{section.1.16}\protected@file@percent }
\newlabel{chapters/9/11/2/1}{{{1.16.1}}{159}{Triangle}{Item.461}{}}
\newlabel{chapters/9/11/2/2}{{{1.16.2}}{159}{Triangle}{Item.462}{}}
\newlabel{chapters/9/11/2/3}{{{1.16.3}}{159}{Triangle}{Item.463}{}}
\newlabel{chapters/9/11/2/4}{{{1.16.4}}{159}{Triangle}{Item.464}{}}
\newlabel{chapters/9/11/2/5}{{{1.16.5}}{159}{Triangle}{Item.465}{}}
\newlabel{chapters/9/7/1/6}{{{1.16.6}}{160}{Triangle}{Item.466}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.16.6}.1}{\ignorespaces }}{160}{figure.466.1}\protected@file@percent }
\newlabel{fig:chapters/9/7/1/6/1}{{{1.16.6}.1}{160}{}{figure.466.1}{}}
\newlabel{tab:chapters/9/7/1/6/1}{{{1.16.6}}{160}{Triangle}{table.466.1}{}}
\gdef \LT@ii {\LT@entry
{1}{52.79999pt}\LT@entry
{1}{47.4pt}\LT@entry
{1}{92.4pt}}
\newlabel{eq:chapters/9/7/1/6/5}{{{1.16.6}.9}{162}{Triangle}{equation.466.9}{}}
\newlabel{chapters/9/7/1/7}{{{1.16.7}}{162}{Triangle}{Item.467}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.16.7}.2}{\ignorespaces }}{162}{table.469.2}\protected@file@percent }
\newlabel{tab:chapters/9/7/1/7/}{{{1.16.7}.2}{162}{}{table.469.2}{}}
\newlabel{eq:chapters/9/7/1/7/1}{{{1.16.7}.8}{164}{Triangle}{equation.469.8}{}}
\newlabel{eq:chapters/9/7/1/7/2}{{{1.16.7}.12}{164}{Triangle}{equation.469.12}{}}
\gdef \LT@iii {\LT@entry
{1}{52.79999pt}\LT@entry
{1}{47.4pt}\LT@entry
{1}{77.4pt}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.16.7}.1}{\ignorespaces }}{165}{figure.469.1}\protected@file@percent }
\newlabel{fig:chapters/9/7/1/7/Fig1}{{{1.16.7}.1}{165}{}{figure.469.1}{}}
\newlabel{chapters/9/7/1/8}{{{1.16.8}}{165}{Triangle}{Item.474}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.16.8}.2}{\ignorespaces }}{165}{table.474.2}\protected@file@percent }
\newlabel{tab:chapters/9/7/1/8/table}{{{1.16.8}.2}{165}{}{table.474.2}{}}
\newlabel{eq:chapters/9/7/1/8/3}{{{1.16.8}.11}{166}{Triangle}{equation.474.11}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.16.8}.1}{\ignorespaces }}{167}{figure.474.1}\protected@file@percent }
\newlabel{fig:chapters/9/7/1/8/1}{{{1.16.8}.1}{167}{}{figure.474.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.17}Exercises}{167}{section.1.17}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{1.17.20}.1}{\ignorespaces }}{170}{figure.494.1}\protected@file@percent }
\newlabel{fig:exemplar/9.7.37.3.2}{{{1.17.20}.1}{170}{}{figure.494.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.18} Quadrilateral}{175}{section.1.18}\protected@file@percent }
\newlabel{prop:9/9/2/5}{{{1.18.3}a}{176}{Quadrilateral}{Item.570}{}}
\newlabel{eq:9/9/2/5/1}{{{1.18.3}.1}{176}{Quadrilateral}{equation.572.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.18.4}.1}{\ignorespaces Parameters}}{177}{table.574.1}\protected@file@percent }
\newlabel{tab:9/7/1/1/Table1}{{{1.18.4}.1}{177}{Parameters}{table.574.1}{}}
\newlabel{eq:chapters/9/7/1/1/1}{{{1.18.4}.9}{178}{Quadrilateral}{equation.574.9}{}}
\newlabel{eq:chapters/9/7/1/1/2}{{{1.18.4}.13}{179}{Quadrilateral}{equation.574.13}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.18.5}.1}{\ignorespaces Parameters}}{180}{table.578.1}\protected@file@percent }
\newlabel{tab:chapters/9/7/1/2/Table1}{{{1.18.5}.1}{180}{Parameters}{table.578.1}{}}
\newlabel{eq:chapters/9/7/1/2/1}{{{1.18.5}.9}{181}{Quadrilateral}{equation.578.9}{}}
\newlabel{eq:chapters/9/7/1/2/2}{{{1.18.5}.13}{181}{Quadrilateral}{equation.578.13}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{1.18.6}.1}{\ignorespaces Parameters}}{182}{table.579.1}\protected@file@percent }
\newlabel{tab:chapters/9/7/1/3/Table1}{{{1.18.6}.1}{182}{Parameters}{table.579.1}{}}
\newlabel{eq:chapters/9/7/1/3/1}{{{1.18.6}.5}{183}{Quadrilateral}{equation.579.5}{}}
\@writefile{toc}{\contentsline {section}{\numberline {1.19}Exercises}{183}{section.1.19}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{1.17.21}.1}{\ignorespaces }}{187}{figure.495.1}\protected@file@percent }
\newlabel{fig:exemplar/9.7.37.3.3}{{{1.17.21}.1}{187}{}{figure.495.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.17.22}.1}{\ignorespaces }}{188}{figure.496.1}\protected@file@percent }
\newlabel{fig:exemplar/9.7.37.3.4}{{{1.17.22}.1}{188}{}{figure.496.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.17.26}.1}{\ignorespaces }}{188}{figure.500.1}\protected@file@percent }
\newlabel{fig:exemplar/9.7.37.3.8}{{{1.17.26}.1}{188}{}{figure.500.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.17.29}.1}{\ignorespaces }}{189}{figure.503.1}\protected@file@percent }
\newlabel{fig:exemplar/9.7.37.3.11}{{{1.17.29}.1}{189}{}{figure.503.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.18.1}.1}{\ignorespaces }}{189}{figure.565.1}\protected@file@percent }
\newlabel{fig:9/9/2/1}{{{1.18.1}.1}{189}{}{figure.565.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.18.2}.1}{\ignorespaces }}{190}{figure.568.1}\protected@file@percent }
\newlabel{fig:9/9/2/4}{{{1.18.2}.1}{190}{}{figure.568.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.18.3}.1}{\ignorespaces }}{191}{figure.571.1}\protected@file@percent }
\newlabel{fig:9/9/2/5}{{{1.18.3}.1}{191}{}{figure.571.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.18.4}.1}{\ignorespaces Quadrilateral CBAD}}{192}{figure.574.1}\protected@file@percent }
\newlabel{fig:chapters/9/7/1/1/Fig1}{{{1.18.4}.1}{192}{Quadrilateral CBAD}{figure.574.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.18.5}.1}{\ignorespaces Quadrilateral ABCD}}{193}{figure.578.1}\protected@file@percent }
\newlabel{fig:chapters/9/7/1/2/Fig}{{{1.18.5}.1}{193}{Quadrilateral ABCD}{figure.578.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.18.6}.1}{\ignorespaces }}{194}{figure.579.1}\protected@file@percent }
\newlabel{fig:chapters/9/7/1/3/Fig1}{{{1.18.6}.1}{194}{}{figure.579.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.19.12}.1}{\ignorespaces }}{194}{figure.591.1}\protected@file@percent }
\newlabel{fig:exemplar/9.9.4/9.24}{{{1.19.12}.1}{194}{}{figure.591.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.19.15}.1}{\ignorespaces }}{195}{figure.594.1}\protected@file@percent }
\newlabel{fig:exemplar/9.9.4/9.25}{{{1.19.15}.1}{195}{}{figure.594.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.19.17}.1}{\ignorespaces }}{195}{figure.596.1}\protected@file@percent }
\newlabel{fig:exemplar/9.9.4/9.26}{{{1.19.17}.1}{195}{}{figure.596.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.19.18}.1}{\ignorespaces }}{196}{figure.597.1}\protected@file@percent }
\newlabel{fig:exemplar/9.9.4/9.27}{{{1.19.18}.1}{196}{}{figure.597.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{1.19.23}.1}{\ignorespaces }}{197}{figure.602.1}\protected@file@percent }
\newlabel{fig:exemplar/9.8/9.8}{{{1.19.23}.1}{197}{}{figure.602.1}{}}
\@writefile{toc}{\contentsline {chapter}{\numberline {2}Linear Forms}{199}{chapter.2}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {2.1}Equation of a Line}{199}{section.2.1}\protected@file@percent }
\newlabel{chapters/11/10/2/1}{{{2.1.1}}{199}{Equation of a Line}{Item.607}{}}
\newlabel{chapters/11/10/2/2}{{{2.1.2}}{199}{Equation of a Line}{Item.608}{}}
\newlabel{chapters/11/10/2/3}{{{2.1.3}}{200}{Equation of a Line}{Item.609}{}}
\newlabel{eq:11/10/2/31}{{{2.1.3}.1}{200}{Equation of a Line}{equation.609.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.2}.1}{\ignorespaces line}}{201}{figure.608.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/2/2/Figure}{{{2.1.2}.1}{201}{line}{figure.608.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.3}.1}{\ignorespaces }}{202}{figure.609.1}\protected@file@percent }
\newlabel{fig:11/10/2/3Fig1}{{{2.1.3}.1}{202}{}{figure.609.1}{}}
\newlabel{chapters/11/10/2/4}{{{2.1.4}}{202}{Equation of a Line}{Item.610}{}}
\newlabel{eq:11/10/2/4dir-vec}{{{2.1.4}.1}{202}{Equation of a Line}{equation.610.1}{}}
\newlabel{eq:11/10/2/4normal-vec}{{{2.1.4}.2}{203}{Equation of a Line}{equation.610.2}{}}
\newlabel{eq:11/10/2/4line}{{{2.1.4}.5}{203}{Equation of a Line}{equation.610.5}{}}
\newlabel{chapters/11/10/2/5}{{{2.1.5}}{203}{Equation of a Line}{Item.611}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.4}.1}{\ignorespaces Line represented by \textup {\hbox {\mathsurround \z@ \normalfont (\ignorespaces \ref {eq:11/10/2/4line}\unskip \@@italiccorr )}}.}}{204}{figure.610.1}\protected@file@percent }
\newlabel{fig:11/10/2/4line}{{{2.1.4}.1}{204}{Line represented by \eqref {eq:11/10/2/4line}}{figure.610.1}{}}
\newlabel{eq:chapters/11/10/2/5/1}{{{2.1.5}.7}{205}{Equation of a Line}{equation.611.7}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.5}.1}{\ignorespaces }}{205}{figure.611.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/2/5/Fig1}{{{2.1.5}.1}{205}{}{figure.611.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.6}.1}{\ignorespaces }}{207}{figure.612.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/2/6/line}{{{2.1.6}.1}{207}{}{figure.612.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.7}.1}{\ignorespaces }}{208}{figure.613.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/2/7/Line_AB}{{{2.1.7}.1}{208}{}{figure.613.1}{}}
\newlabel{chapters/11/10/2/8}{{{2.1.8}}{209}{Equation of a Line}{Item.614}{}}
\newlabel{eq:chapters/11/10/2/8/3}{{{2.1.8}.2}{209}{Equation of a Line}{equation.614.2}{}}
\newlabel{chapters/11/10/2/9}{{{2.1.9}}{209}{Equation of a Line}{Item.615}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.8}.1}{\ignorespaces }}{210}{figure.614.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/2/8/Fig1}{{{2.1.8}.1}{210}{}{figure.614.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.9}.1}{\ignorespaces }}{211}{figure.615.1}\protected@file@percent }
\newlabel{fig:11/10/2/9}{{{2.1.9}.1}{211}{}{figure.615.1}{}}
\newlabel{chapters/11/10/2/10}{{{2.1.10}}{212}{Equation of a Line}{Item.616}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.10}.1}{\ignorespaces }}{212}{figure.616.1}\protected@file@percent }
\newlabel{fig:11/10/2/10}{{{2.1.10}.1}{212}{}{figure.616.1}{}}
\newlabel{chapters/11/10/2/11}{{{2.1.11}}{213}{Equation of a Line}{Item.617}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.11}.1}{\ignorespaces }}{214}{figure.617.1}\protected@file@percent }
\newlabel{fig:11/10/2/11}{{{2.1.11}.1}{214}{}{figure.617.1}{}}
\newlabel{chapters/11/10/2/12}{{{2.1.12}}{215}{Equation of a Line}{Item.618}{}}
\newlabel{eq:11/10/2/12/1}{{{2.1.13}.7}{216}{Equation of a Line}{equation.619.7}{}}
\newlabel{chapters/11/10/2/13}{{{2.1.14}}{216}{Equation of a Line}{Item.620}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.13}.1}{\ignorespaces }}{217}{figure.619.1}\protected@file@percent }
\newlabel{fig:11/10/2/12/Fig1}{{{2.1.13}.1}{217}{}{figure.619.1}{}}
\newlabel{eq:11/10/2/13-a+b}{{{2.1.14}.1}{217}{Equation of a Line}{equation.620.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.14}.1}{\ignorespaces }}{218}{figure.620.1}\protected@file@percent }
\newlabel{fig:11/10/2/13}{{{2.1.14}.1}{218}{}{figure.620.1}{}}
\newlabel{eq:11/10/2/13-ab}{{{2.1.14}.5}{218}{Equation of a Line}{equation.620.5}{}}
\newlabel{chapters/11/10/2/14}{{{2.1.15}}{219}{Equation of a Line}{Item.621}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.15}.1}{\ignorespaces }}{220}{figure.621.1}\protected@file@percent }
\newlabel{fig:11/10/2/14}{{{2.1.15}.1}{220}{}{figure.621.1}{}}
\newlabel{chapters/11/10/2/15}{{{2.1.16}}{221}{Equation of a Line}{Item.622}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.16}.1}{\ignorespaces }}{222}{figure.622.1}\protected@file@percent }
\newlabel{fig:11/10/2/15}{{{2.1.16}.1}{222}{}{figure.622.1}{}}
\newlabel{chapters/11/10/2/18}{{{2.1.17}}{223}{Equation of a Line}{Item.623}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.17}.1}{\ignorespaces }}{224}{figure.623.1}\protected@file@percent }
\newlabel{fig:11/10/2/18Fig1}{{{2.1.17}.1}{224}{}{figure.623.1}{}}
\newlabel{chapters/11/10/2/19}{{{2.1.18}}{225}{Equation of a Line}{Item.624}{}}
\newlabel{chapters/11/10/2/20}{{{2.1.19}}{227}{Equation of a Line}{Item.625}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.19}.1}{\ignorespaces }}{227}{figure.625.1}\protected@file@percent }
\newlabel{fig:11/10/2/20}{{{2.1.19}.1}{227}{}{figure.625.1}{}}
\newlabel{chapters/11/10/3/7}{{{2.1.20}}{228}{Equation of a Line}{Item.626}{}}
\newlabel{chapters/11/10/3/8}{{{2.1.21}}{228}{Equation of a Line}{Item.627}{}}
\newlabel{chapters/11/10/3/11}{{{2.1.22}}{229}{Equation of a Line}{Item.628}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.1.21}.1}{\ignorespaces }}{230}{figure.627.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/3/8/Fig1}{{{2.1.21}.1}{230}{}{figure.627.1}{}}
\newlabel{eq:chapters/12/11/4/19/6}{{{2.1.24}.2}{233}{Equation of a Line}{equation.630.2}{}}
\newlabel{eq:chapters/12/11/4/19/7}{{{2.1.24}.3}{233}{Equation of a Line}{equation.630.3}{}}
\newlabel{eq:chapters/12/11/4/19/8}{{{2.1.24}.4}{233}{Equation of a Line}{equation.630.4}{}}
\newlabel{eq:chapters/12/11/4/19/9}{{{2.1.24}.5}{233}{Equation of a Line}{equation.630.5}{}}
\newlabel{eq:chapters/12/11/4/19/10}{{{2.1.24}.6}{233}{Equation of a Line}{equation.630.6}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.2}Perpendicular}{234}{section.2.2}\protected@file@percent }
\newlabel{chapters/11/10/3/3}{{{2.2.3}}{235}{Perpendicular}{Item.633}{}}
\newlabel{chapters/11/10/3/4}{{{2.2.4}}{237}{Perpendicular}{Item.640}{}}
\newlabel{eq:11/10/3/4/2Dline}{{{2.2.4}.3}{237}{Perpendicular}{equation.641.3}{}}
\newlabel{eq:11/10/3/4/dir_line_normal_dist}{{{2.2.4}.5}{238}{Perpendicular}{equation.641.5}{}}
\newlabel{eq:11/10/3/4/dir_line_normal_dist_pa}{{{2.2.4}.6}{238}{Perpendicular}{equation.641.6}{}}
\newlabel{eq:11/10/3/4/dir_line_normal_dist_pa_d}{{{2.2.4}.7}{238}{Perpendicular}{equation.641.7}{}}
\newlabel{eq:11/10/3/4/line_dist_2d}{{{2.2.4}.11}{239}{Perpendicular}{equation.641.11}{}}
\newlabel{eq:11/10/3/4/foot_of_perpendicular}{{{2.2.4}.14}{239}{Perpendicular}{equation.642.14}{}}
\newlabel{eq:11/10/3/4/sysEq1}{{{2.2.4}.17}{240}{Perpendicular}{equation.642.17}{}}
\newlabel{chapters/11/10/3/5}{{{2.2.5}}{241}{Perpendicular}{Item.643}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.2.4}.1}{\ignorespaces }}{242}{figure.642.1}\protected@file@percent }
\newlabel{fig:11/10/3/4/Fig1}{{{2.2.4}.1}{242}{}{figure.642.1}{}}
\newlabel{chapters/11/10/3/6}{{{2.2.6}}{243}{Perpendicular}{Item.644}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.2.5}.1}{\ignorespaces }}{244}{figure.643.1}\protected@file@percent }
\newlabel{fig:11/10/3/5/Fig1}{{{2.2.5}.1}{244}{}{figure.643.1}{}}
\newlabel{chapters/11/10/3/14}{{{2.2.7}}{245}{Perpendicular}{Item.649}{}}
\newlabel{chapters/11/10/3/16}{{{2.2.8}}{246}{Perpendicular}{Item.650}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.2.7}.1}{\ignorespaces }}{247}{figure.649.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/3/14/Fig}{{{2.2.7}.1}{247}{}{figure.649.1}{}}
\newlabel{chapters/11/10/3/17}{{{2.2.9}}{248}{Perpendicular}{Item.651}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.2.9}.1}{\ignorespaces }}{250}{figure.653.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/3/17/1}{{{2.2.9}.1}{250}{}{figure.653.1}{}}
\newlabel{chapters/11/10/3/18}{{{2.2.10}}{250}{Perpendicular}{equation.654.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.2.11}.1}{\ignorespaces }}{253}{figure.655.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/4/Figure}{{{2.2.11}.1}{253}{}{figure.655.1}{}}
\newlabel{eq:chapters/11/10/4/5/1}{{{2.2.12}.5}{253}{Perpendicular}{equation.656.5}{}}
\newlabel{eq:chapters/11/10/4/5/2}{{{2.2.12}.8}{254}{Perpendicular}{equation.656.8}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.2.13}.1}{\ignorespaces }}{255}{figure.657.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/21/1}{{{2.2.13}.1}{255}{}{figure.657.1}{}}
\newlabel{eq:chapters/11/10/4/7/1}{{{2.2.15}.1}{257}{Perpendicular}{equation.659.1}{}}
\newlabel{eq:chapters/11/10/4/7/5}{{{2.2.15}.4}{257}{Perpendicular}{equation.659.4}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.2.15}.1}{\ignorespaces }}{258}{figure.659.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/7/Figure}{{{2.2.15}.1}{258}{}{figure.659.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.3}Plane}{260}{section.2.3}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{2.3.2}.1}{\ignorespaces The figure shows that the given points are collinear}}{262}{figure.673.1}\protected@file@percent }
\newlabel{fig:chapters/12/11/3/6/1}{{{2.3.2}.1}{262}{The figure shows that the given points are collinear}{figure.673.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.3.2}.2}{\ignorespaces Plane passing through the given points }}{264}{figure.674.2}\protected@file@percent }
\newlabel{fig:chapters/12/11/3/6/2}{{{2.3.2}.2}{264}{Plane passing through the given points}{figure.674.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.3.3}.1}{\ignorespaces }}{265}{figure.675.1}\protected@file@percent }
\newlabel{fig:chapters/12/11/3/8/1}{{{2.3.3}.1}{265}{}{figure.675.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.4}Miscellaneous }{267}{section.2.4}\protected@file@percent }
\newlabel{eq:chapters/11/10/4/1/1}{{{2.4.1}.1}{267}{Miscellaneous}{equation.677.1}{}}
\newlabel{eq:chapters/11/10/4/1/2}{{{2.4.1}.2}{267}{Miscellaneous}{equation.680.2}{}}
\newlabel{eq:chapters/11/10/4/1/6}{{{2.4.1}.4}{267}{Miscellaneous}{equation.681.4}{}}
\newlabel{eq:chapters/11/10/4/1/11}{{{2.4.1}.7}{268}{Miscellaneous}{equation.682.7}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.4.2}.1}{\ignorespaces }}{270}{figure.684.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/2/Fig1}{{{2.4.2}.1}{270}{}{figure.684.1}{}}
\newlabel{eq:11/10/4/31a}{{{2.4.3}.1}{270}{Miscellaneous}{equation.685.1}{}}
\newlabel{eq:11/10/4/32a}{{{2.4.3}.2}{270}{Miscellaneous}{equation.685.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.4.3}.1}{\ignorespaces }}{272}{figure.687.1}\protected@file@percent }
\newlabel{fig:11/10/4/3line segmenta}{{{2.4.3}.1}{272}{}{figure.687.1}{}}
\newlabel{eq:chapters/11/10/4/6/normal}{{{2.4.4}.6}{273}{Miscellaneous}{equation.688.6}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.4.4}.1}{\ignorespaces }}{274}{figure.688.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/6/Fig3}{{{2.4.4}.1}{274}{}{figure.688.1}{}}
\newlabel{eq:chapters/11/10/4/8/1}{{{2.4.5}.1}{275}{Miscellaneous}{equation.689.1}{}}
\newlabel{eq:chapters/11/10/4/8/2}{{{2.4.5}.2}{275}{Miscellaneous}{equation.689.2}{}}
\newlabel{eq:chapters/11/10/4/8/3}{{{2.4.5}.3}{275}{Miscellaneous}{equation.689.3}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.4.5}.1}{\ignorespaces }}{278}{figure.689.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/8/}{{{2.4.5}.1}{278}{}{figure.689.1}{}}
\newlabel{eq:chapters/11/10/4/22/1}{{{2.4.6}.7}{279}{Miscellaneous}{equation.690.7}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.4.6}.1}{\ignorespaces }}{280}{figure.690.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/22/1}{{{2.4.6}.1}{280}{}{figure.690.1}{}}
\newlabel{eq:chapters/11/10/4/24/L1}{{{2.4.7}.1}{280}{Miscellaneous}{equation.691.1}{}}
\newlabel{eq:chapters/11/10/4/24/L2}{{{2.4.7}.2}{280}{Miscellaneous}{equation.691.2}{}}
\newlabel{eq:chapters/11/10/4/24/L3}{{{2.4.7}.3}{281}{Miscellaneous}{equation.691.3}{}}
\newlabel{eq:chapters/11/10/4/24/intersect}{{{2.4.7}.6}{281}{Miscellaneous}{equation.691.6}{}}
\newlabel{eq:chapters/11/10/4/24/L3-norm}{{{2.4.7}.8}{281}{Miscellaneous}{equation.691.8}{}}
\newlabel{eq:chapters/11/10/4/24/L4-norm}{{{2.4.7}.9}{282}{Miscellaneous}{equation.691.9}{}}
\newlabel{eq:chapters/11/10/4/24/L4}{{{2.4.7}.11}{282}{Miscellaneous}{equation.691.11}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.5}Exemplar}{282}{section.2.5}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{2.4.7}.1}{\ignorespaces AF is the required line.}}{283}{figure.691.1}\protected@file@percent }
\newlabel{fig:chapters/11/10/4/24/crossing}{{{2.4.7}.1}{283}{AF is the required line}{figure.691.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {2.6}Singular Value Decomposition}{295}{section.2.6}\protected@file@percent }
\newlabel{eq:chapters/12/11/2/16/L1/svd}{{{2.6.3}.1}{295}{Singular Value Decomposition}{equation.835.1}{}}
\newlabel{eq:chapters/12/11/2/16/L2/svd}{{{2.6.3}.2}{296}{Singular Value Decomposition}{equation.835.2}{}}
\newlabel{eq:chapters/12/11/2/16/svd/M-def}{{{2.6.3}.3}{296}{Singular Value Decomposition}{equation.835.3}{}}
\newlabel{eq:chapters/12/11/2/16/svd/lambda-def}{{{2.6.3}.4}{296}{Singular Value Decomposition}{equation.835.4}{}}
\newlabel{eq:chapters/12/11/2/16/svd/x-def}{{{2.6.3}.5}{296}{Singular Value Decomposition}{equation.835.5}{}}
\newlabel{eq:chapters/12/11/2/16/svd/A-def}{{{2.6.3}.6}{296}{Singular Value Decomposition}{equation.835.6}{}}
\newlabel{eq:chapters/12/11/2/16/svd/B-def}{{{2.6.3}.7}{296}{Singular Value Decomposition}{equation.835.7}{}}
\newlabel{eq:chapters/12/11/2/16/svd/f-def}{{{2.6.3}.11}{296}{Singular Value Decomposition}{equation.835.11}{}}
\newlabel{eq:chapters/12/11/2/16/svd/quad-x}{{{2.6.3}.12}{297}{}{equation.835.12}{}}
\newlabel{eq:chapters/12/11/2/16/svd/psd-iff}{{{2.6.3}.15}{297}{Singular Value Decomposition}{equation.835.15}{}}
\newlabel{eq:chapters/12/11/2/16/svd/psd}{{{2.6.3}.17}{298}{Singular Value Decomposition}{equation.835.17}{}}
\newlabel{eq:chapters/12/11/2/16/svd/vec-min}{{{2.6.3}.19}{298}{Singular Value Decomposition}{equation.835.19}{}}
\newlabel{eq:chapters/12/11/2/16/svd/vec-eqn}{{{2.6.3}.20}{298}{Singular Value Decomposition}{equation.835.20}{}}
\newlabel{eq:chapters/12/11/2/16/svd/M-svd}{{{2.6.3}.21}{298}{Singular Value Decomposition}{equation.835.21}{}}
\newlabel{eq:chapters/12/11/2/16/svd/lambda-sol}{{{2.6.3}.26}{299}{Singular Value Decomposition}{equation.835.26}{}}
\newlabel{eq:chapters/12/11/2/16/svd/min-sol}{{{2.6.3}.27}{299}{Singular Value Decomposition}{equation.835.27}{}}
\newlabel{eq:chapters/12/11/2/16/svd/decomp-1}{{{2.6.3}.32}{300}{Singular Value Decomposition}{equation.835.32}{}}
\newlabel{eq:chapters/12/11/2/16/svd/decomp-2}{{{2.6.3}.33}{300}{Singular Value Decomposition}{equation.835.33}{}}
\newlabel{eq:chapters/12/11/2/16/svd/char-2}{{{2.6.3}.35}{300}{Singular Value Decomposition}{equation.836.35}{}}
\newlabel{eq:chapters/12/11/2/16/svd/eig-params-1}{{{2.6.3}.53}{304}{Singular Value Decomposition}{equation.836.53}{}}
\newlabel{eq:chapters/12/11/2/16/svd/eig-params-2}{{{2.6.3}.61}{305}{Singular Value Decomposition}{equation.837.61}{}}
\newlabel{eq:chapters/12/11/2/16/svd/svd-params}{{{2.6.3}.64}{306}{Singular Value Decomposition}{equation.837.64}{}}
\newlabel{eq:chapters/12/11/2/311/svd/1}{{{2.6.4}.1}{306}{Singular Value Decomposition}{equation.838.1}{}}
\newlabel{eq:chapters/12/11/2/311/svd/2}{{{2.6.4}.2}{306}{Singular Value Decomposition}{equation.838.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.6.3}.1}{\ignorespaces Finding the shortest distance between two lines using SVD.}}{307}{figure.837.1}\protected@file@percent }
\newlabel{fig:chapters/12/11/2/16/svd/svd}{{{2.6.3}.1}{307}{Finding the shortest distance between two lines using SVD}{figure.837.1}{}}
\newlabel{eq:chapters/12/11/2/311/svd/lambda-sol}{{{2.6.4}.4}{307}{Singular Value Decomposition}{equation.838.4}{}}
\newlabel{eq:chapters/12/11/2/311/svd/3}{{{2.6.4}.5}{308}{Singular Value Decomposition}{equation.838.5}{}}
\newlabel{eq:chapters/12/11/2/311/svd/4}{{{2.6.4}.6}{308}{Singular Value Decomposition}{equation.838.6}{}}
\newlabel{eq:chapters/12/11/2/311/svd/5}{{{2.6.4}.7}{308}{Singular Value Decomposition}{equation.838.7}{}}
\newlabel{eq:chapters/12/11/2/311/svd/6}{{{2.6.4}.8}{308}{Singular Value Decomposition}{equation.838.8}{}}
\newlabel{eq:chapters/12/11/2/311/svd/M}{{{2.6.4}.12}{309}{Singular Value Decomposition}{equation.839.12}{}}
\newlabel{eq:chapters/12/11/2/311/svd/x}{{{2.6.4}.13}{309}{Singular Value Decomposition}{equation.839.13}{}}
\newlabel{eq:chapters/12/11/2/311/svd/7}{{{2.6.4}.14}{309}{Singular Value Decomposition}{equation.839.14}{}}
\newlabel{eq:chapters/12/11/2/311/svd/MtM}{{{2.6.4}.19}{310}{Singular Value Decomposition}{equation.840.19}{}}
\newlabel{eq:chapters/12/11/2/311/svd/MMt}{{{2.6.4}.21}{311}{Singular Value Decomposition}{equation.840.21}{}}
\newlabel{eq:chapters/12/11/2/311/svd/decomp-1}{{{2.6.4}.22}{311}{Singular Value Decomposition}{equation.840.22}{}}
\newlabel{eq:chapters/12/11/2/311/svd/decomp-2}{{{2.6.4}.23}{311}{Singular Value Decomposition}{equation.840.23}{}}
\newlabel{eq:chapters/12/11/2/311/svd/eig-params-1(a)}{{{2.6.4}.30}{312}{Singular Value Decomposition}{equation.840.30}{}}
\newlabel{eq:chapters/12/11/2/311/svd/eig-params-1(b)}{{{2.6.4}.31}{312}{Singular Value Decomposition}{equation.840.31}{}}
\newlabel{eq:chapters/12/11/2/311/svd/char-1}{{{2.6.4}.33}{313}{Singular Value Decomposition}{equation.840.33}{}}
\newlabel{eq:chapters/12/11/2/311/svd/eig-params-2(a)}{{{2.6.4}.37}{313}{Singular Value Decomposition}{equation.840.37}{}}
\newlabel{eq:chapters/12/11/2/311/svd/eig-params-2(b)}{{{2.6.4}.38}{313}{Singular Value Decomposition}{equation.840.38}{}}
\newlabel{eq:chapters/12/11/2/311/svd/svd-params}{{{2.6.4}.41}{314}{Singular Value Decomposition}{equation.840.41}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{2.6.4}.1}{\ignorespaces $AB$ is the required shortest distance.}}{315}{figure.840.1}\protected@file@percent }
\newlabel{fig:chapters/12/11/2/e11/svd/}{{{2.6.4}.1}{315}{$AB$ is the required shortest distance}{figure.840.1}{}}
\@writefile{toc}{\contentsline {chapter}{\numberline {3}Conics}{317}{chapter.3}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {3.1}Circle}{317}{section.3.1}\protected@file@percent }
\newlabel{chapters/11/11/1/10}{{{3.1.1}}{317}{Circle}{Item.842}{}}
\newlabel{eq:chapters/11/11/1/10circEq1}{{{3.1.1}.1}{317}{Circle}{equation.842.1}{}}
\newlabel{eq:chapters/11/11/1/10circPoints}{{{3.1.1}.4}{317}{Circle}{equation.842.4}{}}
\newlabel{eq:chapters/11/11/1/10line1}{{{3.1.1}.5}{318}{Circle}{equation.842.5}{}}
\newlabel{eq:chapters/11/11/1/10eq1}{{{3.1.1}.7}{318}{Circle}{equation.842.7}{}}
\newlabel{eq:chapters/11/11/1/10eq2}{{{3.1.1}.9}{318}{Circle}{equation.842.9}{}}
\newlabel{eq:chapters/11/11/1/10eq3}{{{3.1.1}.11}{318}{Circle}{equation.842.11}{}}
\newlabel{eq:chapters/11/11/1/10solution}{{{3.1.1}.17}{319}{Circle}{equation.842.17}{}}
\newlabel{chapters/11/11/1/11}{{{3.1.2}}{320}{Circle}{Item.843}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.1}.1}{\ignorespaces }}{321}{figure.842.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/10Fig1}{{{3.1.1}.1}{321}{}{figure.842.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.2}.1}{\ignorespaces }}{322}{figure.843.1}\protected@file@percent }
\newlabel{fig:11/11/1/11}{{{3.1.2}.1}{322}{}{figure.843.1}{}}
\newlabel{eq:vertex_system}{{{3.1.2}.4}{322}{Circle}{equation.843.4}{}}
\newlabel{chapters/11/11/1/12}{{{3.1.3}}{323}{Circle}{Item.844}{}}
\newlabel{eq:11/11/1/12/1}{{{3.1.3}.1}{323}{Circle}{equation.844.1}{}}
\newlabel{eq:11/11/1/12/2}{{{3.1.3}.2}{323}{Circle}{equation.844.2}{}}
\newlabel{eq:11/11/1/12/3}{{{3.1.3}.3}{323}{Circle}{equation.844.3}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.3}.1}{\ignorespaces }}{324}{figure.844.1}\protected@file@percent }
\newlabel{fig:11/11/1/12}{{{3.1.3}.1}{324}{}{figure.844.1}{}}
\newlabel{chapters/11/11/1/14}{{{3.1.5}}{325}{Circle}{Item.846}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.1.6}.1}{\ignorespaces Table1}}{326}{table.847.1}\protected@file@percent }
\newlabel{tab:chapters/11/11/1/15/}{{{3.1.6}.1}{326}{Table1}{table.847.1}{}}
\newlabel{chapters/10/7/4/3}{{{3.1.7}}{326}{Circle}{Item.848}{}}
\newlabel{eq:10/7/4/3circEq1}{{{3.1.7}.1}{327}{Circle}{equation.848.1}{}}
\newlabel{eq:10/7/4/3fRelation}{{{3.1.7}.3}{327}{Circle}{equation.848.3}{}}
\newlabel{eq:10/7/4/3circPoints}{{{3.1.7}.4}{327}{Circle}{equation.848.4}{}}
\newlabel{eq:10/7/4/3Solution}{{{3.1.7}.18}{329}{Circle}{equation.848.18}{}}
\newlabel{chapters/11/11/1/1}{{{3.1.8}}{330}{Circle}{Item.849}{}}
\newlabel{chapters/11/11/1/2}{{{3.1.9}}{331}{Circle}{Item.850}{}}
\newlabel{chapters/11/11/1/3}{{{3.1.10}}{332}{Circle}{Item.851}{}}
\newlabel{chapters/11/11/1/5}{{{3.1.12}}{333}{Circle}{Item.853}{}}
\newlabel{chapters/11/11/1/6}{{{3.1.13}}{334}{Circle}{Item.854}{}}
\newlabel{chapters/11/11/1/7}{{{3.1.14}}{334}{Circle}{Item.855}{}}
\newlabel{eq:chapters/11/11/1/7/given}{{{3.1.14}.1}{334}{Circle}{equation.855.1}{}}
\newlabel{chapters/11/11/1/8}{{{3.1.15}}{335}{Circle}{Item.856}{}}
\newlabel{chapters/11/11/1/9}{{{3.1.16}}{335}{Circle}{Item.857}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3.2}Exercises}{336}{section.3.2}\protected@file@percent }
\gdef \LT@iv {\LT@entry
{1}{67.79999pt}\LT@entry
{1}{44.4pt}\LT@entry
{1}{98.4pt}\LT@entry
{1}{82.0pt}}
\@writefile{toc}{\contentsline {section}{\numberline {3.3}Construction}{339}{section.3.3}\protected@file@percent }
\newlabel{chapters/9/10/4/1}{{{3.3.1}}{339}{Construction}{Item.892}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.1}.2}{\ignorespaces }}{339}{table.892.2}\protected@file@percent }
\newlabel{tab:9/10/4/1}{{{3.3.1}.2}{339}{}{table.892.2}{}}
\newlabel{eq:9/10/4/1/circs}{{{3.3.1}.1}{339}{Construction}{equation.892.1}{}}
\newlabel{eq:9/10/4/1/chord}{{{3.3.1}.2}{339}{Construction}{equation.892.2}{}}
\newlabel{chapters/9/10/4/2}{{{3.3.2}}{340}{Construction}{Item.893}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.2}.1}{\ignorespaces }}{340}{table.893.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/4/2/}{{{3.3.2}.1}{340}{}{table.893.1}{}}
\newlabel{eq:chapters/9/10/4/2/table1}{{{3.3.2}.1}{340}{Construction}{equation.893.1}{}}
\newlabel{chapters/9/10/4/4/}{{{3.3.3}}{342}{Construction}{Item.894}{}}
\newlabel{eq:chapters/9/10/4/4/1}{{{3.3.3}.1}{342}{Construction}{equation.894.1}{}}
\newlabel{eq:chapters/9/10/4/4/2}{{{3.3.3}.2}{342}{Construction}{equation.894.2}{}}
\newlabel{eq:chapters/9/10/4/4/3}{{{3.3.3}.3}{343}{Construction}{equation.894.3}{}}
\newlabel{eq:chapters/9/10/4/4/6}{{{3.3.3}.5}{343}{Construction}{equation.894.5}{}}
\newlabel{eq:chapters/9/10/4/4/5}{{{3.3.3}.6}{343}{Construction}{equation.894.6}{}}
\newlabel{eq:chapters/9/10/4/4/4}{{{3.3.3}.7}{343}{Construction}{equation.894.7}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.3}.1}{\ignorespaces }}{345}{table.894.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/4/4/1}{{{3.3.3}.1}{345}{}{table.894.1}{}}
\newlabel{eq:chapters/9/10/4/5/1}{{{3.3.5}.4}{346}{Construction}{equation.896.4}{}}
\newlabel{eq:chapters/9/10/4/5/2}{{{3.3.5}.7}{346}{Construction}{equation.896.7}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.5}.1}{\ignorespaces }}{348}{table.896.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/4/5/}{{{3.3.5}.1}{348}{}{table.896.1}{}}
\newlabel{chapters/9/10/4/6}{{{3.3.7}}{348}{Construction}{Item.898}{}}
\newlabel{eq:chapters/9/10/4/6/pos-vec-def}{{{3.3.7}.1}{348}{Construction}{equation.898.1}{}}
\newlabel{eq:chapters/9/10/4/6/int}{{{3.3.7}.2}{348}{Construction}{equation.898.2}{}}
\newlabel{eq:chapters/9/10/4/6/bg-gen}{{{3.3.7}.6}{348}{Construction}{equation.898.6}{}}
\newlabel{eq:chapters/9/10/4/6/bg-sum}{{{3.3.7}.7}{349}{Construction}{equation.898.7}{}}
\newlabel{eq:chapters/9/10/4/6/beta-eqn}{{{3.3.7}.12}{349}{Construction}{equation.898.12}{}}
\newlabel{eq:chapters/9/10/4/6/bg-sol}{{{3.3.7}.13}{349}{Construction}{equation.898.13}{}}
\gdef \LT@v {\LT@entry
{1}{52.79999pt}\LT@entry
{1}{47.4pt}\LT@entry
{1}{222.4pt}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.7}.1}{\ignorespaces Parameters used in the construction of Fig. \ref {fig:chapters/9/10/4/6/equilateral}.}}{350}{table.898.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/4/6/param}{{{3.3.7}.1}{350}{Parameters used in the construction of Fig. \ref {fig:chapters/9/10/4/6/equilateral}}{table.898.1}{}}
\newlabel{chapters/9/10/5/1}{{{3.3.8}}{350}{Construction}{Item.899}{}}
\newlabel{table:chapters/9/10/5/1/table1}{{{3.3.8}}{350}{Construction}{table.899.1}{}}
\newlabel{eq:2}{{{3.3.8}.3}{351}{Construction}{equation.899.3}{}}
\newlabel{eq:7}{{{3.3.8}.4}{351}{Construction}{equation.899.4}{}}
\newlabel{chapters/9/10/5/2}{{{3.3.9}}{351}{Construction}{Item.900}{}}
\newlabel{eq:chapters/9/10/5/2/2}{{{3.3.9}.2}{351}{Construction}{equation.900.2}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.9}.1}{\ignorespaces }}{352}{table.900.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/5/2/}{{{3.3.9}.1}{352}{}{table.900.1}{}}
\newlabel{eq:chapters/9/10/5/2/6}{{{3.3.9}.3}{352}{Construction}{equation.900.3}{}}
\newlabel{eq:chapters/9/10/5/2/8}{{{3.3.9}.4}{352}{Construction}{equation.900.4}{}}
\newlabel{eq:chapters/9/10/5/2/16}{{{3.3.9}.6}{352}{Construction}{equation.900.6}{}}
\gdef \LT@vi {\LT@entry
{1}{52.79999pt}\LT@entry
{1}{47.4pt}\LT@entry
{1}{77.4pt}}
\newlabel{eq:chapters/9/10/5/2/18}{{{3.3.9}.7}{353}{Construction}{equation.900.7}{}}
\newlabel{chapters/9/10/5/3}{{{3.3.10}}{353}{Construction}{Item.901}{}}
\newlabel{chapters/9/10/5/7}{{{3.3.11}}{353}{Construction}{Item.902}{}}
\newlabel{tab:chapters/9/10/5/7/1}{{{3.3.11}}{353}{Construction}{table.902.1}{}}
\newlabel{itm:chapters/9/10/5/7/1}{{{3.3.11}a}{354}{Construction}{Item.903}{}}
\newlabel{itm:chapters/9/10/5/7/2}{{{3.3.11}b}{355}{Construction}{Item.904}{}}
\newlabel{chapters/9/10/5/10}{{{3.3.12}}{356}{Construction}{Item.905}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.12}.1}{\ignorespaces }}{356}{table.905.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/5/10/1}{{{3.3.12}.1}{356}{}{table.905.1}{}}
\newlabel{eq:chapters/9/10/5/10/1}{{{3.3.12}.2}{356}{Construction}{equation.905.2}{}}
\newlabel{eq:chapters/9/10/5/10/2}{{{3.3.12}.7}{356}{Construction}{equation.905.7}{}}
\newlabel{eq:chapters/9/10/5/10/3}{{{3.3.12}.13}{357}{Construction}{equation.905.13}{}}
\newlabel{eq:chapters/9/10/5/10/6}{{{3.3.12}.15}{357}{Construction}{equation.905.15}{}}
\newlabel{eq:chapters/9/10/5/10/5}{{{3.3.12}.16}{358}{Construction}{equation.905.16}{}}
\newlabel{eq:chapters/9/10/5/10/7}{{{3.3.12}.22}{359}{Construction}{equation.905.22}{}}
\newlabel{chapters/9/10/5/12}{{{3.3.13}}{359}{Construction}{Item.906}{}}
\newlabel{eq:chapters/9/10/5/12/circ-point}{{{3.3.13}.1}{359}{Construction}{equation.906.1}{}}
\newlabel{eq:chapters/9/10/5/12/theta-cond}{{{3.3.13}.2}{359}{Construction}{equation.906.2}{}}
\newlabel{eq:chapters/9/10/5/12/x-par}{{{3.3.13}.6}{360}{Construction}{equation.906.6}{}}
\newlabel{eq:chapters/9/10/5/12/theta-12}{{{3.3.13}.7}{360}{Construction}{equation.906.7}{}}
\newlabel{eq:chapters/9/10/5/12/theta-34}{{{3.3.13}.8}{360}{Construction}{equation.906.8}{}}
\newlabel{eq:chapters/9/10/5/12/cos-diag}{{{3.3.13}.14}{361}{Construction}{equation.906.14}{}}
\newlabel{eq:chapters/9/10/5/12/theta-14-23}{{{3.3.13}.16}{361}{Construction}{equation.906.16}{}}
\newlabel{eq:chapters/9/10/5/12/p1p4}{{{3.3.13}.18}{361}{Construction}{equation.906.18}{}}
\gdef \LT@vii {\LT@entry
{1}{52.79999pt}\LT@entry
{1}{47.4pt}\LT@entry
{1}{222.4pt}}
\newlabel{eq:chapters/9/10/5/12/adj-perp}{{{3.3.13}.19}{362}{Construction}{equation.906.19}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.13}.1}{\ignorespaces Parameters used in the construction of Fig. \ref {fig:chapters/9/10/5/12/circle}.}}{362}{table.906.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/5/12/param}{{{3.3.13}.1}{362}{Parameters used in the construction of Fig. \ref {fig:chapters/9/10/5/12/circle}}{table.906.1}{}}
\newlabel{chapters/9/10/6/1}{{{3.3.14}}{362}{Construction}{Item.907}{}}
\newlabel{eq:chapters/9/10/6/1/1}{{{3.3.14}.1}{362}{Construction}{equation.907.1}{}}
\newlabel{tab:chapters/9/10/6/1/table1}{{{3.3.14}}{363}{Construction}{table.907.1}{}}
\newlabel{eq:chapters/9/10/6/1/20}{{{3.3.14}.4}{363}{Construction}{equation.907.4}{}}
\newlabel{eq:chapters/9/10/6/1/21}{{{3.3.14}.5}{363}{Construction}{equation.907.5}{}}
\newlabel{eq:chapters/9/10/6/1/22}{{{3.3.14}.6}{363}{Construction}{equation.907.6}{}}
\newlabel{eq:chapters/9/10/6/1/26}{{{3.3.14}.8}{364}{Construction}{equation.907.8}{}}
\newlabel{eq:chapters/9/10/6/1/27}{{{3.3.14}.9}{364}{Construction}{equation.907.9}{}}
\newlabel{chapters/9/10/6/7}{{{3.3.15}}{366}{Construction}{Item.912}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.15}.1}{\ignorespaces }}{366}{table.912.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/6/7/points}{{{3.3.15}.1}{366}{}{table.912.1}{}}
\newlabel{eq:chapters/9/10/6/7/1}{{{3.3.15}.2}{366}{Construction}{equation.913.2}{}}
\newlabel{eq:chapters/9/10/6/7/2}{{{3.3.15}.4}{366}{Construction}{equation.913.4}{}}
\newlabel{eq:chapters/9/10/6/7/4}{{{3.3.15}.6}{367}{Construction}{equation.914.6}{}}
\newlabel{eq:chapters/9/10/6/7/5}{{{3.3.15}.8}{367}{Construction}{equation.914.8}{}}
\newlabel{eq:chapters/9/10/6/7/6}{{{3.3.15}.9}{367}{Construction}{equation.914.9}{}}
\newlabel{chapters/9/10/6/8}{{{3.3.16}}{368}{Construction}{Item.915}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.16}.1}{\ignorespaces Table}}{368}{table.915.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/6/8/}{{{3.3.16}.1}{368}{Table}{table.915.1}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.16}.2}{\ignorespaces Table}}{369}{table.917.2}\protected@file@percent }
\newlabel{tab:chapters/9/10/6/8/POIs}{{{3.3.16}.2}{369}{Table}{table.917.2}{}}
\newlabel{chapters/9/10/6/9}{{{3.3.17}}{369}{Construction}{Item.919}{}}
\newlabel{eq:chapters/9/10/6/9/1}{{{3.3.17}.1}{370}{Construction}{equation.919.1}{}}
\newlabel{eq:chapters/9/10/6/9/2}{{{3.3.17}.2}{370}{Construction}{equation.919.2}{}}
\newlabel{eq:chapters/9/10/6/9/3}{{{3.3.17}.6}{370}{Construction}{equation.919.6}{}}
\newlabel{eq:chapters/9/10/6/9/4}{{{3.3.17}.8}{370}{Construction}{equation.919.8}{}}
\newlabel{eq:chapters/9/10/6/9/7}{{{3.3.17}.9}{370}{Construction}{equation.919.9}{}}
\newlabel{eq:chapters/9/10/6/9/8}{{{3.3.17}.14}{371}{Construction}{equation.919.14}{}}
\newlabel{eq:chapters/9/10/6/9/9}{{{3.3.17}.15}{371}{Construction}{equation.919.15}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.17}.1}{\ignorespaces }}{373}{table.919.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/6/9/1}{{{3.3.17}.1}{373}{}{table.919.1}{}}
\newlabel{chapters/9/10/6/10}{{{3.3.18}}{373}{Construction}{Item.920}{}}
\newlabel{eq:chapters/9/10/6/10/pts}{{{3.3.18}.1}{373}{Construction}{equation.920.1}{}}
\newlabel{eq:chapters/9/10/6/10/perp-bisect}{{{3.3.18}.3}{373}{Construction}{equation.920.3}{}}
\newlabel{eq:chapters/9/10/6/10/angle-bisect}{{{3.3.18}.5}{374}{Construction}{equation.920.5}{}}
\newlabel{eq:chapters/9/10/6/10/unit-vec}{{{3.3.18}.7}{374}{Construction}{equation.920.7}{}}
\newlabel{eq:chapters/9/10/6/10/e1}{{{3.3.18}.8}{374}{Construction}{equation.920.8}{}}
\newlabel{eq:chapters/9/10/6/10/e2}{{{3.3.18}.9}{374}{Construction}{equation.920.9}{}}
\newlabel{eq:chapters/9/10/6/10/mtx-eqn}{{{3.3.18}.10}{374}{Construction}{equation.920.10}{}}
\newlabel{eq:chapters/9/10/6/10/aug-mtx}{{{3.3.18}.16}{375}{Construction}{equation.920.16}{}}
\newlabel{eq:chapters/9/10/6/10/intersect-pt}{{{3.3.18}.17}{375}{Construction}{equation.920.17}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.3.18}.1}{\ignorespaces Parameters used in the construction of Fig. \ref {fig:chapters/9/10/6/10/bisector}.}}{376}{table.920.1}\protected@file@percent }
\newlabel{tab:chapters/9/10/6/10/param}{{{3.3.18}.1}{376}{Parameters used in the construction of Fig. \ref {fig:chapters/9/10/6/10/bisector}}{table.920.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3.4}Exercises}{376}{section.3.4}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.2}.1}{\ignorespaces }}{377}{figure.926.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.1/10.3}{{{3.4.2}.1}{377}{}{figure.926.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.4}.1}{\ignorespaces }}{379}{figure.936.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.1/10.4}{{{3.4.4}.1}{379}{}{figure.936.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.5}.1}{\ignorespaces }}{380}{figure.941.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.1/10.5}{{{3.4.5}.1}{380}{}{figure.941.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.6}.1}{\ignorespaces }}{381}{figure.946.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.1/10.6}{{{3.4.6}.1}{381}{}{figure.946.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.7}.1}{\ignorespaces }}{382}{figure.951.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.1/10.7}{{{3.4.7}.1}{382}{}{figure.951.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.9}.1}{\ignorespaces }}{384}{figure.961.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.1/10.8}{{{3.4.9}.1}{384}{}{figure.961.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.10}.1}{\ignorespaces }}{385}{figure.966.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.1/10.9}{{{3.4.10}.1}{385}{}{figure.966.1}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3.5}Parabola}{389}{section.3.5}\protected@file@percent }
\newlabel{chapters/11/11/5/2}{{{3.5.1}}{389}{Parabola}{Item.995}{}}
\newlabel{chapters/11/11/5/3}{{{3.5.2}}{389}{Parabola}{Item.996}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.5.2}.1}{\ignorespaces points}}{389}{table.996.1}\protected@file@percent }
\newlabel{tab:chapters/11/11/5/3/points}{{{3.5.2}.1}{389}{points}{table.996.1}{}}
\newlabel{eq:chapters/11/11/5/3/parab1}{{{3.5.2}.11}{391}{Parabola}{equation.996.11}{}}
\newlabel{eq:chapters/11/11/5/6/parabola}{{{3.5.3}.1}{392}{Parabola}{equation.997.1}{}}
\newlabel{chapters/11/11/5/6}{{{3.5.3}}{392}{Parabola}{equation.997.1}{}}
\newlabel{eq:chapters/11/11/5/6/parabola-mtx}{{{3.5.3}.2}{392}{Parabola}{equation.997.2}{}}
\newlabel{eq:chapters/11/11/5/6/n}{{{3.5.3}.3}{392}{Parabola}{equation.997.3}{}}
\newlabel{eq:chapters/11/11/5/6/u-eqn}{{{3.5.3}.4}{393}{Parabola}{equation.997.4}{}}
\newlabel{eq:chapters/11/11/5/6/f-eqn}{{{3.5.3}.5}{393}{Parabola}{equation.997.5}{}}
\newlabel{eq:chapters/11/11/5/6/F-c}{{{3.5.3}.6}{393}{Parabola}{equation.997.6}{}}
\newlabel{eq:chapters/11/11/5/6/c-sol}{{{3.5.3}.8}{393}{Parabola}{equation.997.8}{}}
\newlabel{eq:chapters/11/11/5/6/latus-rectum}{{{3.5.3}.10}{393}{Parabola}{equation.997.10}{}}
\newlabel{eq:chapters/11/11/5/6/x-general}{{{3.5.3}.11}{394}{Parabola}{equation.997.11}{}}
\newlabel{eq:chapters/11/11/5/6/x-latus}{{{3.5.3}.14}{394}{Parabola}{equation.997.14}{}}
\newlabel{chapters/11/11/5/8}{{{3.5.4}}{395}{Parabola}{Item.998}{}}
\newlabel{chapters/11/11/2/1}{{{3.5.5}}{395}{Parabola}{Item.999}{}}
\newlabel{eq:chapters/11/11/2/1/parabolaEq1}{{{3.5.5}.1}{395}{Parabola}{equation.999.1}{}}
\newlabel{eq:chapters/11/11/2/1/parabolaEq2}{{{3.5.5}.2}{395}{Parabola}{equation.999.2}{}}
\newlabel{eq:chapters/11/11/2/1/eqV}{{{3.5.5}.3}{395}{Parabola}{equation.999.3}{}}
\newlabel{eq:chapters/11/11/2/1/eqU}{{{3.5.5}.4}{395}{Parabola}{equation.999.4}{}}
\newlabel{eq:chapters/11/11/2/1/eqF}{{{3.5.5}.5}{395}{Parabola}{equation.999.5}{}}
\newlabel{eq:chapters/11/11/2/1/eqEigen1}{{{3.5.5}.6}{396}{Parabola}{equation.1000.6}{}}
\newlabel{eq:chapters/11/11/2/1/eqEigen2}{{{3.5.5}.7}{396}{Parabola}{equation.1000.7}{}}
\newlabel{eq:chapters/11/11/2/1/eqN}{{{3.5.5}.10}{396}{Parabola}{equation.1000.10}{}}
\newlabel{eq:chapters/11/11/2/1/eqC}{{{3.5.5}.11}{396}{Parabola}{equation.1000.11}{}}
\newlabel{eq:chapters/11/11/2/1/eqDir}{{{3.5.5}.18}{397}{Parabola}{equation.1001.18}{}}
\newlabel{eq:chapters/11/11/2/1/eqAxis}{{{3.5.5}.19}{397}{Parabola}{equation.1002.19}{}}
\newlabel{eq:chapters/11/11/2/2/parabolaEq1}{{{3.5.6}.1}{398}{Parabola}{equation.1004.1}{}}
\newlabel{eq:chapters/11/11/2/2/parabolaEq2}{{{3.5.6}.2}{399}{Parabola}{equation.1004.2}{}}
\newlabel{eq:chapters/11/11/2/2/eqV}{{{3.5.6}.3}{399}{Parabola}{equation.1004.3}{}}
\newlabel{eq:chapters/11/11/2/2/eqU}{{{3.5.6}.4}{399}{Parabola}{equation.1004.4}{}}
\newlabel{eq:chapters/11/11/2/2/eqF}{{{3.5.6}.5}{399}{Parabola}{equation.1004.5}{}}
\newlabel{eq:chapters/11/11/2/2/eqEigen1}{{{3.5.6}.6}{399}{Parabola}{equation.1005.6}{}}
\newlabel{eq:chapters/11/11/2/2/eqEigen2}{{{3.5.6}.7}{399}{Parabola}{equation.1005.7}{}}
\newlabel{eq:chapters/11/11/2/2/eqC}{{{3.5.6}.12}{400}{Parabola}{equation.1005.12}{}}
\newlabel{eq:chapters/11/11/2/2/eqM}{{{3.5.6}.19}{401}{Parabola}{equation.1007.19}{}}
\newlabel{eq:chapters/11/11/2/3/1}{{{3.5.7}.1}{403}{Parabola}{equation.1009.1}{}}
\newlabel{eq:chapters/11/11/2/3/2}{{{3.5.7}.2}{403}{Parabola}{equation.1009.2}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.5.7}.1}{\ignorespaces }}{403}{table.1009.1}\protected@file@percent }
\newlabel{tab:chapters/11/11/2/3/1}{{{3.5.7}.1}{403}{}{table.1009.1}{}}
\newlabel{eq:chapters/11/11/2/3/3}{{{3.5.7}.6}{404}{Parabola}{equation.1010.6}{}}
\newlabel{eq:chapters/11/11/2/3/4}{{{3.5.7}.11}{405}{Parabola}{equation.1012.11}{}}
\newlabel{eq:chapters/11/11/2/4/parabolaEq1}{{{3.5.9}.1}{406}{Parabola}{equation.1015.1}{}}
\newlabel{eq:chapters/11/11/2/4/parabolaEq2}{{{3.5.9}.2}{406}{Parabola}{equation.1015.2}{}}
\newlabel{eq:chapters/11/11/2/4/eqV}{{{3.5.9}.3}{406}{Parabola}{equation.1015.3}{}}
\newlabel{eq:chapters/11/11/2/4/eqU}{{{3.5.9}.4}{406}{Parabola}{equation.1015.4}{}}
\newlabel{eq:chapters/11/11/2/4/eqF}{{{3.5.9}.5}{406}{Parabola}{equation.1015.5}{}}
\newlabel{eq:chapters/11/11/2/4/eqEigen1}{{{3.5.9}.6}{406}{Parabola}{equation.1016.6}{}}
\newlabel{eq:chapters/11/11/2/4/eqEigen2}{{{3.5.9}.7}{406}{Parabola}{equation.1016.7}{}}
\newlabel{eq:chapters/11/11/2/4/eqC}{{{3.5.9}.12}{407}{Parabola}{equation.1016.12}{}}
\newlabel{20}{{{3.5.9}.20}{408}{Parabola}{equation.1018.20}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3.6}Exercises}{410}{section.3.6}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.7}Ellipse}{412}{section.3.7}\protected@file@percent }
\newlabel{chapters/11/11/5/4}{{{3.7.1}}{412}{Ellipse}{Item.1050}{}}
\newlabel{chapters/11/11/5/5}{{{3.7.2}}{412}{Ellipse}{Item.1051}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.7.2}.1}{\ignorespaces }}{415}{table.1056.1}\protected@file@percent }
\newlabel{tab:chapters/11/11/5/5/}{{{3.7.2}.1}{415}{}{table.1056.1}{}}
\newlabel{chapters/11/11/5/7}{{{3.7.3}}{415}{Ellipse}{Item.1057}{}}
\newlabel{eq:chapters/11/11/5/7/ellipseEq1}{{{3.7.3}.1}{415}{Ellipse}{equation.1057.1}{}}
\newlabel{eq:chapters/11/11/5/7/eqV}{{{3.7.3}.16}{417}{Ellipse}{equation.1057.16}{}}
\newlabel{eq:chapters/11/11/5/7/eqV1}{{{3.7.3}.17}{417}{Ellipse}{equation.1057.17}{}}
\newlabel{eq:chapters/11/11/5/7/eqV2}{{{3.7.3}.18}{417}{Ellipse}{equation.1057.18}{}}
\newlabel{eq:chapters/11/11/5/7/eqV3}{{{3.7.3}.29}{419}{Ellipse}{equation.1057.29}{}}
\newlabel{eq:chapters/11/11/5/7/ellipseEq2}{{{3.7.3}.36}{419}{Ellipse}{equation.1057.36}{}}
\newlabel{eq:chapters/11/11/3/1/eq1}{{{3.7.4}.1}{420}{Ellipse}{equation.1058.1}{}}
\newlabel{eq:chapters/11/11/3/1/eq2}{{{3.7.4}.2}{420}{Ellipse}{equation.1058.2}{}}
\newlabel{eq:chapters/11/11/3/1/eq3}{{{3.7.4}.3}{420}{Ellipse}{equation.1058.3}{}}
\newlabel{eq:chapters/11/11/3/2/eq1}{{{3.7.5}.1}{422}{Ellipse}{equation.1065.1}{}}
\newlabel{eq:chapters/11/11/3/2/eq2}{{{3.7.5}.2}{423}{Ellipse}{equation.1065.2}{}}
\newlabel{eq:chapters/11/11/3/2/eq3}{{{3.7.5}.3}{423}{Ellipse}{equation.1065.3}{}}
\newlabel{eq:chapters/11/11/3/2/eq4}{{{3.7.5}.14}{424}{Ellipse}{equation.1067.14}{}}
\newlabel{eq:chapters/11/11/3/2/eq5}{{{3.7.5}.20}{425}{Ellipse}{equation.1068.20}{}}
\newlabel{eq:chapters/11/11/3/3/eq1}{{{3.7.6}.1}{426}{Ellipse}{equation.1072.1}{}}
\newlabel{eq:chapters/11/11/3/3/eq2}{{{3.7.6}.2}{426}{Ellipse}{equation.1072.2}{}}
\newlabel{eq:chapters/11/11/3/3/eq3}{{{3.7.6}.3}{427}{Ellipse}{equation.1072.3}{}}
\newlabel{eq:chapters/11/11/3/19/1}{{{3.7.22}.1}{430}{Ellipse}{equation.1094.1}{}}
\newlabel{eq:chapters/11/11/3/19/2}{{{3.7.22}.2}{430}{Ellipse}{equation.1094.2}{}}
\newlabel{eq:chapters/11/11/3/19/3}{{{3.7.22}.3}{430}{Ellipse}{equation.1094.3}{}}
\newlabel{eq:chapters/11/11/3/19/4}{{{3.7.22}.4}{430}{Ellipse}{equation.1094.4}{}}
\newlabel{eq:chapters/11/11/3/19/5}{{{3.7.22}.6}{431}{Ellipse}{equation.1094.6}{}}
\newlabel{eq:chapters/11/11/3/19/6}{{{3.7.22}.7}{431}{Ellipse}{equation.1094.7}{}}
\newlabel{eq:chapters/11/11/3/19/7}{{{3.7.22}.8}{431}{Ellipse}{equation.1094.8}{}}
\newlabel{eq:chapters/11/11/3/19/8}{{{3.7.22}.9}{431}{Ellipse}{equation.1094.9}{}}
\newlabel{eq:chapters/11/11/3/19/9}{{{3.7.22}.11}{431}{Ellipse}{equation.1094.11}{}}
\newlabel{eq:chapters/11/11/3/19/10}{{{3.7.22}.15}{432}{Ellipse}{equation.1094.15}{}}
\newlabel{eq:chapters/11/11/3/19/11}{{{3.7.22}.18}{432}{Ellipse}{equation.1094.18}{}}
\newlabel{eq:chapters/11/11/3/19/12}{{{3.7.22}.19}{432}{Ellipse}{equation.1094.19}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.7.22}.1}{\ignorespaces }}{434}{table.1094.1}\protected@file@percent }
\newlabel{tab:chapters/11/11/3/19/1}{{{3.7.22}.1}{434}{}{table.1094.1}{}}
\newlabel{eq:chapters/11/11/3/20/conic-def}{{{3.7.23}.1}{434}{Ellipse}{equation.1095.1}{}}
\newlabel{eq:chapters/11/11/3/20/V-def}{{{3.7.23}.2}{434}{Ellipse}{equation.1095.2}{}}
\newlabel{eq:chapters/11/11/3/20/u-def}{{{3.7.23}.3}{434}{Ellipse}{equation.1095.3}{}}
\newlabel{eq:chapters/11/11/3/20/f-def}{{{3.7.23}.4}{434}{Ellipse}{equation.1095.4}{}}
\newlabel{eq:chapters/11/11/3/20/V-val}{{{3.7.23}.6}{435}{Ellipse}{equation.1095.6}{}}
\newlabel{eq:chapters/11/11/3/20/u-val}{{{3.7.23}.7}{435}{Ellipse}{equation.1095.7}{}}
\newlabel{eq:chapters/11/11/3/20/f-val}{{{3.7.23}.8}{435}{Ellipse}{equation.1095.8}{}}
\newlabel{eq:chapters/11/11/3/20/center}{{{3.7.23}.9}{435}{Ellipse}{equation.1095.9}{}}
\newlabel{eq:chapters/11/11/3/20/F-c-e}{{{3.7.23}.10}{435}{Ellipse}{equation.1095.10}{}}
\newlabel{eq:chapters/11/11/3/20/f-c-e}{{{3.7.23}.11}{435}{Ellipse}{equation.1095.11}{}}
\newlabel{eq:chapters/11/11/3/20/e1}{{{3.7.23}.13}{436}{Ellipse}{equation.1095.13}{}}
\newlabel{eq:chapters/11/11/3/20/e2}{{{3.7.23}.15}{436}{Ellipse}{equation.1095.15}{}}
\newlabel{eq:chapters/11/11/3/20/mtx-eqn}{{{3.7.23}.16}{436}{Ellipse}{equation.1095.16}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3.8}Exercises}{438}{section.3.8}\protected@file@percent }
\@writefile{toc}{\contentsline {section}{\numberline {3.9}Hyperbola}{440}{section.3.9}\protected@file@percent }
\newlabel{eq:11/11/4/1eqV}{{{3.9.1}.1}{440}{Hyperbola}{equation.1121.1}{}}
\newlabel{eq:11/11/4/1eqU}{{{3.9.1}.2}{440}{Hyperbola}{equation.1121.2}{}}
\newlabel{eq:11/11/4/1eqF}{{{3.9.1}.3}{440}{Hyperbola}{equation.1121.3}{}}
\newlabel{eq:11/11/4/1eqEigen1}{{{3.9.1}.4}{440}{Hyperbola}{equation.1121.4}{}}
\newlabel{eq:11/11/4/1eqEigen2}{{{3.9.1}.5}{440}{Hyperbola}{equation.1121.5}{}}
\newlabel{eq:11/11/4/1eqFocus}{{{3.9.1}.9}{441}{Hyperbola}{equation.1123.9}{}}
\newlabel{eq:11/11/4/1eqLatRectLen}{{{3.9.1}.15}{441}{Hyperbola}{equation.1125.15}{}}
\newlabel{eq:chapters/11/11/4/2/eq1}{{{3.9.2}.1}{442}{Hyperbola}{equation.1126.1}{}}
\newlabel{eq:chapters/11/11/4/2/eq2}{{{3.9.2}.2}{442}{Hyperbola}{equation.1126.2}{}}
\newlabel{eq:chapters/11/11/4/2/eq3}{{{3.9.2}.3}{442}{Hyperbola}{equation.1126.3}{}}
\newlabel{eq:chapters/11/11/4/2/eq4}{{{3.9.2}.10}{443}{Hyperbola}{equation.1128.10}{}}
\newlabel{eq:chapters/11/11/4/5/1}{{{3.9.3}.1}{444}{Hyperbola}{equation.1131.1}{}}
\newlabel{eq:chapters/11/11/4/5/2}{{{3.9.3}.2}{444}{Hyperbola}{equation.1131.2}{}}
\newlabel{3}{{{3.9.3}.3}{445}{Hyperbola}{equation.1131.3}{}}
\newlabel{eq:chapters/11/11/4/5/4}{{{3.9.3}.10}{445}{Hyperbola}{equation.1133.10}{}}
\newlabel{eq:chapters/11/11/4/9/1}{{{3.9.5}.19}{448}{Hyperbola}{equation.1140.19}{}}
\newlabel{eq:chapters/11/11/4/9/2}{{{3.9.5}.22}{449}{Hyperbola}{equation.1140.22}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.9.5}.1}{\ignorespaces }}{450}{table.1140.1}\protected@file@percent }
\newlabel{tab:chapters/11/11/4/9/}{{{3.9.5}.1}{450}{}{table.1140.1}{}}
\newlabel{eq:chapters/11/11/4/8/eq1}{{{3.9.5}.31}{450}{Hyperbola}{equation.1141.31}{}}
\newlabel{eq:chapters/11/11/4/8/eq2}{{{3.9.5}.38}{451}{Hyperbola}{equation.1143.38}{}}
\newlabel{eq:chapters/11/11/4/8/eq3}{{{3.9.5}.39}{451}{Hyperbola}{equation.1144.39}{}}
\newlabel{eq:chapters/11/11/4/8/eq4}{{{3.9.5}.47}{452}{Hyperbola}{equation.1144.47}{}}
\newlabel{eq:chapters/11/11/4/8/eq5}{{{3.9.5}.48}{452}{Hyperbola}{equation.1144.48}{}}
\newlabel{eq:chapters/11/11/4/13/1}{{{3.9.6}.1}{453}{Hyperbola}{equation.1145.1}{}}
\newlabel{eq:chapters/11/11/4/13/2}{{{3.9.6}.2}{453}{Hyperbola}{equation.1145.2}{}}
\newlabel{eq:chapters/11/11/4/13/3}{{{3.9.6}.3}{453}{Hyperbola}{equation.1145.3}{}}
\newlabel{eq:chapters/11/11/4/13/4}{{{3.9.6}.4}{453}{Hyperbola}{equation.1145.4}{}}
\newlabel{eq:chapters/11/11/4/13/5}{{{3.9.6}.14}{455}{Hyperbola}{equation.1147.14}{}}
\newlabel{eq:chapters/11/11/4/13/6}{{{3.9.6}.16}{455}{Hyperbola}{equation.1147.16}{}}
\newlabel{eq:chapters/11/11/4/13/7}{{{3.9.6}.17}{455}{Hyperbola}{equation.1147.17}{}}
\newlabel{eq:chapters/11/11/4/13/8}{{{3.9.6}.18}{455}{Hyperbola}{equation.1147.18}{}}
\newlabel{eq:chapters/11/11/4/13/9}{{{3.9.6}.19}{455}{Hyperbola}{equation.1147.19}{}}
\newlabel{eq:chapters/11/11/4/13/10}{{{3.9.6}.20}{455}{Hyperbola}{equation.1147.20}{}}
\newlabel{eq:chapters/11/11/4/13/11}{{{3.9.6}.21}{455}{Hyperbola}{equation.1147.21}{}}
\newlabel{eq:chapters/11/11/4/13/12}{{{3.9.6}.22}{455}{Hyperbola}{equation.1147.22}{}}
\newlabel{eq:chapters/11/11/4/13/13}{{{3.9.6}.23}{456}{Hyperbola}{equation.1147.23}{}}
\newlabel{eq:chapters/11/11/4/13/14}{{{3.9.6}.28}{456}{Hyperbola}{equation.1148.28}{}}
\@writefile{lot}{\contentsline {table}{\numberline {{3.9.6}.1}{\ignorespaces }}{457}{table.1148.1}\protected@file@percent }
\newlabel{tab:chapters/11/11/4/13/1}{{{3.9.6}.1}{457}{}{table.1148.1}{}}
\newlabel{eq:chapters/11/11/4/14/vert}{{{3.9.7}.1}{457}{Hyperbola}{equation.1149.1}{}}
\newlabel{eq:chapters/11/11/4/14/conic-def}{{{3.9.7}.2}{457}{Hyperbola}{equation.1149.2}{}}
\newlabel{eq:chapters/11/11/4/14/V-def}{{{3.9.7}.3}{458}{Hyperbola}{equation.1149.3}{}}
\newlabel{eq:chapters/11/11/4/14/u-def}{{{3.9.7}.4}{458}{Hyperbola}{equation.1149.4}{}}
\newlabel{eq:chapters/11/11/4/14/f-def}{{{3.9.7}.5}{458}{Hyperbola}{equation.1149.5}{}}
\newlabel{eq:chapters/11/11/4/14/V-val}{{{3.9.7}.10}{459}{Hyperbola}{equation.1149.10}{}}
\newlabel{eq:chapters/11/11/4/14/u-val}{{{3.9.7}.11}{459}{Hyperbola}{equation.1149.11}{}}
\newlabel{eq:chapters/11/11/4/14/f-val}{{{3.9.7}.12}{459}{Hyperbola}{equation.1149.12}{}}
\newlabel{eq:chapters/11/11/4/14/ep1}{{{3.9.7}.13}{459}{Hyperbola}{equation.1149.13}{}}
\newlabel{eq:chapters/11/11/4/14/ep2}{{{3.9.7}.14}{459}{Hyperbola}{equation.1149.14}{}}
\newlabel{eq:chapters/11/11/4/14/u-exp}{{{3.9.7}.15}{459}{Hyperbola}{equation.1149.15}{}}
\newlabel{eq:chapters/11/11/4/14/center}{{{3.9.7}.17}{460}{Hyperbola}{equation.1149.17}{}}
\newlabel{eq:chapters/11/11/4/14/u-c-0}{{{3.9.7}.18}{460}{Hyperbola}{equation.1149.18}{}}
\newlabel{eq:chapters/11/11/4/14/F-c-e}{{{3.9.7}.19}{460}{Hyperbola}{equation.1149.19}{}}
\newlabel{eq:chapters/11/11/4/14/f-c-e}{{{3.9.7}.20}{460}{Hyperbola}{equation.1149.20}{}}
\newlabel{eq:chapters/11/11/4/14/e1}{{{3.9.7}.22}{461}{Hyperbola}{equation.1149.22}{}}
\@writefile{toc}{\contentsline {section}{\numberline {3.10}Exercises}{461}{section.3.10}\protected@file@percent }
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.5}.1}{\ignorespaces }}{464}{figure.846.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/14/1}{{{3.1.5}.1}{464}{}{figure.846.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.6}.1}{\ignorespaces Figure 1}}{465}{figure.847.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/15/}{{{3.1.6}.1}{465}{Figure 1}{figure.847.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.7}.1}{\ignorespaces }}{466}{figure.848.1}\protected@file@percent }
\newlabel{fig:10/7/4/3Fig1}{{{3.1.7}.1}{466}{}{figure.848.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.8}.1}{\ignorespaces }}{467}{figure.849.1}\protected@file@percent }
\newlabel{fig:11/11/1/1/Fig1}{{{3.1.8}.1}{467}{}{figure.849.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.9}.1}{\ignorespaces }}{468}{figure.850.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/2/Fig1}{{{3.1.9}.1}{468}{}{figure.850.1}{}}
\newlabel{fig:chapters/11/11/1/3/Fig1}{{{3.1.10}}{469}{Circle}{equation.851.3}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.11}.1}{\ignorespaces }}{470}{figure.852.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/4/Fig1}{{{3.1.11}.1}{470}{}{figure.852.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.12}.1}{\ignorespaces circle}}{471}{figure.853.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/5/Figure}{{{3.1.12}.1}{471}{circle}{figure.853.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.13}.1}{\ignorespaces }}{472}{figure.854.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/6/Fig1}{{{3.1.13}.1}{472}{}{figure.854.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.14}.1}{\ignorespaces }}{473}{figure.855.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/7/cicle}{{{3.1.14}.1}{473}{}{figure.855.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.15}.1}{\ignorespaces }}{474}{figure.856.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/8/Fig1}{{{3.1.15}.1}{474}{}{figure.856.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.1.16}.1}{\ignorespaces }}{475}{figure.857.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/1/9/Figure}{{{3.1.16}.1}{475}{}{figure.857.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.1}.1}{\ignorespaces }}{476}{figure.892.1}\protected@file@percent }
\newlabel{fig:9/10/4/1}{{{3.3.1}.1}{476}{}{figure.892.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.2}.1}{\ignorespaces Two equal chords intersecting in a circle}}{477}{figure.893.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/4/2/Fig1}{{{3.3.2}.1}{477}{Two equal chords intersecting in a circle}{figure.893.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.3}.1}{\ignorespaces }}{478}{figure.894.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/4/4/1}{{{3.3.3}.1}{478}{}{figure.894.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.4}.1}{\ignorespaces }}{479}{figure.895.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/41}{{{3.3.4}.1}{479}{}{figure.895.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.5}.1}{\ignorespaces }}{480}{figure.896.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/4/5/}{{{3.3.5}.1}{480}{}{figure.896.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.7}.1}{\ignorespaces $ASD$ is an equilateral triangle of side $20\sqrt {3}$ m.}}{481}{figure.898.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/4/6/equilateral}{{{3.3.7}.1}{481}{$ASD$ is an equilateral triangle of side $20\sqrt {3}$ m}{figure.898.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.8}.1}{\ignorespaces }}{482}{figure.899.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/5/1/Fig1}{{{3.3.8}.1}{482}{}{figure.899.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.9}.1}{\ignorespaces }}{483}{figure.900.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/5/2/Figure}{{{3.3.9}.1}{483}{}{figure.900.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.11}.1}{\ignorespaces }}{484}{figure.902.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/5/7/1}{{{3.3.11}.1}{484}{}{figure.902.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.12}.1}{\ignorespaces Graph}}{485}{figure.905.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/5/10/1}{{{3.3.12}.1}{485}{Graph}{figure.905.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.13}.1}{\ignorespaces $P_1P_2P_3P_4$ is a rectangle.}}{486}{figure.906.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/5/12/circle}{{{3.3.13}.1}{486}{$P_1P_2P_3P_4$ is a rectangle}{figure.906.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.14}.1}{\ignorespaces }}{487}{figure.907.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/6/1/Fig1}{{{3.3.14}.1}{487}{}{figure.907.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.15}.1}{\ignorespaces circle}}{488}{figure.914.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/6/7/circle}{{{3.3.15}.1}{488}{circle}{figure.914.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.16}.1}{\ignorespaces Figure}}{489}{figure.918.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/6/8/}{{{3.3.16}.1}{489}{Figure}{figure.918.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.17}.1}{\ignorespaces }}{490}{figure.919.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/6/9/1}{{{3.3.17}.1}{490}{}{figure.919.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.3.18}.1}{\ignorespaces The bisector of $\angle A$ and of $BC$ meet on the circumcircle at $D$.}}{491}{figure.920.1}\protected@file@percent }
\newlabel{fig:chapters/9/10/6/10/bisector}{{{3.3.18}.1}{491}{The bisector of $\angle A$ and of $BC$ meet on the circumcircle at $D$}{figure.920.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.20}.1}{\ignorespaces }}{492}{figure.980.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.2/1}{{{3.4.20}.1}{492}{}{figure.980.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.26}.1}{\ignorespaces }}{493}{figure.986.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.4/1}{{{3.4.26}.1}{493}{}{figure.986.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.28}.1}{\ignorespaces }}{494}{figure.988.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.4/2}{{{3.4.28}.1}{494}{}{figure.988.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.33}.1}{\ignorespaces }}{495}{figure.993.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.4/3}{{{3.4.33}.1}{495}{}{figure.993.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.4.34}.1}{\ignorespaces }}{496}{figure.994.1}\protected@file@percent }
\newlabel{fig:exemplar/9.10.4/4}{{{3.4.34}.1}{496}{}{figure.994.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.1}.1}{\ignorespaces }}{497}{figure.995.1}\protected@file@percent }
\newlabel{fig:11/11/5/2}{{{3.5.1}.1}{497}{}{figure.995.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.2}.1}{\ignorespaces Parabola}}{498}{figure.996.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/5/3/parabola}{{{3.5.2}.1}{498}{Parabola}{figure.996.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.3}.1}{\ignorespaces $PAB$ is the triangle whose area is to be found.}}{499}{figure.997.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/5/6/parabola}{{{3.5.3}.1}{499}{$PAB$ is the triangle whose area is to be found}{figure.997.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.4}.1}{\ignorespaces }}{500}{figure.998.1}\protected@file@percent }
\newlabel{fig:11/11/5/8}{{{3.5.4}.1}{500}{}{figure.998.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.5}.1}{\ignorespaces }}{501}{figure.1003.1}\protected@file@percent }
\newlabel{fig:11/11/2/1Fig1}{{{3.5.5}.1}{501}{}{figure.1003.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.6}.1}{\ignorespaces }}{502}{figure.1008.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/2/2/Fig1}{{{3.5.6}.1}{502}{}{figure.1008.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.7}.1}{\ignorespaces Graph}}{503}{figure.1013.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/2/3/1}{{{3.5.7}.1}{503}{Graph}{figure.1013.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.5.9}.1}{\ignorespaces }}{504}{figure.1019.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/2/4/Fig1}{{{3.5.9}.1}{504}{}{figure.1019.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.1}.1}{\ignorespaces }}{505}{figure.1050.1}\protected@file@percent }
\newlabel{fig:11/11/5/4}{{{3.7.1}.1}{505}{}{figure.1050.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.2}.1}{\ignorespaces }}{506}{figure.1056.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/5/5/}{{{3.7.2}.1}{506}{}{figure.1056.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.3}.1}{\ignorespaces }}{507}{figure.1057.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/5/7/Fig1}{{{3.7.3}.1}{507}{}{figure.1057.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.4}.1}{\ignorespaces }}{508}{figure.1064.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/3/1/Fig1}{{{3.7.4}.1}{508}{}{figure.1064.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.5}.1}{\ignorespaces }}{509}{figure.1071.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/3/2/Fig1}{{{3.7.5}.1}{509}{}{figure.1071.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.6}.1}{\ignorespaces }}{510}{figure.1078.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/3/3/Fig1}{{{3.7.6}.1}{510}{}{figure.1078.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.22}.1}{\ignorespaces Graph}}{511}{figure.1094.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/3/19/1}{{{3.7.22}.1}{511}{Graph}{figure.1094.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.7.23}.1}{\ignorespaces Locus of the required ellipse.}}{512}{figure.1095.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/3/20/ellipse}{{{3.7.23}.1}{512}{Locus of the required ellipse}{figure.1095.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.9.1}.1}{\ignorespaces }}{513}{figure.1125.1}\protected@file@percent }
\newlabel{fig:11/11/4/1Fig1}{{{3.9.1}.1}{513}{}{figure.1125.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.9.2}.1}{\ignorespaces }}{514}{figure.1130.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/4/2/Fig1}{{{3.9.2}.1}{514}{}{figure.1130.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.9.3}.1}{\ignorespaces }}{515}{figure.1135.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/4/5/1}{{{3.9.3}.1}{515}{}{figure.1135.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.9.5}.1}{\ignorespaces Figure 1}}{516}{figure.1140.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/4/9/}{{{3.9.5}.1}{516}{Figure 1}{figure.1140.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.9.5}.2}{\ignorespaces }}{517}{figure.1144.2}\protected@file@percent }
\newlabel{fig:chapters/11/11/4/8/Fig1}{{{3.9.5}.2}{517}{}{figure.1144.2}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.9.6}.1}{\ignorespaces Graph}}{518}{figure.1148.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/4/13/1}{{{3.9.6}.1}{518}{Graph}{figure.1148.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{3.9.7}.1}{\ignorespaces Locus of the required hyperbola.}}{519}{figure.1149.1}\protected@file@percent }
\newlabel{fig:chapters/11/11/4/14/hyperbola}{{{3.9.7}.1}{519}{Locus of the required hyperbola}{figure.1149.1}{}}
\@writefile{toc}{\contentsline {chapter}{\numberline {4}Intersection of Conics}{521}{chapter.4}\protected@file@percent }
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {4.1}Chords }{521}{section.4.1}\protected@file@percent }
\newlabel{chapters/12/8/1/1}{{{4.1.1}}{521}{Chords}{Item.1174}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{4.1.1}.1}{\ignorespaces }}{522}{figure.1174.1}\protected@file@percent }
\newlabel{fig:12/8/1/1}{{{4.1.1}.1}{522}{}{figure.1174.1}{}}
\newlabel{chapters/12/8/1/2}{{{4.1.2}}{523}{Chords}{Item.1175}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{4.1.2}.1}{\ignorespaces }}{524}{figure.1175.1}\protected@file@percent }
\newlabel{fig:12/8/1/2}{{{4.1.2}.1}{524}{}{figure.1175.1}{}}
\newlabel{chapters/12/8/1/3}{{{4.1.3}}{525}{Chords}{Item.1176}{}}
\newlabel{chapters/12/8/1/4}{{{4.1.4}}{525}{Chords}{Item.1177}{}}
\newlabel{chapters/12/8/1/5}{{{4.1.5}}{525}{Chords}{Item.1178}{}}
\newlabel{chapters/12/8/1/6}{{{4.1.6}}{525}{Chords}{Item.1179}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{4.1.6}.1}{\ignorespaces }}{526}{figure.1179.1}\protected@file@percent }
\newlabel{fig:12/8/1/6}{{{4.1.6}.1}{526}{}{figure.1179.1}{}}
\newlabel{eq:12/8/1/6}{{{4.1.6}.1}{526}{Chords}{equation.1179.1}{}}
\newlabel{chapters/12/8/1/7}{{{4.1.7}}{527}{Chords}{Item.1180}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{4.1.7}.1}{\ignorespaces }}{528}{figure.1180.1}\protected@file@percent }
\newlabel{fig:12/8/1/7}{{{4.1.7}.1}{528}{}{figure.1180.1}{}}
\newlabel{chapters/12/8/1/8}{{{4.1.8}}{529}{Chords}{Item.1181}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{4.1.8}.1}{\ignorespaces }}{529}{figure.1181.1}\protected@file@percent }
\newlabel{fig:12/8/1/8}{{{4.1.8}.1}{529}{}{figure.1181.1}{}}
\newlabel{chapters/12/8/1/9}{{{4.1.9}}{531}{Chords}{Item.1182}{}}
\newlabel{chapters/12/8/1/10}{{{4.1.10}}{531}{Chords}{Item.1183}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{4.1.9}.1}{\ignorespaces }}{532}{figure.1182.1}\protected@file@percent }
\newlabel{fig:12/8/1/9}{{{4.1.9}.1}{532}{}{figure.1182.1}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {{4.1.10}.1}{\ignorespaces }}{533}{figure.1183.1}\protected@file@percent }
\newlabel{fig:12/8/1/10}{{{4.1.10}.1}{533}{}{figure.1183.1}{}}
\newlabel{chapters/12/8/1/11}{{{4.1.11}}{533}{Chords}{Item.1184}{}}
\newlabel{chapters/12/8/1/12}{{12}{534}{Chords}{Item.1185}{}}
\newlabel{chapters/12/8/1/13}{{13}{534}{Chords}{Item.1190}{}}
\newlabel{eq:chapters/12/8/1/13/Eq1}{{13.2}{534}{Chords}{equation.1190.2}{}}
\newlabel{eq:chapters/12/8/1/13/Eq2}{{13.3}{534}{Chords}{equation.1190.3}{}}
\newlabel{eq:chapters/12/8/1/13/Eq3}{{13.8}{535}{Chords}{equation.1190.8}{}}
\newlabel{chapters/12/8/3/3}{{14}{536}{Chords}{Item.1191}{}}
\@writefile{lof}{\contentsline {figure}{\numberline {13.1}{\ignorespaces }}{537}{figure.1190.1}\protected@file@percent }
\newlabel{fig:chapters/12/8/1/13/Fig1}{{13.1}{537}{}{figure.1190.1}{}}