-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblio.bib
92 lines (85 loc) · 2.4 KB
/
biblio.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
Abstract Algebra
@book{dummit-foote,
author = {Dummit, D. S. and Foote, R. M.},
publisher = {John Wiley \& Sons},
title = {Abstract Algebra},
year = {2004}
}
@book{artin,
author = {Artin, M.},
publisher = {Pearson Education},
title = {Algebra},
year = {2011}
}
@book{pinter,
author = {Pinter, C. C.},
publisher = {Dover Publications, Inc.},
title = {A Book of Abstract Algebra},
year = {2010}
}
Linear Algebra
@book{axler,
author = {Axler, S.},
publisher = {Springer},
title = {Linear Algebra Done Right, 4th edition},
year = {2024}
}
@book{munkres,
author = {Munkres, J. R.},
publisher = {Pearson Education Limited},
title = {Topology},
year = {2018}
}
Real Analysis
@book{rudin,
author = {Rudin, W.},
publisher = {McGraw-Hill},
title = {Principles of Mathematical Analysis},
year = {1976}
}
@book{apostol,
author = {Apostol, T. M.},
publisher = {Addison-Wesley},
title = {Mathematical Analysis},
year = {1957}
}
@book{bartle-sherbert,
author = {Bartle, R. G. and Sherbert, D. R.},
publisher = {John Wiley \& Sons, Inc.},
title = {Introduction to Real Analysis},
year = {2011}
}
@book{alcock,
author = {Alcock, L.},
publisher = {Oxford University Press},
title = {How to Think About Analysis},
year = {2014}
}
Complex Analysis
@book{ahlfors,
author = {Ahlfors, L. V.},
publisher = {McGraw-Hill},
title = {Complex Analysis},
year = {1979}
}
@book{lang,
author = {Lang, Serge},
publisher = {Springer International Publishing},
title = {Complex Analysis},
year = {1999}
}
Problem Solving
@book{polya,
author = {P\'{o}lya, G.},
publisher = {Princeton University Press},
title = {How to Solve It},
year = {1945}
}
@incollection{schoenfeld,
author = {Schoenfeld, A. H.},
booktitle = {Handbook for Research on Mathematics Teaching and Learning},
publisher = {Macmillan},
title = {Learning to think mathematically: Problem solving, metacognition, and sense-making in mathematics},
year = {1992},
pages = {334-370}
}