-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesercizi_metodi.tex
135 lines (117 loc) · 3.16 KB
/
esercizi_metodi.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
\documentclass[a4paper,12pt]{book}
\usepackage[a4paper, portrait, margin=0.5in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{braket}
\usepackage{dsfont}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{cancel}
\usepackage{bbold}
\usepackage{titlepic}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{soul}
\usepackage{subfiles}
\usepackage{hyperref}
\usepackage{xcolor}
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\setcounter{MaxMatrixCols}{20}
\newcommand{\subsubsubsection}[1]{\paragraph{#1} \mbox{}\\\mbox{}\\}
\newcommand{\subsubsubsubsection}[1]{\subparagraph{#1} \mbox{}\\\mbox{}\\}
\newcommand{\limit}[2]{\underset{#1 \rightarrow #2}{\lim} \,}
\newcommand{\arrowlim}[2]{\overset{#1 \rightarrow #2}{\longrightarrow}}
\newcommand{\arrowlimtwo}[4]{\overset{\scriptsize{\begin{array}{cc}
#1 {}&\rightarrow #2\\
#3 &\rightarrow #4
\end{array}}
}{\longrightarrow}}
\newcommand{\Lagr}{\mathcal{L}}
\newcommand{\Four}{\mathcal{F}}
\newcommand{\TdZ}{\mathcal{Z}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\nextpassage}{\nonumber \\ &\downarrow \nonumber \\}
\newcommand{\firstpassage}{ \\ &\downarrow \nonumber \\}
\newcommand{\nextpassagecomm}[1]{\nonumber \\ &\downarrow \quad \text{#1} \nonumber \\}
\newcommand{\firstpassagecomm}[1]{ \\ &\downarrow \quad \text{#1} \nonumber \\}
\newcommand{\spacer}{\quad ; \quad}
\newcommand{\except}[1]{\backslash \{ #1 \} }
\newcommand{\taleche}{\; : \;}
\newcommand{\bolditem}[1]{\item \textbf{#1}}
\newcommand{\separator}{\nonumber \\
\nonumber \\}
\newcommand{\double}[2]{\left\{ \begin{array}{cc}
#1\\
#2
\end{array}
\right.
}
\newcommand{\triple}[3]{\left\{ \begin{array}{ccc}
#1\\
#2\\
#3
\end{array}
\right.
}
\newcommand{\quadruple}[4]{\left\{ \begin{array}{ccc}
#1\\
#2\\
#3\\
#4
\end{array}
\right.
}
\newcommand{\nosgn}{\;\;\,}
\newcommand{\quadvec}[4]{\left( \begin{array}{ccc}
#1\\
#2\\
#3\\
#4
\end{array}
\right)
}
\newcommand{\dubvec}[2]{\left( \begin{array}{ccc}
#1\\
#2
\end{array}
\right)
}
\begin{document}
\author{Alessandro Marcelli}
\date{2023}
\begin{titlepage}
\vspace*{\fill}
\begin{center}
\scalebox{1.75}{Esercizi svolti da gente brava e spunti di teoria}\\
\scalebox{1.75}{per la prova scritta del corso di}\\
\scalebox{1.75}{Metodi e Modelli Matematici per la Fisica 2}\\[0.5cm]
\begin{figure}[!htb]
\centering
\includegraphics[width=.5\textwidth]{./turtwig.jpg}
\end{figure}
\scalebox{1.25}{a cura di}\\
\scalebox{1.25}{ }\\
\scalebox{1.5}{Alessandro Marcelli}\\
\scalebox{1.25}{ }\\
\scalebox{1.25}{2023}
\end{center}
\vspace{\fill}
\end{titlepage}
\clearpage
\thispagestyle{empty}
\frontmatter
\tableofcontents
\include{./TeX_files/introduzione}
\mainmatter
\include{./TeX_files/chapter01}
\include{./TeX_files/chapter02}
\include{./TeX_files/chapter03}
\backmatter
% bibliography, glossary and index would go here.
\bibliographystyle{plain}
\bibliography{bibliography.bib}
\end{document}