-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUndergradTexts.bib
1430 lines (1430 loc) · 43.5 KB
/
UndergradTexts.bib
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
@Book{utm1,
author = "Stephen Abbott",
title = "Understanding Analysis",
isbn = "978-1-4939-2711-1",
publisher = "Springer",
year = "2015",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm2,
author = "William A. Adkins and Mark G. Davidson",
title = "Ordinary Differential Equations",
isbn = "978-1-461-43617-1",
publisher = "Springer",
year = "2012",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm3,
author = "Farid Aitsahlia and Kai Lai Chung",
title = "Elementary Probability Theory: With Stochastic Processes and an Introduction to Mathematical Finance",
shorttitle= "Elementary Probability Theory",
isbn = "978-0-387-95578-0",
publisher = "Springer",
year = "2003",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm4,
author = "W.S. Anglin and J. Lambek",
title = "The Heritage of Thales",
isbn = "978-0-387-94544-6",
publisher = "Springer",
year = "1995",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm5,
author = "W.S. Anglin",
title = "Mathematics: A Concise History and Philosophy",
shorttitle= "Mathematics",
isbn = "978-0-387-94280-3",
publisher = "Springer",
year = "1991",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm6,
author = "Tom M. Apostol",
title = "Introduction to Analytic Number Theory",
isbn = "978-0-387-90163-3",
publisher = "Springer",
year = "1976",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm7,
author = "M. A. Armstrong",
title = "Groups and Symmetry",
isbn = "978-0-387-96675-5",
publisher = "Springer",
year = "1988",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm8,
author = "M. A. Armstrong",
title = "Basic Topology",
isbn = "978-1-4419-2819-1",
publisher = "Springer",
year = "2010",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm9,
author = "Sheldon Axler",
title = "Linear Algebra Done Right",
isbn = "978-3-319-11079-0",
publisher = "Springer",
year = "2015",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm10,
author = "Bela Bajnok",
title = "An Invitation to Abstract Mathematics",
isbn = "978-1-461-46635-2",
publisher = "Springer",
year = "2013",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm11,
author = "Joseph Bak and Donald J. Newman",
title = "Complex Analysis",
isbn = "978-1-4419-7287-3",
publisher = "Springer",
year = "2010",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm12,
author = "Thomas Banchoff and John Wermer",
title = "Linear Algebra Through Geometry",
isbn = "978-0-387-97586-3",
publisher = "Springer",
year = "1991",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm13,
author = "Alan F. Beardon",
title = "Limits: A New Approach to Real Analysis",
shorttitle= "Limits",
isbn = "978-0-387-98274-8",
publisher = "Springer",
year = "1997",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm14,
author = "Matthias Beck and Sinai Robins",
title = "Computing the Continuous Discretely: Integer-point Enumeration in Polyhedra",
shorttitle= "Computing the Continuous Discretely",
isbn = "978-1-4939-2968-9",
publisher = "Springer",
year = "2015",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm15,
author = "Matthias Beck and Ross Geoghegan",
title = "The Art of Proof",
isbn = "978-1-441-97022-0",
publisher = "Springer",
year = "2010",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm16,
author = "S. K. Berberian and J. Dixmier",
title = "General Topology",
isbn = "978-3-540-90972-9",
publisher = "Springer",
year = "1984",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm17,
author = "Sterling K. Berberian",
title = "A First Course in Real Analysis",
isbn = "978-0-387-94217-9",
publisher = "Springer",
year = "1994",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm18,
author = "Robert Bix",
title = "Conics and Cubics: A Concrete Introduction to Algebraic Curves",
shorttitle= "Conics and Cubics",
isbn = "978-0-387-31802-8",
publisher = "Springer",
year = "2006",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm19,
author = "Ethan D. Bloch",
title = "Proofs and Fundamentals: A First Course in Abstract Mathematics",
shorttitle= "Proofs and Fundamentals",
isbn = "978-1-441-97126-5",
publisher = "Springer",
year = "2011",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm20,
author = "Pierre Br\'emaud",
title = "An Introduction to Probabilistic Modeling",
isbn = "978-0-387-96460-7",
publisher = "Springer",
year = "1988",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm21,
author = "David M. Bressoud",
title = "Second Year Calculus: From Celestial Mechanics to Special Relativity",
shorttitle= "Second Year Calculus",
isbn = "978-0-387-97606-8",
publisher = "Springer",
year = "1991",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm22,
author = "David M. Bressoud",
title = "Factorization and Primality Testing",
isbn = "978-0-387-97040-0",
publisher = "Springer",
year = "1989",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm23,
author = "Louis Brickman",
title = "Mathematical Introduction to Linear Programming and Game Theory",
isbn = "978-0-387-96931-2",
publisher = "Springer",
year = "1989",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm24,
author = "Andrew Browder",
title = "Mathematical Analysis: An Introduction",
shorttitle= "Mathematical Analysis",
isbn = "978-0-387-94614-6",
publisher = "Springer",
year = "1995",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm25,
author = "B. van Brunt and M. Carter",
title = "The Lebesgue-Stieltjes Integral: A Practical Introduction",
shorttitle= "The Lebesgue-Stieltjes Integral",
isbn = "978-0-387-95012-9",
publisher = "Springer",
year = "2000",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm26,
author = "Johannes Buchmann",
title = "Introduction to Cryptography",
isbn = "978-0-387-21156-5",
publisher = "Springer",
year = "2004",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm27,
author = "Maria Shea Terrell and Peter Lax",
title = "Calculus with Applications",
isbn = "978-1-4614-7945-1",
publisher = "Springer",
year = "2014",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm28,
author = "Gerard Buskes and Arnoud Van Rooij",
title = "Topological Spaces: From Distance to Neighborhood",
isbn = "978-0-387-94994-9",
publisher = "Springer",
year = "1997",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm29,
author = "W. K. B{\"u}hler and G. Cornell and H. Opolka and W. Scharlau",
title = "From Fermat to Minkowski: Lectures on the Theory of Numbers and Its Historical Development",
shorttitle= "From Fermat to Minkowski",
isbn = "978-0-387-90942-4",
publisher = "Springer",
year = "1985",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm30,
author = "James J. Callahan",
title = "The Geometry of Spacetime",
isbn = "978-0-387-98641-8",
publisher = "Springer",
year = "1999",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm31,
author = "James J. Callahan",
title = "Advanced Calculus: A Geometric View",
shorttitle= "Advanced Calculus",
isbn = "978-1-441-97331-3",
publisher = "Springer",
year = "2010",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm32,
author = "Judith N. Cederberg",
title = "A Course in Modern Geometries",
isbn = "978-0-387-98972-3",
publisher = "Springer",
year = "2001",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm33,
author = "Antoine Chambert-Loir",
title = "A Field Guide to Algebra",
isbn = "978-0-387-21428-3",
publisher = "Springer",
year = "2005",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm34,
author = "Lindsay N. Childs",
title = "A Concrete Introduction to Higher Algebra",
isbn = "978-0-387-74527-5",
publisher = "Springer",
year = "2008",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm35,
author = "David Cox and John Little and Danal O'Shea",
title = "Ideals, Varieties, and Algorithms: An Introduction to Computational Algebraic Geometry and Commutative Algebra",
shorttitle= "Ideals, Varieties, and Algorithms",
isbn = "978-3-319-16720-6",
publisher = "Springer",
year = "2015",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm36,
author = "Pierre Samuel and Silvio Levy",
title = "Projective Geometry",
isbn = "978-0-387-96752-3",
publisher = "Springer",
year = "1988",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm37,
author = "F.H. Croom",
title = "Basic Concepts of Algebraic Topology",
isbn = "978-0-387-90288-3",
publisher = "Springer",
year = "1978",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm38,
author = "Paul Cull and Mary Flahive and Robby Robson",
title = "Difference Equations: From Rabbits to Chaos",
shorttitle= "Difference Equations",
isbn = "978-0-387-23233-1",
publisher = "Springer",
year = "2005",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm39,
author = "Charles W. Curtis",
title = "Linear Algebra: In Introductory Approach",
shorttitle= "Linear Algebra",
isbn = "978-0-387-90992-9",
publisher = "Springer",
year = "1984",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm40,
author = "Ulrich Daepp and Gorkin Pamela",
title = "Reading, Writing, and Proving: A Closer Look at Mathematics",
shorttitle= "Reading, Writing, and Proving",
isbn = "978-1-4419-9478-3",
publisher = "Springer",
year = "2011",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm41,
author = "Kenneth R. Davidson and Allan P. Donsig",
title = "Real Analysis and Applications",
shorttitle= "Real Analysis and Applications: Theory in Practice",
isbn = "978-0-387-23233-1",
publisher = "Springer",
year = "2005",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm42,
author = "Keith Devlin",
title = "The Joy of Sets: Fundamentals of Contemporary Set Theory",
shorttitle= "The Joy of Sets",
isbn = "978-0-387-94094-6",
publisher = "Springer",
year = "1993",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm43,
author = "R.D. Driver",
title = "Why Math?",
isbn = "978-0-387-90973-8",
publisher = "Springer",
year = "1984",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm44,
author = "E. Duda and G. Whyburn",
title = "Dynamic Topology",
isbn = "978-0-387-90358-3",
publisher = "Springer",
year = "1979",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm45,
author = "H. D. Ebbinghaus and J. Flum and W. Thomas",
title = "Mathematical Logic",
isbn = "978-0-387-94258-2",
publisher = "Springer",
year = "1994",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm46,
author = "Gerald Edgar",
title = "Measure, Topology, and Fractal Geometry",
isbn = "978-0-387-74748-4",
publisher = "Springer",
year = "2007",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm47,
author = "Saber Elaydi",
title = "An Introduction to Difference Equations",
isbn = "978-0-387-23059-7",
publisher = "Springer",
year = "2005",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm48,
author = "Paul Erd{\"o}s and Janos Suranyi",
title = "Topics in the Theory of Numbers",
isbn = "978-0-387-95320-5",
publisher = "Springer",
year = "2003",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm49,
author = "Donald Estep",
title = "Practical Analysis in One Variable",
isbn = "978-0-387-95484-4",
publisher = "Springer",
year = "2002",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm50,
author = "George R. Exner",
title = "Inside Calculus",
isbn = "978-0-387-98932-7",
publisher = "Springer",
year = "2000",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm51,
author = "George R. Exner",
title = "An Accompaniment to Higher Mathematics",
isbn = "978-0-387-94617-7",
publisher = "Springer",
year = "1996",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm52,
author = "Benjamin Fine and Gerhard Rosenberger",
title = "The Fundamental Theorem of Algebra",
isbn = "978-0-387-94657-3",
publisher = "Springer",
year = "1997",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm53,
author = "E. Fischer",
title = "Intermediate Real Analysis",
isbn = "978-0-387-90721-5",
publisher = "Springer",
year = "1982",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm54,
author = "Francis J. Flanigan and David L. Frank and Bert E. Fristedt and Lawrence F. Gary and Jerry L. Kazdan",
title = "Calculus Two: Linear and Nonlinear Functions",
shorttitle= "Calculus Two",
isbn = "978-0-387-97388-3",
publisher = "Springer",
year = "1990",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm55,
author = "Wendell Fleming",
title = "Functions of Several Variables",
isbn = "978-0-387-97388-3",
publisher = "Springer",
year = "1977",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm56,
author = "L. R. Foulds",
title = "Optimization Techniques: An Introduction",
shorttitle= "Optimization Techniques",
isbn = "978-0-387-90586-0",
publisher = "Springer",
year = "1981",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm57,
author = "L. R. Foulds",
title = "Combinatorial Optimization for Undergraduates",
isbn = "978-0-387-90977-6",
publisher = "Springer",
year = "1984",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm58,
author = "Joel Franklin",
title = "Methods of Mathematical Economics: Linear and Nonlinear Programming. Fixed-Point Theorems",
shorttitle= "Methods of Mathematical Economics",
isbn = "978-0-387-90481-8",
publisher = "Springer",
year = "1980",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm59,
author = "Michael W. Frazier",
title = "An Introduction to Wavelets Through Linear Algebra",
isbn = "978-0-387-98639-5",
publisher = "Springer",
year = "1999",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm60,
author = "Theodore W. Gamelin",
title = "Complex Analysis",
isbn = "978-0-387-95093-8",
publisher = "Springer",
year = "2001",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm61,
author = "Larry J. Gerstein",
title = "Introduction to Mathematical Structures and Proofs",
isbn = "978-0-387-95484-4",
publisher = "Springer",
year = "2002",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm62,
author = "Sudhir R. Ghorpade and Balmohan V. Limaye",
title = "A Course in Multivariable Calculus and Analysis",
isbn = "978-1-441-91620-4",
publisher = "Springer",
year = "2002",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm63,
author = "Sudhir R. Ghorpade and Balmohan V. Limaye",
title = "A Course in Calculus and Real Analysis",
isbn = "978-3-030-01399-8",
publisher = "Springer",
year = "2018",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm64,
author = "Steven Givant and Paul R. Halmos",
title = "Introduction to Boolean Algebras",
isbn = "978-0-387-40293-2",
publisher = "Springer",
year = "2006",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm65,
author = "Hugh Gordon",
title = "Discrete Probability",
isbn = "978-0-387-98227-4",
publisher = "Springer",
year = "1997",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm66,
author = "Ernst Hairer and Gerhard Wanner",
title = "Analysis by its History",
isbn = "978-0-387-94551-4",
publisher = "Springer",
year = "1996",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm67,
author = "Paul R. Halmos",
title = "Finite-Dimensional Vector Spaces",
isbn = "978-0-387-90093-3",
publisher = "Springer",
year = "1974",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm68,
author = "Paul R. Halmos",
title = "Naive Set Theory",
isbn = "978-0-387-90092-6",
publisher = "Springer",
year = "1974",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm69,
author = "John M. Harris and Jeffry L. Hirst and Michael Mossinghoff",
title = "Combinatorics and Graph Theory",
isbn = "978-0-387-79710-6",
publisher = "Springer",
year = "2008",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm70,
author = "Robin Hartshorne",
title = "Geometry: Euclid and Beyond",
shorttitle= "Geometry",
isbn = "978-0-387-98650-0",
publisher = "Springer",
year = "2000",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm71,
author = "James Herod and Ronald Shonkwiler",
title = "Mathematical Biology: An Introduction with Maple and Matlab",
shorttitle= "Mathematical Biology",
isbn = "978-0-387-70983-3",
publisher = "Springer",
year = "2009",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm72,
author = "Omar Hijab",
title = "Introduction to Calculus and Classical Analysis",
isbn = "978-3-319-28399-9",
publisher = "Springer",
year = "2016",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm73,
author = "Peter Hilton and Derek Holton and Jean Pedersen",
title = "Mathematical Reflections: In a Room with Many Mirrors",
shorttitle= "Mathematical Reflections",
isbn = "978-0-387-94770-9",
publisher = "Springer",
year = "1996 ",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm74,
author = "Peter Hilton and Derek Holton and Jean Pedersen",
title = "Mathematical Vistas: From a Room with Many Windows",
shorttitle= "Mathematical Vistas",
isbn = "978-0-387-95064-8",
publisher = "Springer",
year = "2002",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm75,
author = "Karl-Heinz Hoffmann and G{\"u}nther H{\"a}mmerlin and Larry L. Schumaker",
title = "Numerical Mathematics",
isbn = "<<ERROR>>",
publisher = "Springer",
year = "1991",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm76,
author = "Jeffrey Hoffstein and Jill Pipher and J. H. Silverman",
title = "Introduction to Mathematical Cryptography",
isbn = "978-0-387-77993-5",
publisher = "Springer",
year = "2008",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm77,
author = "Glenn Hurlbert",
title = "Linear Optimization: The Simple Workbook",
shorttitle= "Linear Optimization",
isbn = "978-0-387-79147-0",
publisher = "Springer",
year = "2010",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm78,
author = "Gerard Iooss and Daniel D. Joseph",
title = "Elementary Stability and Bifurcation Theory",
isbn = "978-0-387-97068-4",
publisher = "Springer",
year = "1989",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm79,
author = "Ronald S. Irving",
title = "Integers, Polynomials, and Rings: A Course in Algebra",
shorttitle= "Integers, Polynomials, and Rings",
isbn = "978-0-387-40397-7",
publisher = "Springer",
year = "2004",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm80,
author = "Richard Isaac",
title = "The Pleasures of Probability",
isbn = "978-0-387-94415-9",
publisher = "Springer",
year = "1995",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm81,
author = "I. M. James",
title = "Topological and Uniform Spaces",
isbn = "978-0-387-96466-9",
publisher = "Springer",
year = "1987",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm82,
author = "J. Jantosciak and W. Prenowitz",
title = "Join Geometries: A Theory of Convex Sets and Linear Geometry",
shorttitle= "Join Geometries",
isbn = "978-0-387-90340-8",
publisher = "Springer",
year = "1979",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm83,
author = "Klaus J{\"a}nich",
title = "Linear Algebra",
isbn = "978-0-387-94128-8",
publisher = "Springer",
year = "1994",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm84,
author = "Klaus J{\"a}nich",
title = "Topology",
isbn = "978-0-387-90892-2",
publisher = "Springer",
year = "1984",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm85,
author = "Klaus J{\"a}nich",
title = "Vector Analysis",
isbn = "978-0-387-98649-4",
publisher = "Springer",
year = "2001",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm86,
author = "John G. Kemeny and J. Laurie Snell",
title = "Finite Markov Chains: With a New Appendix {"Generalization of a Fundamental Matrix"}",
shorttitle= "Finite Markov Chains",
isbn = "978-0-387-90192-3",
publisher = "Springer",
year = "1976",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm87,
author = "L. Christine Kinsey",
title = "Topology of Surfaces",
isbn = "978-0-387-94102-8",
publisher = "Springer",
year = "1993",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm88,
author = "Gabriel Klambauer",
title = "Aspects of Calculus",
isbn = "978-0-387-96274-0",
publisher = "Springer",
year = "1986",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm89,
author = "Art Knoebel and Reinhard Laubenbacher and Jerry Lodder and David Pengelley",
title = "Mathematical Masterpieces: Further Chronicles by the Explorers",
shorttitle= "Mathematical Masterpieces",
isbn = "978-0-387-33060-0",
publisher = "Springer",
year = "2007",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm90,
author = "Serge Lang",
title = "Undergraduate Algebra",
isbn = "978-0-387-22025-3",
publisher = "Springer",
year = "2005",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm91,
author = "Serge Lang",
title = "Linear Algebra",
isbn = "978-0-387-96412-6",
publisher = "Springer",
year = "1987",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm92,
author = "Serge Lang",
title = "Calculus of Several Variables",
isbn = "978-0-387-96405-8",
publisher = "Springer",
year = "1987",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm93,
author = "Serge Lang",
title = "A First Course in Calculus",
isbn = "978-0-387-96201-6",
publisher = "Springer",
year = "1986",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm94,
author = "Serge Lang",
title = "Introduction to Linear Algebra",
isbn = "978-0-387-96205-4",
publisher = "Springer",
year = "1985",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm95,
author = "Serge Lang",
title = "Undergraduate Analysis",
isbn = "978-0-387-94841-6",
publisher = "Springer",
year = "1996",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm96,
author = "Reinhard Laubenbacher and David Pengelley",
title = "Mathematical Expeditions: Chronicles by the Explorers",
shorttitle= "Mathematical Expeditions",
isbn = "978-0-387-98434-6",
publisher = "Springer",
year = "1999",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm97,
author = "Edward J. LeCuyer",
title = "Introduction to College Mathematics with A Programming Language",
isbn = "978-0-387-90280-7",
publisher = "Springer",
year = "1978",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm98,
author = "Rudolf Lidl and G{\"u}nter Pilz",
title = "Applied Abstract Algebra",
isbn = "978-0-387-98290-8",
publisher = "Springer",
year = "1997",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm99,
author = "David J. Logan",
title = "Applied Partial Differential Equations",
isbn = "978-3-319-12492-6",
publisher = "Springer",
year = "2015",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm100,
author = "David J. Logan",
title = "A First Course in Differential Equations",
isbn = "978-3-319-17851-6",
publisher = "Springer",
year = "2015",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm101,
author = "Pelik/'an L. Lov\'asz and K. Vesztergombi",
title = "Discrete Mathematics: Elementary and Beyond",
shorttitle= "Discrete Mathematics",
isbn = "978-0-387-95584-1",
publisher = "Springer",
year = "2003",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm102,
author = "Jack Macki and Aaron Strauss",
title = "Introduction to Optimal Control Theory",
isbn = "978-0-387-90624-9",
publisher = "Springer",
year = "1981",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm103,
author = "Jerome Malitz",
title = "Introduction to Mathematical Logic: Set Theory - Computable Functions - Model Theory",
shorttitle= "Introduction to Mathematical Logic",
isbn = "978-0-387-90346-0",
publisher = "Springer",
year = "1979",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm104,
author = "Jerrold Marsden and Alan Weinstein",
title = "Calculus III",
isbn = "<<ERROR>>",
publisher = "Springer",
year = "1985",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm105,
author = "Jerrold Marsden and Alan Weinstein",
title = "Calculus II",
isbn = "<<ERROR>>",
publisher = "Springer",
year = "1985",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm106,
author = "Jerrold Marsden and Alan Weinstein",
title = "Calculus I",
isbn = "<<ERROR>>",
publisher = "Springer",
year = "1985",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm107,
author = "George E. Martin",
title = "Geometric Constructions",
isbn = "978-0-387-98276-2",
publisher = "Springer",
year = "1998",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm108,
author = "George E. Martin",
title = "Counting: The Art of Enumerative Combinatorics",
shorttitle= "Counting",
isbn = "978-0-387-95225-3",
publisher = "Springer",
year = "2001",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm109,
author = "George E. Martin",
title = "The Foundations of Geometry and the Non-Euclidean Plane",
isbn = "978-0-387-90694-2",
publisher = "Springer",
year = "1983",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm110,
author = "George E. Martin",
title = "Transformation Geometry: An Introduction to Symmetry",
shorttitle= "Transformation Geometry",
isbn = "978-0-387-90636-2",
publisher = "Springer",
year = "1982",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm111,
author = "George E. Martin",
title = "Geometric Constructions",
isbn = "978-0-387-98276-2",
publisher = "Springer",
year = "1998",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm112,
author = "Frank Mendivil and Ronald Shonkwiler",
title = "Explorations in Monte Carlo Methods",
isbn = "978-0-387-87836-2",
publisher = "Springer",
year = "2009",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm113,
author = "Richard S. Millman and George D. Parker",
title = "Geometry: A Metric Approach with Models",
isbn = "978-0-387-97412-5",
publisher = "Springer",
year = "1990",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm114,
author = "Charles B. Jr. Morrey and Murray H. Protter",
title = "Intermediate Calculus",
isbn = "978-0-387-96058-6",
publisher = "Springer",
year = "1984",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm115,
author = "Charles B. Jr. Morrey and Murray H. Protter",
title = "A First Course in Real Analysis",
isbn = "978-0-387-97437-8",
publisher = "Springer",
year = "1991",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm116,
author = "Yiannis Moschovakis",
title = "Notes on Set Theory",
isbn = "978-0387287225",
publisher = "Springer",
year = "2005",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm117,
author = "Alexander Ostermann and Gerhard Wanner",
title = "Geometry by Its History",
isbn = "978-3-642-29163-0",
publisher = "Springer",
year = "2012",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm118,
author = "David R. Owen",
title = "A First Course in the Mathematical Foundations of Thermodynamics",
isbn = "978-0-387-90897-7",
publisher = "Springer",
year = "1983",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm119,
author = "Bruce P. Palka",
title = "An Introduction to Complex Function Theory",
isbn = "978-0-387-97427-9",
publisher = "Springer",
year = "1990",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm120,
author = "George Pedrick",
title = "A First Course in Analysis",
isbn = "978-0-387-94108-0",
publisher = "Springer",
year = "1994",
series = "Undergraduate Texts in Mathematics"
}
@Book{utm121,
author = "Anthony L. Peressini and Francis E. Sullivan and J.J. Jr. Uhl",
title = "The Mathematics of Nonlinear Programming",
isbn = "978-0-387-96614-4",
publisher = "Springer",
year = "1988",