-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain_math.tex
137 lines (94 loc) · 3.7 KB
/
main_math.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
\documentclass[10pt,a4paper]{report}
\usepackage{preamble_general}
\usepackage{preamble_math}
\usepackage{preamble_style}
\title{Summaries of the Mathematics degree at UAB}
\author{Víctor Ballester\\Gerard Codina}
\date{Version: \today}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\chapter{First year}
\newpage
\subfile{Mathematics/1st/Fundamentals_of_mathematics/Fundamentals_of_mathematics.tex}
\cleardoublepage
\subfile{Mathematics/1st/Linear_algebra/Linear_algebra.tex}
\cleardoublepage
\subfile{Mathematics/1st/Real-valued_functions/Real-valued_functions.tex}
\cleardoublepage
\chapter{Second year}
\newpage
\subfile{Mathematics/2nd/Algebraic_structures/Algebraic_structures.tex}
\cleardoublepage
\subfile{Mathematics/2nd/Discrete_mathematics/Discrete_mathematics.tex}
\cleardoublepage
\subfile{Mathematics/2nd/Functions_of_several_variables/Functions_of_several_variables.tex}
\cleardoublepage
\subfile{Mathematics/2nd/Linear_geometry/Linear_geometry.tex}
\cleardoublepage
\subfile{Mathematics/2nd/Mathematical_analysis/Mathematical_analysis.tex}
\cleardoublepage
\subfile{Mathematics/2nd/Numerical_methods/Numerical_methods.tex}
\cleardoublepage
\chapter{Third year}
\newpage
\subfile{Mathematics/3rd/Complex_analysis/Complex_analysis.tex}
\cleardoublepage
\subfile{Mathematics/3rd/Differential_equations/Differential_equations.tex}
\cleardoublepage
\subfile{Mathematics/3rd/Differential_geometry/Differential_geometry.tex}
\cleardoublepage
\subfile{Mathematics/3rd/Galois_theory/Galois_theory.tex}
\cleardoublepage
\subfile{Mathematics/3rd/Probability/Probability.tex}
\cleardoublepage
\subfile{Mathematics/3rd/Statistics/Statistics.tex}
\cleardoublepage
\subfile{Mathematics/3rd/Topology/Topology.tex}
\cleardoublepage
\chapter{Fourth year}
\newpage
% \subfile{Mathematics/4th/Algebraic_topology/Algebraic_topology.tex}
% \cleardoublepage
\subfile{Mathematics/4th/Dynamical_systems/Dynamical_systems.tex}
\cleardoublepage
\subfile{Mathematics/4th/Harmonic_analysis/Harmonic_analysis.tex}
\cleardoublepage
\subfile{Mathematics/4th/Linear_models/Linear_models.tex}
\cleardoublepage
\subfile{Mathematics/4th/Numerical_calculus/Numerical_calculus.tex}
\cleardoublepage
\subfile{Mathematics/4th/Numerical_integration_of_partial_differential_equations/Numerical_integration_of_partial_differential_equations.tex}
\cleardoublepage
\subfile{Mathematics/4th/Partial_differential_equations/Partial_differential_equations.tex}
\cleardoublepage
\subfile{Mathematics/4th/Real_and_functional_analysis/Real_and_functional_analysis.tex}
\cleardoublepage
\subfile{Mathematics/4th/Stochastic_processes/Stochastic_processes.tex}
\cleardoublepage
\chapter{Fifth year}
\newpage
\subfile{Mathematics/5th/Advanced_dynamical_systems/Advanced_dynamical_systems.tex}
\cleardoublepage
\subfile{Mathematics/5th/Advanced_probability/Advanced_probability.tex}
\cleardoublepage
\subfile{Mathematics/5th/Advanced_topics_in_functional_analysis_and_PDEs/Advanced_topics_in_functional_analysis_and_PDEs.tex}
\cleardoublepage
% \subfile{Mathematics/5th/Continuous_optimization/Continuous_optimization.tex}
% \cleardoublepage
\subfile{Mathematics/5th/Introduction_to_control_theory/Introduction_to_control_theory.tex}
\cleardoublepage
\subfile{Mathematics/5th/Introduction_to_nonlinear_elliptic_PDEs/Introduction_to_nonlinear_elliptic_PDEs.tex}
\cleardoublepage
\subfile{Mathematics/5th/Montecarlo_methods/Montecarlo_methods.tex}
\cleardoublepage
\subfile{Mathematics/5th/Numerical_methods_for_PDEs/Numerical_methods_for_PDEs.tex}
\cleardoublepage
\subfile{Mathematics/5th/Stochastic_calculus/Stochastic_calculus.tex}
\cleardoublepage
% \subfile{Mathematics/5th/Stochastic_control/Stochastic_control.tex}
% \cleardoublepage
\printindex
\end{document}