commit 0e11e431821801f58da57acb07d47a7241c78978
parent dcabfda0a4c4fb548221e8061b759a7d7f685a6c
Author: miksa234 <milutin@popovic.xyz>
Date: Sun, 27 Feb 2022 09:41:35 +0100
appl_ana finished
Diffstat:
44 files changed, 5499 insertions(+), 139 deletions(-)
diff --git a/appl_ana/assingments/Exercises5.pdf b/appl_ana/assingments/Exercises5.pdf
Binary files differ.
diff --git a/appl_ana/jan25ana/ex1_1.png b/appl_ana/jan25ana/ex1_1.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex1_2.png b/appl_ana/jan25ana/ex1_2.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex1_3.png b/appl_ana/jan25ana/ex1_3.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex2_1.png b/appl_ana/jan25ana/ex2_1.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex2_2.png b/appl_ana/jan25ana/ex2_2.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex3_1.png b/appl_ana/jan25ana/ex3_1.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex3_2.png b/appl_ana/jan25ana/ex3_2.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex3_3.png b/appl_ana/jan25ana/ex3_3.png
Binary files differ.
diff --git a/appl_ana/jan25ana/ex3_4.png b/appl_ana/jan25ana/ex3_4.png
Binary files differ.
diff --git a/appl_ana/sesh1/main.pdf b/appl_ana/sesh1/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh1/main.tex b/appl_ana/sesh1/main.tex
@@ -46,7 +46,9 @@
\pagestyle{myheadings}
-\markright{Popovic\hfill Applied Analysis\hfill}
+\newcommand{\eps}{\varepsilon}
+
+\markright{Popović\hfill Applied Analysis\hfill}
\title{University of Vienna\\ Faculty of Mathematics\\
@@ -62,14 +64,13 @@
\subsection{Fall from high}
We consider a free fall ($\dot{x}(t=0)=0$) of an object with mass $20\
-\text{kg}$ from a height
-$x(0) = h = 20\; \text{km}$, such that the gravitational force depends on the hight $x(t)$ in
-the following way
+\text{kg}$ from a height $x(0) = h = 20\; \text{km}$, such that the
+gravitational force depends on the height $x(t)$ in the following way
\begin{align}\label{eq: free fall}
- \ddot{x} = -g\frac{R^2}{(x(t) + R)^2},
+ \ddot{x}(t) = -g\frac{R^2}{(x(t) + R)^2},
\end{align}
where $R$ is the radius of the earth $R \approx 6000\; \text{km}$ and $g
-\approx 9.91\ \frac{m}{s^2}$ is the gravitational acceleration on the surface
+\approx 9.81\ \frac{m}{s^2}$ is the gravitational acceleration on the surface
of the earth. For this problem there are two possible non-dimensionalisations,
but first let us rewrite the variables in terms of non-dimensional variables
and some dimensional constants, a priori let
@@ -105,13 +106,13 @@ The first scaling is done by reducing $\Pi_1$ and $\Pi_3$ to 1, by setting
\begin{align}
x_c = R, \;\;\;\; t_c = \sqrt{\frac{R}{g}},
\end{align}
-refolmulating the initial problem in equation \ref{eq: free fall} to
+reformulating the initial problem in equation \ref{eq: free fall} to
\begin{align}
&\ddot{\xi} = -\frac{1}{(\xi + 1)^2},\;\;\;\;
\text{with} \nonumber\\
&\xi(0) = \frac{h}{R}, \;\;\;\; \dot{\xi}(0) = 0.
\end{align}
-Reducing the problem, meaining letting $R \rightarrow \infty$ makes the first
+Reducing the problem, meaning if $\frac{h}{R} \rightarrow 0$ makes the first
initial condition $\xi(0) \rightarrow 0$. We can conclude that this scaling
is bad since it changes the initial condition in the reduced problem.
@@ -119,7 +120,7 @@ The second scaling option reduces $\Pi_2$ and $\Pi_3$ to 1, by setting
\begin{align}
x_c = h, \;\;\;\; t_c = \sqrt{\frac{h}{g}},
\end{align}
-refolmulating the initial problem in equation \ref{eq: free fall} to
+reformulating the initial problem in equation \ref{eq: free fall} to
\begin{align}
&\ddot{\xi} = -\frac{1}{(\frac{h}{R}\xi + 1)^2},\;\;\;\;
\text{with} \nonumber\\
@@ -129,14 +130,21 @@ By letting $R \rightarrow \infty$ we get the following reduced problem
\begin{align}\label{eq: free fall reduced}
\ddot{\xi} = -1.
\end{align}
-Integrating and solving for $\xi(\tau = \frac{T}{t_c}) = 0$ for when the
-object hits the ground we get a familliar solution
+Integrating and solving for $\xi(\tau = T\sqrt{\frac{g}{h}}) = 0$ for when the
+object hits the ground we get a familiar solution
\begin{align}
T = \sqrt{\frac{2h}{g}}
\end{align}
-Now in the reduced problem the time untill the object hits the ground is
-shorter since the acceleration is constant, but in the original one the
-acceleration increases as the object comes closer to earth.
+Note that in the reduced problem the time until the object hits the ground is
+\textbf{(much) shorter} since the acceleration is at its maximum $\ddot{x}(t) =
+g$ for all $t$. Yet in the original problem the acceleration (gravitation
+force) \textbf{increases} as the object comes \textbf{closer} to earth . For
+instance, if we let an object fall down from the height $h = R$ then its
+gravitational force (acceleration) at that height would be $\ddot{x}(0) =
+g/2$ and upon landing on earth the gravitational force $\ddot{x}(T) = g$,
+while in the reduced solution its gravitational force would be $\ddot{x}(t) =
+g$ for all $t$.
+
Additionally we can calculate the velocity at impact we need to integrate the
reduced problem \ref{eq: free fall reduced} once and put in the initial
condition
@@ -144,11 +152,60 @@ condition
\dot{\xi}(\tau = \frac{T}{t_c}) &= -\tau = -\sqrt{2} \\
\text{and} \;\;\; \dot{x} &= \frac{x_c}{t_c}\dot{\xi} =
\sqrt{gh}\; \dot{\xi}\\
- \Rightarrow \dot{x}(T) &= -\sqrt{2gh}
+ \Rightarrow \dot{x}(T) &= -\sqrt{2gh},
+\end{align}
+The result is exactly the same as we would get from energy conservation
+\begin{align}
+ \frac{m}{2}\dot{x}^2 = mgh \quad \Rightarrow \quad \dot{x} = \sqrt{2gh}.
+\end{align}
+The vertical throw allows for an additional scaling because the
+initial conditions are different, $x(0) = 0$ and $\dot{x}(0) = v$. Thus
+the solution too.
+
+To summarize, the assumptions that used for modeling and simplifying the
+equation are
+\begin{itemize}
+ \item no relativistic influence,
+ \item closed system, no outside influence (gravitation of the sun, air
+ resistance),
+ \item spherical symmetry of the earth (thereby center of mass can be
+ set in the middle of earth).
+\end{itemize}
+By looking at our assumptions a question arises:\textbf{Is it a good
+approximation to replace the attractive force of the earth by the attraction
+of the whole mass concentrated at the center?}.
+
+To answer this question more or less simply we look at the Poisson's equation
+for gravity,
+\begin{align}
+ \ddot{\vec{x}}(\vec{r}) = -\nabla \phi(\vec{r}) \\
+ \Delta \phi = 4\pi G\varrho(\vec{r}).
+\end{align}
+for a gravitational potential $\phi$ and the mass density of earth
+$\varrho$. We assume that \textbf{the earth can be approximated by a sphere}
+and then we integrate both sides along the sphere (and use the Gaussian law
+for integration)
+\begin{align}
+ \int_{S} \nabla \ddot{\vec{x}}\ dS =
+ \int_{\partial S}\ddot{\vec{x}}\ d\vec{s} = -4\pi
+ G \int_S\varrho(\vec{r})\ ds = -4\pi GM.
+\end{align}
+Obviously $\ddot{\vec{x}}$ and $d\vec{s}$ point in the same direction. We
+choose (rotate) the coordinate system such hat $\ddot{\vec{x}} =
+\ddot{x}\ \mathbf{\hat{n}}$ and $d\vec{s} = \mathbf{\hat{n}}\ ds$, thereby
+we get
+\begin{align}
+ &\ddot{x}\int_{\partial S} ds = 4\pi r^2 \ddot{x},\\
+ \Rightarrow &\ddot{x} = -\frac{GM}{r^2}.
+\end{align}
+The further derivation to get the exact equation of motion as in \ref{eq:
+free fall}, we have to keep in mind that $r = x + R$, because by our
+assumptions we are not in the sphere only outside or on the border $R$.
+Lastly by reformulating the constants $gR^2 = GM$ gets us to our equation of
+motion
+\begin{align}
+ \ddot{x}(t) = -g\frac{R^2}{(x(t) + R)^2}.
\end{align}
-The vectical throw allows for different scaling because the initial
-conditions are different, and thus the solution too $x(0) = 0$ and
-$\dot{x}(0) = v$.
\subsection{Scaling The Van der Pol equation}
The Van der Pol equation is a perturbation of the oscillation equation
@@ -190,74 +247,61 @@ non-dimensionalisations. Let us begin by setting
\end{align}
where $I_c$ and $t_c$ have the dimension of $I(t)$ and $t$ accordingly and
$\psi(\tau)$ and $\tau$ are dimensionless
-The first and second derivative in time is
+The \textbf{first} and second derivative in time is
\begin{align}
\frac{d}{dt} &= \frac{1}{t_c}\frac{d}{d\tau}\\
\frac{d^2}{dt^2} &= \frac{1}{t_c^2}\frac{d^2}{d\tau^2}.
\end{align}
We can rewrite the Van-Der-Pol equation in terms of $\psi$ and $\tau$
\begin{align}
- &\frac{LC}{t_c^2}\ddot{\psi} - \frac{g_1C}{t_c}\dot{\psi}
- \frac{3g_3CI_c}{t_c}\dot{\psi}\psi = -\psi\\
+ &\frac{LC}{t_c^2}\ddot{\psi} - \left(\frac{3g_3I_c^2}{g_1}\psi^2 -
+ 1\right)\frac{g_1C}{t_c}\dot{\psi}= -\psi\\
&\psi(0) = \frac{I_0}{I_c} \;\;\;\; \dot{\psi}(0) = 0
\end{align}
There are a total of four constants that we can eliminate
\begin{align}
- \Pi_1 &= \frac{I_0}{I_c},\;\;\;\;
+ \Pi_1 &= \frac{I_0}{I_c}, \qquad
\Pi_2 = \frac{LC}{t_c^2},\nonumber\\
- \Pi_3 &= \frac{-g_1C}{t_c},\;\;\;\;\;
- \Pi_4 = \frac{3g_3CI_C}{t_c}.
-\end{align}
-The first scaling is
-\begin{align}
- I_c = I_0,\;\;\; t_c=\frac{1}{\sqrt{LC}}.
-\end{align}
-Thereby we get the following problem
-\begin{align}
- &\ddot{\psi}
- -\sqrt{\frac{C}{L}}g_1\dot{\psi}+\sqrt{\frac{C}{L}}3g_3I_0\dot{\psi}\psi
- = -\psi\\
- &\psi(0) = 1 \;\;\;\; \dot{\psi}(0) = 0
+ \Pi_3 &= \frac{3g_3I_c^2}{g_1}, \qquad
+ \Pi_4 = \frac{g_1C}{t_c}.
\end{align}
-
-
-The second scaling is
+The \textbf{first} scaling is
\begin{align}
- I_c = I_0,\;\;\; t_c=g_1C.
+ I_c = \sqrt{\frac{g_1}{3g_3}},\;\;\; t_c=\sqrt{LC}.
\end{align}
Thereby we get the following problem
\begin{align}
- &\frac{L}{g_1^2C}\ddot{\psi}
- -\dot{\psi}+\frac{3g_3}{g_1}\dot{\psi}\psi
- = -\psi\\
- &\psi(0) = 1 \;\;\;\; \dot{\psi}(0) = 0
+ \ddot{\psi} + (\psi^2 - 1)\eps \dot{\psi} = -\psi, \qquad \psi(0) =
+ \sqrt{\frac{3g_3}{g_1}}I_0,
\end{align}
+where $\eps = g_1\sqrt{\frac{C}{L}}$.
-The third scaling is
+The \textbf{second} scaling is
\begin{align}
- I_c = I_0,\;\;\; t_c=g_3CI_0.
+ I_c = \sqrt{\frac{g_1}{3g_3}},\;\;\; t_c=g_1C.
\end{align}
-Thereby we get the following problem
+Thereby we get the following
\begin{align}
- &\frac{L}{g_3^2CI_0^2}\ddot{\psi}
- -\frac{g_1}{g_3I_0}\dot{\psi}+3\dot{\psi}\psi
- = -\psi\\
- &\psi(0) = 1 \;\;\;\; \dot{\psi}(0) = 0
+ \eps \psi'' +(\psi^2 +1)\psi' = -\psi, \qquad \psi(0) =
+ \sqrt{\frac{3g_3}{g_1}}I_0,
\end{align}
+where $\eps = \frac{L}{g_1^2C}$. We could also consider scaling $I_c = I_0$
+with $t_c = \sqrt{LC}$ or $t_c = g_1C$ but they wouldn't develop significant
+model hierarchies like the above two scaling.
\subsection{Scale the Schrödinger Equation}
-The well known Schrödinger equation that describes quantum physics of one
-particle can be written as
+The well known Schrödinger equation that describes quantum physics of the one
+particle system is
\begin{align}
- &i\hbar \partial_t\psi = -\frac{\hbar}{2m}\Delta \psi + V\psi \nonumber\\
+ &i\hbar \partial_t\psi = -\frac{\hbar^2}{2m}\Delta \psi + V\psi \nonumber\\
&\psi(t=0) =\psi_0
\end{align}
-where $\hbar$ is the Planks constant, $\psi=\psi(x, t)$ the wave function,
+where $\hbar$ is the reduced Plank constant, $\psi=\psi(x, t)$ the wave function,
$m$ the mass and $V = V(x)$ the potential in which the wave function is. The
dimensions are
\begin{align}
- [\hbar] = Js, \;\;\;\; V = J, \;\;\;\; [\psi]= m^{-d/2}
+ [\hbar] = js, \;\;\;\; [V] = j, \;\;\;\; [\psi]= m^{-d/2}
\end{align}
-for the special dimension $d$. The standard scaling ansatz is
+where $d$ is the spacial dimension. The standard scaling ansatz is
\begin{align}
&\psi = \psi_c \phi \\
&t = t_c \tau \;\;\;\; x = x_c \xi,
@@ -296,6 +340,7 @@ simplifies the Schrodinger equation without the potential to
i\Delta_{\vec{\xi}}\ \phi = \partial_\tau \phi,
\end{align}
with the initial condition $\phi(\tau=0) = 1$.
+.
Now consider $V = 0$, $x\in[0, L]$ and $t \in [0, T]$, the Schrodinger
equation is the same only with one spacial dimension as above, we can set
@@ -306,19 +351,21 @@ Thus we get
\begin{align}
i\partial_{\xi}^2 \phi = \partial_\tau \phi,
\end{align}
-with the initial condition $\phi(\tau=0) = 1$.
+with the initial condition $\phi(\tau=0) = 1$, where $\xi \in [0, 1]$ and
+$\tau \in [0, \frac{\hbar T}{2mL^2}]$.
+.
-As a last example let us consider the quantum harmonic oscillator, that is
-$V(x) = m\omega^2 x^2$ for $x\in \mathbb{R}$, where $\omega$ is the
-frequency, the equation is the following
+In the last example let us consider the quantum harmonic oscillator
+represented by the potential $V(x) = m\omega^2 x^2$ for $x\in \mathbb{R}$,
+where $\omega$ is the frequency. The equation is the following
\begin{align}
i \hbar \partial_t \psi = -\frac{\hbar^2}{2m}\partial^2_x \psi
- m\omega^2x^2 \psi.
+ +m\omega^2x^2 \psi.
\end{align}
-By inserting the scaling
+By inserting the standard scaling ansatz we get
\begin{align}
i\partial_\tau \phi = -\frac{t_c\hbar}{2mx_c^2}\partial_\xi^2 \phi
- \frac{t_cm\omega^2x_c^2}{\hbar} \xi^2 \phi
+ +\frac{t_cm\omega^2x_c^2}{\hbar} \xi^2 \phi,
\end{align}
The dimensional constants are
\begin{align}
@@ -336,7 +383,5 @@ Thereby getting the following problem
\end{align}
with $\phi(\tau = 0) = 1$.
-
-
%\printbibliography
\end{document}
diff --git a/appl_ana/sesh2/main.aux b/appl_ana/sesh2/main.aux
@@ -0,0 +1,34 @@
+\relax
+\providecommand\zref@newlabel[2]{}
+\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]{}
+\@writefile{toc}{\contentsline {section}{\numberline {1}Sheet 2}{1}{section.1}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Problem 4}{1}{subsection.1.1}\protected@file@percent }
+\newlabel{eq: (1)}{{1}{1}{Problem 4}{equation.1}{}}
+\newlabel{eq: (2)}{{2}{1}{Problem 4}{equation.2}{}}
+\newlabel{eq: p4 ansatz}{{3}{1}{Problem 4}{equation.3}{}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}Problem 5}{2}{subsection.1.2}\protected@file@percent }
+\newlabel{eq: p5 1}{{9}{2}{Problem 5}{equation.9}{}}
+\newlabel{eq: p5 2}{{10}{2}{Problem 5}{equation.10}{}}
+\newlabel{eq: p5 3}{{11}{2}{Problem 5}{equation.11}{}}
+\newlabel{eq: p5 4}{{12}{2}{Problem 5}{equation.12}{}}
+\newlabel{eq: p5 5}{{13}{2}{Problem 5}{equation.13}{}}
+\newlabel{eq: p5 6}{{14}{2}{Problem 5}{equation.14}{}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Problem 6}{3}{subsection.1.3}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}Problem 7}{4}{subsection.1.4}\protected@file@percent }
+\gdef \@abspage@last{4}
diff --git a/appl_ana/sesh2/main.log b/appl_ana/sesh2/main.log
@@ -0,0 +1,1131 @@
+This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.1.3) 24 FEB 2022 17:05
+entering extended mode
+ \write18 enabled.
+ %&-line parsing enabled.
+**main.tex
+(./main.tex
+LaTeX2e <2021-11-15> patch level 1
+L3 programming layer <2021-11-22>
+(/usr/share/texmf-dist/tex/latex/base/article.cls
+Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
+(/usr/share/texmf-dist/tex/latex/base/size10.clo
+File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
+)
+\c@part=\count183
+\c@section=\count184
+\c@subsection=\count185
+\c@subsubsection=\count186
+\c@paragraph=\count187
+\c@subparagraph=\count188
+\c@figure=\count189
+\c@table=\count190
+\abovecaptionskip=\skip47
+\belowcaptionskip=\skip48
+\bibindent=\dimen138
+)
+(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
+Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
+)
+(/usr/share/texmf-dist/tex/latex/base/inputenc.sty
+Package: inputenc 2021/02/14 v1.3d Input encoding file
+\inpenc@prehook=\toks16
+\inpenc@posthook=\toks17
+)
+(/usr/share/texmf-dist/tex/latex/mlmodern/mlmodern.sty
+Package: mlmodern 2021/01/12 v1.1 Modified Latin Modern Fonts
+LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
+(Font) OT1/cmr/m/n --> OT1/mlmr/m/n on input line 27.
+LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
+(Font) OML/cmm/m/it --> OML/mlmm/m/it on input line 28.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
+(Font) OMS/cmsy/m/n --> OMS/mlmsy/m/n on input line 29.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 30.
+LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 31.
+LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
+(Font) OML/cmm/b/it --> OML/mlmm/b/it on input line 32.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
+(Font) OMS/cmsy/b/n --> OMS/mlmsy/b/n on input line 33.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 34.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 36.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
+(Font) OT1/cmss/m/n --> OT1/mlmss/m/n on input line 37.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
+(Font) OT1/cmr/m/it --> OT1/mlmr/m/it on input line 38.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 39.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 40.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
+(Font) OT1/cmss/bx/n --> OT1/mlmss/bx/n on input line 41.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
+(Font) OT1/cmr/bx/it --> OT1/mlmr/bx/it on input line 42.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 43.
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
+Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
+Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
+\KV@toks@=\toks18
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
+Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
+Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
+)
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
+File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
+)
+Package graphics Info: Driver file: pdftex.def on input line 107.
+
+(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
+File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
+))
+\Gin@req@height=\dimen139
+\Gin@req@width=\dimen140
+)
+(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
+Package: geometry 2020/01/02 v5.9 Page Geometry
+
+(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty
+Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
+
+(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty
+Package: iftex 2020/03/06 v1.0d TeX engine tests
+))
+\Gm@cnth=\count191
+\Gm@cntv=\count192
+\c@Gm@tempcnt=\count193
+\Gm@bindingoffset=\dimen141
+\Gm@wd@mp=\dimen142
+\Gm@odd@mp=\dimen143
+\Gm@even@mp=\dimen144
+\Gm@layoutwidth=\dimen145
+\Gm@layoutheight=\dimen146
+\Gm@layouthoffset=\dimen147
+\Gm@layoutvoffset=\dimen148
+\Gm@dimlist=\toks19
+)
+(/usr/share/texmf-dist/tex/latex/caption/subcaption.sty
+Package: subcaption 2020/10/07 v1.3j Sub-captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption.sty
+Package: caption 2020/10/26 v3.5g Customizing captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption3.sty
+Package: caption3 2020/10/21 v2.2e caption3 kernel (AR)
+\captionmargin=\dimen149
+\captionmargin@=\dimen150
+\captionwidth=\dimen151
+\caption@tempdima=\dimen152
+\caption@indent=\dimen153
+\caption@parindent=\dimen154
+\caption@hangindent=\dimen155
+Package caption Info: Standard document class detected.
+)
+\c@caption@flags=\count194
+\c@continuedfloat=\count195
+)
+\c@subfigure=\count196
+\c@subtable=\count197
+)
+(/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty
+Package: enumitem 2019/06/20 v3.9 Customized lists
+\labelindent=\skip49
+\enit@outerparindent=\dimen156
+\enit@toks=\toks20
+\enit@inbox=\box50
+\enit@count@id=\count198
+\enitdp@description=\count199
+)
+(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
+Package: amssymb 2013/01/14 v3.01 AMS font symbols
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
+Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
+\@emptytoks=\toks21
+\symAMSa=\mathgroup4
+\symAMSb=\mathgroup5
+LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
+LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
+(Font) U/euf/m/n --> U/euf/b/n on input line 106.
+))
+(/usr/share/texmf-dist/tex/latex/amscls/amsthm.sty
+Package: amsthm 2020/05/29 v2.20.6
+\thm@style=\toks22
+\thm@bodyfont=\toks23
+\thm@headfont=\toks24
+\thm@notefont=\toks25
+\thm@headpunct=\toks26
+\thm@preskip=\skip50
+\thm@postskip=\skip51
+\thm@headsep=\skip52
+\dth@everypar=\toks27
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mathtools.sty
+Package: mathtools 2021/04/12 v1.27 mathematical typesetting tools
+
+(/usr/share/texmf-dist/tex/latex/tools/calc.sty
+Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
+\calc@Acount=\count266
+\calc@Bcount=\count267
+\calc@Adimen=\dimen157
+\calc@Bdimen=\dimen158
+\calc@Askip=\skip53
+\calc@Bskip=\skip54
+LaTeX Info: Redefining \setlength on input line 80.
+LaTeX Info: Redefining \addtolength on input line 81.
+\calc@Ccount=\count268
+\calc@Cskip=\skip55
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mhsetup.sty
+Package: mhsetup 2021/03/18 v1.4 programming setup (MH)
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
+Package: amsmath 2021/10/15 v2.17l AMS math features
+\@mathmargin=\skip56
+
+For additional information on amsmath, use the `?' option.
+(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
+Package: amstext 2021/08/26 v2.01 AMS text
+
+(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
+File: amsgen.sty 1999/11/30 v2.0 generic functions
+\@emptytoks=\toks28
+\ex@=\dimen159
+))
+(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
+Package: amsbsy 1999/11/29 v1.2d Bold Symbols
+\pmbraise@=\dimen160
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
+Package: amsopn 2021/08/26 v2.02 operator names
+)
+\inf@bad=\count269
+LaTeX Info: Redefining \frac on input line 234.
+\uproot@=\count270
+\leftroot@=\count271
+LaTeX Info: Redefining \overline on input line 399.
+\classnum@=\count272
+\DOTSCASE@=\count273
+LaTeX Info: Redefining \ldots on input line 496.
+LaTeX Info: Redefining \dots on input line 499.
+LaTeX Info: Redefining \cdots on input line 620.
+\Mathstrutbox@=\box51
+\strutbox@=\box52
+\big@size=\dimen161
+LaTeX Font Info: Redeclaring font encoding OML on input line 743.
+LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
+\macc@depth=\count274
+\c@MaxMatrixCols=\count275
+\dotsspace@=\muskip16
+\c@parentequation=\count276
+\dspbrk@lvl=\count277
+\tag@help=\toks29
+\row@=\count278
+\column@=\count279
+\maxfields@=\count280
+\andhelp@=\toks30
+\eqnshift@=\dimen162
+\alignsep@=\dimen163
+\tagshift@=\dimen164
+\tagwidth@=\dimen165
+\totwidth@=\dimen166
+\lineht@=\dimen167
+\@envbody=\toks31
+\multlinegap=\skip57
+\multlinetaggap=\skip58
+\mathdisplay@stack=\toks32
+LaTeX Info: Redefining \[ on input line 2938.
+LaTeX Info: Redefining \] on input line 2939.
+)
+LaTeX Info: Thecontrolsequence`\('isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\)'isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 130.
+\g_MT_multlinerow_int=\count281
+\l_MT_multwidth_dim=\dimen168
+\origjot=\skip59
+\l_MT_shortvdotswithinadjustabove_dim=\dimen169
+\l_MT_shortvdotswithinadjustbelow_dim=\dimen170
+\l_MT_above_intertext_sep=\dimen171
+\l_MT_below_intertext_sep=\dimen172
+\l_MT_above_shortintertext_sep=\dimen173
+\l_MT_below_shortintertext_sep=\dimen174
+\xmathstrut@box=\box53
+\xmathstrut@dim=\dimen175
+)
+(/usr/share/texmf-dist/tex/latex/braket/braket.sty)
+(/usr/share/texmf-dist/tex/latex/bbm-macros/bbm.sty
+Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH
+LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold'
+(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33.
+LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold'
+(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35.
+)
+(/usr/share/texmf-dist/tex/latex/float/float.sty
+Package: float 2001/11/08 v1.3d Float enhancements (AL)
+\c@float@type=\count282
+\float@exts=\toks33
+\float@box=\box54
+\@float@everytoks=\toks34
+\@floatcapt=\box55
+)
+(/usr/share/texmf-dist/tex/latex/yhmath/yhmath.sty
+Package: yhmath 2020/03/17 v1.6
+\symyhlargesymbols=\mathgroup6
+LaTeX Font Info: Redeclaring math accent \widetilde on input line 29.
+LaTeX Font Info: Redeclaring math accent \widehat on input line 30.
+LaTeX Font Info: Redeclaring math symbol \braceld on input line 48.
+LaTeX Font Info: Redeclaring math symbol \bracerd on input line 49.
+LaTeX Font Info: Redeclaring math symbol \bracelu on input line 50.
+LaTeX Font Info: Redeclaring math symbol \braceru on input line 51.
+LaTeX Font Info: Redeclaring math delimiter \lmoustache on input line 53.
+LaTeX Font Info: Redeclaring math delimiter \rmoustache on input line 55.
+LaTeX Font Info: Redeclaring math delimiter \arrowvert on input line 57.
+LaTeX Font Info: Redeclaring math delimiter \Arrowvert on input line 59.
+LaTeX Font Info: Redeclaring math delimiter \Vert on input line 61.
+LaTeX Font Info: Redeclaring math delimiter \vert on input line 63.
+LaTeX Font Info: Redeclaring math delimiter \uparrow on input line 65.
+LaTeX Font Info: Redeclaring math delimiter \downarrow on input line 67.
+LaTeX Font Info: Redeclaring math delimiter \updownarrow on input line 69.
+LaTeX Font Info: Redeclaring math delimiter \Uparrow on input line 71.
+LaTeX Font Info: Redeclaring math delimiter \Downarrow on input line 73.
+LaTeX Font Info: Redeclaring math delimiter \Updownarrow on input line 75.
+LaTeX Font Info: Redeclaring math delimiter \backslash on input line 79.
+LaTeX Font Info: Redeclaring math delimiter \rangle on input line 81.
+LaTeX Font Info: Redeclaring math delimiter \langle on input line 83.
+LaTeX Font Info: Redeclaring math delimiter \rbrace on input line 85.
+LaTeX Font Info: Redeclaring math delimiter \lbrace on input line 87.
+LaTeX Font Info: Redeclaring math delimiter \rceil on input line 89.
+LaTeX Font Info: Redeclaring math delimiter \lceil on input line 91.
+LaTeX Font Info: Redeclaring math delimiter \rfloor on input line 93.
+LaTeX Font Info: Redeclaring math delimiter \lfloor on input line 95.
+LaTeX Font Info: Redeclaring math delimiter \lgroup on input line 97.
+LaTeX Font Info: Redeclaring math delimiter \rgroup on input line 99.
+LaTeX Font Info: Redeclaring math delimiter \bracevert on input line 101.
+)
+(/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
+\pgfutil@everybye=\toks35
+\pgfutil@tempdima=\dimen176
+\pgfutil@tempdimb=\dimen177
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
+\pgfutil@abb=\box56
+)
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex)
+Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a)
+))
+Package: pgf 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
+(/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
+Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
+\pgfkeys@pathtoks=\toks36
+\pgfkeys@temptoks=\toks37
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
+\pgfkeys@tmptoks=\toks38
+))
+\pgf@x=\dimen178
+\pgf@y=\dimen179
+\pgf@xa=\dimen180
+\pgf@ya=\dimen181
+\pgf@xb=\dimen182
+\pgf@yb=\dimen183
+\pgf@xc=\dimen184
+\pgf@yc=\dimen185
+\pgf@xd=\dimen186
+\pgf@yd=\dimen187
+\w@pgf@writea=\write3
+\r@pgf@reada=\read2
+\c@pgf@counta=\count283
+\c@pgf@countb=\count284
+\c@pgf@countc=\count285
+\c@pgf@countd=\count286
+\t@pgf@toka=\toks39
+\t@pgf@tokb=\toks40
+\t@pgf@tokc=\toks41
+\pgf@sys@id@count=\count287
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
+File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a)
+)
+Driver file for pgf: pgfsys-pdftex.def
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
+File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
+File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
+File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfsyssoftpath@smallbuffer@items=\count288
+\pgfsyssoftpath@bigbuffer@items=\count289
+)
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
+File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
+Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
+
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
+File: color.cfg 2016/01/02 v1.6 sample color configuration
+)
+Package xcolor Info: Driver file: pdftex.def on input line 227.
+Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
+Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
+Package xcolor Info: Model `RGB' extended on input line 1368.
+Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
+Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
+Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
+Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
+Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
+Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
+Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
+\pgfmath@dimen=\dimen188
+\pgfmath@count=\count290
+\pgfmath@box=\box57
+\pgfmath@toks=\toks42
+\pgfmath@stack@operand=\toks43
+\pgfmath@stack@operation=\toks44
+)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code
+.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te
+x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics
+.code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
+\c@pgfmathroundto@lastzeros=\count291
+)) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
+File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@picminx=\dimen189
+\pgf@picmaxx=\dimen190
+\pgf@picminy=\dimen191
+\pgf@picmaxy=\dimen192
+\pgf@pathminx=\dimen193
+\pgf@pathmaxx=\dimen194
+\pgf@pathminy=\dimen195
+\pgf@pathmaxy=\dimen196
+\pgf@xx=\dimen197
+\pgf@xy=\dimen198
+\pgf@yx=\dimen199
+\pgf@yy=\dimen256
+\pgf@zx=\dimen257
+\pgf@zy=\dimen258
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
+File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@path@lastx=\dimen259
+\pgf@path@lasty=\dimen260
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
+File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@shorten@end@additional=\dimen261
+\pgf@shorten@start@additional=\dimen262
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
+File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfpic=\box58
+\pgf@hbox=\box59
+\pgf@layerbox@main=\box60
+\pgf@picture@serial@count=\count292
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
+File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgflinewidth=\dimen263
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t
+ex
+File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@pt@x=\dimen264
+\pgf@pt@y=\dimen265
+\pgf@pt@temp=\dimen266
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
+File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
+File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te
+x
+File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
+File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfarrowsep=\dimen267
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
+File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@max=\dimen268
+\pgf@sys@shading@range@num=\count293
+\pgf@shadingcount=\count294
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
+File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
+File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfexternal@startupbox=\box61
+))
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
+File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
+File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
+File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
+File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
+File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfnodeparttextbox=\box62
+)
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
+File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
+Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@nodesepstart=\dimen269
+\pgf@nodesepend=\dimen270
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
+Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
+(/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
+Package: pgffor 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
+\pgffor@iter=\dimen271
+\pgffor@skip=\dimen272
+\pgffor@stack=\toks45
+\pgffor@toks=\toks46
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
+Package: tikz 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te
+x
+File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@plot@mark@count=\count295
+\pgfplotmarksize=\dimen273
+)
+\tikz@lastx=\dimen274
+\tikz@lasty=\dimen275
+\tikz@lastxsaved=\dimen276
+\tikz@lastysaved=\dimen277
+\tikz@lastmovetox=\dimen278
+\tikz@lastmovetoy=\dimen279
+\tikzleveldistance=\dimen280
+\tikzsiblingdistance=\dimen281
+\tikz@figbox=\box63
+\tikz@figbox@bg=\box64
+\tikz@tempbox=\box65
+\tikz@tempbox@bg=\box66
+\tikztreelevel=\count296
+\tikznumberofchildren=\count297
+\tikznumberofcurrentchild=\count298
+\tikz@fig@count=\count299
+ (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
+File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfmatrixcurrentrow=\count300
+\pgfmatrixcurrentcolumn=\count301
+\pgf@matrix@numberofcolumns=\count302
+)
+\tikz@expandcount=\count303
+
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+topaths.code.tex
+File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+patterns.code.tex
+File: tikzlibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
+File: pgflibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.pathmorphing.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
+\pgfdecoratedcompleteddistance=\dimen282
+\pgfdecoratedremainingdistance=\dimen283
+\pgfdecoratedinputsegmentcompleteddistance=\dimen284
+\pgfdecoratedinputsegmentremainingdistance=\dimen285
+\pgf@decorate@distancetomove=\dimen286
+\pgf@decorate@repeatstate=\count304
+\pgfdecorationsegmentamplitude=\dimen287
+\pgfdecorationsegmentlength=\dimen288
+)
+\tikz@lib@dec@box=\box67
+)
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.pathmorphing.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+positioning.code.tex
+File: tikzlibrarypositioning.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+calc.code.tex
+File: tikzlibrarycalc.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.markings.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.markings.code.tex)) (/usr/share/texmf-dist/tex/latex/mdframed/mdframed.sty
+Package: mdframed 2013/07/01 1.9b: mdframed
+
+(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
+Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
+
+(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
+Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
+Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
+))
+(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+(/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty
+Package: expl3 2021-11-22 L3 programming layer (loader)
+
+(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
+File: l3backend-pdftex.def 2021-12-14 L3 backend support: PDF output (pdfTeX)
+\l__color_backend_stack_int=\count305
+\l__pdf_internal_box=\box68
+))
+Package: xparse 2021-11-12 L3 Experimental document command parser
+)
+(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
+Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
+\etb@tempcnta=\count306
+)
+(/usr/share/texmf-dist/tex/latex/zref/zref-abspage.sty
+Package: zref-abspage 2020-07-03 v2.32 Module abspage for zref (HO)
+
+(/usr/share/texmf-dist/tex/latex/zref/zref-base.sty
+Package: zref-base 2020-07-03 v2.32 Module base for zref (HO)
+
+(/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
+Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
+Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
+)
+(/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
+Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
+)
+Package pdftexcmds Info: \pdf@primitive is available.
+Package pdftexcmds Info: \pdf@ifprimitive is available.
+Package pdftexcmds Info: \pdfdraftmode found.
+)
+(/usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
+Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
+)
+(/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
+Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
+)
+Package zref Info: New property list: main on input line 764.
+Package zref Info: New property: default on input line 765.
+Package zref Info: New property: page on input line 766.
+)
+(/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
+Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
+package with kernel methods
+)
+\c@abspage=\count307
+Package zref Info: New property: abspage on input line 66.
+)
+(/usr/share/texmf-dist/tex/latex/needspace/needspace.sty
+Package: needspace 2010/09/12 v1.3d reserve vertical space
+)
+\mdf@templength=\skip60
+\c@mdf@globalstyle@cnt=\count308
+\mdf@skipabove@length=\skip61
+\mdf@skipbelow@length=\skip62
+\mdf@leftmargin@length=\skip63
+\mdf@rightmargin@length=\skip64
+\mdf@innerleftmargin@length=\skip65
+\mdf@innerrightmargin@length=\skip66
+\mdf@innertopmargin@length=\skip67
+\mdf@innerbottommargin@length=\skip68
+\mdf@splittopskip@length=\skip69
+\mdf@splitbottomskip@length=\skip70
+\mdf@outermargin@length=\skip71
+\mdf@innermargin@length=\skip72
+\mdf@linewidth@length=\skip73
+\mdf@innerlinewidth@length=\skip74
+\mdf@middlelinewidth@length=\skip75
+\mdf@outerlinewidth@length=\skip76
+\mdf@roundcorner@length=\skip77
+\mdf@footenotedistance@length=\skip78
+\mdf@userdefinedwidth@length=\skip79
+\mdf@needspace@length=\skip80
+\mdf@frametitleaboveskip@length=\skip81
+\mdf@frametitlebelowskip@length=\skip82
+\mdf@frametitlerulewidth@length=\skip83
+\mdf@frametitleleftmargin@length=\skip84
+\mdf@frametitlerightmargin@length=\skip85
+\mdf@shadowsize@length=\skip86
+\mdf@extratopheight@length=\skip87
+\mdf@subtitleabovelinewidth@length=\skip88
+\mdf@subtitlebelowlinewidth@length=\skip89
+\mdf@subtitleaboveskip@length=\skip90
+\mdf@subtitlebelowskip@length=\skip91
+\mdf@subtitleinneraboveskip@length=\skip92
+\mdf@subtitleinnerbelowskip@length=\skip93
+\mdf@subsubtitleabovelinewidth@length=\skip94
+\mdf@subsubtitlebelowlinewidth@length=\skip95
+\mdf@subsubtitleaboveskip@length=\skip96
+\mdf@subsubtitlebelowskip@length=\skip97
+\mdf@subsubtitleinneraboveskip@length=\skip98
+\mdf@subsubtitleinnerbelowskip@length=\skip99
+
+(/usr/share/texmf-dist/tex/latex/mdframed/md-frame-1.mdf
+File: md-frame-1.mdf 2013/07/01\ 1.9b: md-frame-1
+)
+\mdf@frametitlebox=\box69
+\mdf@footnotebox=\box70
+\mdf@splitbox@one=\box71
+\mdf@splitbox@two=\box72
+\mdf@splitbox@save=\box73
+\mdfsplitboxwidth=\skip100
+\mdfsplitboxtotalwidth=\skip101
+\mdfsplitboxheight=\skip102
+\mdfsplitboxdepth=\skip103
+\mdfsplitboxtotalheight=\skip104
+\mdfframetitleboxwidth=\skip105
+\mdfframetitleboxtotalwidth=\skip106
+\mdfframetitleboxheight=\skip107
+\mdfframetitleboxdepth=\skip108
+\mdfframetitleboxtotalheight=\skip109
+\mdffootnoteboxwidth=\skip110
+\mdffootnoteboxtotalwidth=\skip111
+\mdffootnoteboxheight=\skip112
+\mdffootnoteboxdepth=\skip113
+\mdffootnoteboxtotalheight=\skip114
+\mdftotallinewidth=\skip115
+\mdfboundingboxwidth=\skip116
+\mdfboundingboxtotalwidth=\skip117
+\mdfboundingboxheight=\skip118
+\mdfboundingboxdepth=\skip119
+\mdfboundingboxtotalheight=\skip120
+\mdf@freevspace@length=\skip121
+\mdf@horizontalwidthofbox@length=\skip122
+\mdf@verticalmarginwhole@length=\skip123
+\mdf@horizontalspaceofbox=\skip124
+\mdfsubtitleheight=\skip125
+\mdfsubsubtitleheight=\skip126
+\c@mdfcountframes=\count309
+
+****** mdframed patching \endmdf@trivlist
+
+****** -- success******
+
+\mdf@envdepth=\count310
+\c@mdf@env@i=\count311
+\c@mdf@env@ii=\count312
+\c@mdf@zref@counter=\count313
+Package zref Info: New property: mdf@pagevalue on input line 895.
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
+Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
+
+(/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
+Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
+)
+(/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
+Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
+)
+(/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
+Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
+)
+\@linkdim=\dimen289
+\Hy@linkcounter=\count314
+\Hy@pagecounter=\count315
+
+(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
+File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
+Now handling font encoding PD1 ...
+... no UTF-8 mapping file for font encoding PD1
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
+File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la
+nguages
+)
+(/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
+Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
+)
+\Hy@SavedSpaceFactor=\count316
+
+(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
+File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
+Now handling font encoding PU ...
+... no UTF-8 mapping file for font encoding PU
+)
+Package hyperref Info: Option `colorlinks' set `true' on input line 4073.
+Package hyperref Info: Option `naturalnames' set `true' on input line 4073.
+Package hyperref Info: Option `plainpages' set `false' on input line 4073.
+Package hyperref Info: Option `pdfpagelabels' set `true' on input line 4073.
+Package hyperref Info: Hyper figures OFF on input line 4192.
+Package hyperref Info: Link nesting OFF on input line 4197.
+Package hyperref Info: Hyper index ON on input line 4200.
+Package hyperref Info: Plain pages OFF on input line 4207.
+Package hyperref Info: Backreferencing OFF on input line 4212.
+Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
+Package hyperref Info: Bookmarks ON on input line 4445.
+\c@Hy@tempcnt=\count317
+
+(/usr/share/texmf-dist/tex/latex/url/url.sty
+\Urlmuskip=\muskip17
+Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
+)
+LaTeX Info: Redefining \url on input line 4804.
+\XeTeXLinkMargin=\dimen290
+
+(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty
+Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
+
+(/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
+Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
+)
+))
+\Fld@menulength=\count318
+\Field@Width=\dimen291
+\Fld@charsize=\dimen292
+Package hyperref Info: Hyper figures OFF on input line 6076.
+Package hyperref Info: Link nesting OFF on input line 6081.
+Package hyperref Info: Hyper index ON on input line 6084.
+Package hyperref Info: backreferencing OFF on input line 6091.
+Package hyperref Info: Link coloring ON on input line 6094.
+Package hyperref Info: Link coloring with OCG OFF on input line 6101.
+Package hyperref Info: PDF/A mode OFF on input line 6106.
+LaTeX Info: Redefining \ref on input line 6146.
+LaTeX Info: Redefining \pageref on input line 6150.
+\Hy@abspage=\count319
+\c@Item=\count320
+\c@Hfootnote=\count321
+)
+Package hyperref Info: Driver (autodetected): hpdftex.
+
+(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
+File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX
+
+(/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
+Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
+kage
+with kernel methods
+)
+\HyAnn@Count=\count322
+\Fld@listcount=\count323
+\c@bookmark@seq@number=\count324
+
+(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
+Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
+
+(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
+Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
+)
+Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
+86.
+)
+\Hy@SectionHShift=\skip127
+)
+(/usr/share/texmf-dist/tex/latex/parskip/parskip.sty
+Package: parskip 2021-03-14 v2.0h non-zero parskip adjustments
+)
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.sty
+(/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
+Package: l3keys2e 2021-11-12 LaTeX2e option processing using LaTeX3 keys
+)
+Package: lipsum 2021-09-20 v2.7 150 paragraphs of Lorem Ipsum dummy text
+\g__lipsum_par_int=\count325
+\l__lipsum_a_int=\count326
+\l__lipsum_b_int=\count327
+
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex))
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
+Package: tcolorbox 2021/12/20 version 5.0.1 text color boxes
+
+(/usr/share/texmf-dist/tex/latex/tools/verbatim.sty
+Package: verbatim 2020-07-07 v1.5u LaTeX2e package for verbatim enhancements
+\every@verbatim=\toks47
+\verbatim@line=\toks48
+\verbatim@in@stream=\read3
+)
+(/usr/share/texmf-dist/tex/latex/environ/environ.sty
+Package: environ 2014/05/04 v0.3 A new way to define environments
+
+(/usr/share/texmf-dist/tex/latex/trimspaces/trimspaces.sty
+Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
+))
+\tcb@titlebox=\box74
+\tcb@upperbox=\box75
+\tcb@lowerbox=\box76
+\tcb@phantombox=\box77
+\c@tcbbreakpart=\count328
+\c@tcblayer=\count329
+\c@tcolorbox@number=\count330
+\tcb@temp=\box78
+\tcb@temp=\box79
+\tcb@temp=\box80
+\tcb@temp=\box81
+)
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex
+Library (tcolorbox): 'tcbskins.code.tex' version '5.0.1'
+\tcb@waterbox=\box82
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
+Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '5.0.1'
+)) (/usr/share/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
+Library (tcolorbox): 'tcbbreakable.code.tex' version '5.0.1'
+(/usr/share/texmf-dist/tex/generic/oberdiek/pdfcol.sty
+Package: pdfcol 2019/12/29 v1.6 Handle new color stacks for pdfTeX (HO)
+)
+Package pdfcol Info: New color stack `tcb@breakable' = 1 on input line 23.
+\tcb@testbox=\box83
+\tcb@totalupperbox=\box84
+\tcb@totallowerbox=\box85
+)
+LaTeX Font Info: Trying to load font information for T1+mlmr on input line 5
+6.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/t1mlmr.fd
+File: t1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+) (./main.aux)
+\openout1 = `main.aux'.
+
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+
+(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
+[Loading MPS to PDF converter (version 2006.09.02).]
+\scratchcounter=\count331
+\scratchdimen=\dimen293
+\scratchbox=\box86
+\nofMPsegments=\count332
+\nofMParguments=\count333
+\everyMPshowfont=\toks49
+\MPscratchCnt=\count334
+\MPscratchDim=\dimen294
+\MPnumerator=\count335
+\makeMPintoPDFobject=\count336
+\everyMPtoPDFconversion=\toks50
+) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
+Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
+Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
+85.
+
+(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
+File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
+e
+))
+*geometry* driver: auto-detecting
+*geometry* detected driver: pdftex
+*geometry* verbose mode - [ preamble ] result:
+* driver: pdftex
+* paper: a4paper
+* layout: <same size as paper>
+* layoutoffset:(h,v)=(0.0pt,0.0pt)
+* modes:
+* h-part:(L,W,R)=(89.62709pt, 418.25368pt, 89.6271pt)
+* v-part:(T,H,B)=(42.67912pt, 700.96107pt, 101.40665pt)
+* \paperwidth=597.50787pt
+* \paperheight=845.04684pt
+* \textwidth=418.25368pt
+* \textheight=700.96107pt
+* \oddsidemargin=17.3571pt
+* \evensidemargin=17.3571pt
+* \topmargin=-66.59087pt
+* \headheight=12.0pt
+* \headsep=25.0pt
+* \topskip=10.0pt
+* \footskip=30.0pt
+* \marginparwidth=57.0pt
+* \marginparsep=11.0pt
+* \columnsep=10.0pt
+* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
+* \hoffset=0.0pt
+* \voffset=0.0pt
+* \mag=1000
+* \@twocolumnfalse
+* \@twosidefalse
+* \@mparswitchfalse
+* \@reversemarginfalse
+* (1in=72.27pt=25.4mm, 1cm=28.453pt)
+
+Package caption Info: Begin \AtBeginDocument code.
+Package caption Info: float package is loaded.
+Package caption Info: hyperref package is loaded.
+Package caption Info: End \AtBeginDocument code.
+Package hyperref Info: Link coloring ON on input line 56.
+(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
+Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
+
+(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
+Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
+)
+(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
+Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
+)
+\c@section@level=\count337
+)
+LaTeX Info: Redefining \ref on input line 56.
+LaTeX Info: Redefining \pageref on input line 56.
+LaTeX Info: Redefining \nameref on input line 56.
+
+(./main.out) (./main.out)
+\@outlinefile=\write4
+\openout4 = `main.out'.
+
+LaTeX Font Info: Trying to load font information for OT1+mlmr on input line
+58.
+ (/usr/share/texmf-dist/tex/latex/mlmodern/ot1mlmr.fd
+File: ot1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OML+mlmm on input line
+58.
+(/usr/share/texmf-dist/tex/latex/mlmodern/omlmlmm.fd
+File: omlmlmm.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMS+mlmsy on input line
+ 58.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omsmlmsy.fd
+File: omsmlmsy.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMX+mlmex on input line
+ 58.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omxmlmex.fd
+File: omxmlmex.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <12> on input line 58.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <8> on input line 58.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <6> on input line 58.
+LaTeX Font Info: Trying to load font information for U+msa on input line 58.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
+File: umsa.fd 2013/01/14 v3.01 AMS symbols A
+)
+LaTeX Font Info: Trying to load font information for U+msb on input line 58.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
+File: umsb.fd 2013/01/14 v3.01 AMS symbols B
+)
+LaTeX Font Info: Trying to load font information for OMX+yhex on input line
+58.
+
+(/usr/share/texmf-dist/tex/latex/yhmath/OMXyhex.fd
+File: OMXyhex.fd
+File: OMXyhex.fd 2013/07/03 v1.1 YH's humble contribution to TeX maths (NP)
+) (./main.toc
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <10> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <7> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <5> on input line 2.
+)
+\tf@toc=\write5
+\openout5 = `main.toc'.
+
+ [1
+
+{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [3]
+Overfull \hbox (4.05199pt too wide) in paragraph at lines 257--259
+\T1/mlmr/m/n/10 The last prob-lem con-sists of a per-tur-ba-tion of a par-tial
+dif-fer-en-tial equa-tion (heat equa-tion).
+ []
+
+[4] (./main.aux)
+
+LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
+
+Package rerunfilecheck Info: File `main.out' has not changed.
+(rerunfilecheck) Checksum: 6637F0837BA21943EEEA206DECE2AF02;501.
+ )
+Here is how much of TeX's memory you used:
+ 28736 strings out of 478353
+ 572162 string characters out of 5854636
+ 985731 words of memory out of 5000000
+ 46281 multiletter control sequences out of 15000+600000
+ 455282 words of font info for 74 fonts, out of 8000000 for 9000
+ 1141 hyphenation exceptions out of 8191
+ 84i,16n,89p,516b,334s stack positions out of 5000i,500n,10000p,200000b,80000s
+{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc}{/usr/share/texmf-dist/fo
+nts/enc/dvips/lm/lm-mathex.enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mat
+hsy.enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{/usr/share/texmf-d
+ist/fonts/enc/dvips/lm/lm-mathit.enc}</usr/share/texmf-dist/fonts/type1/public/
+amsfonts/cm/cmex10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmbx
+10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmbx12.pfb></usr/sha
+re/texmf-dist/fonts/type1/public/mlmodern/mlmex10.pfb></usr/share/texmf-dist/fo
+nts/type1/public/mlmodern/mlmmi10.pfb></usr/share/texmf-dist/fonts/type1/public
+/mlmodern/mlmmi7.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmr10.
+pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmr12.pfb></usr/share/t
+exmf-dist/fonts/type1/public/mlmodern/mlmr17.pfb></usr/share/texmf-dist/fonts/t
+ype1/public/mlmodern/mlmr5.pfb></usr/share/texmf-dist/fonts/type1/public/mlmode
+rn/mlmr7.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmro10.pfb></u
+sr/share/texmf-dist/fonts/type1/public/mlmodern/mlmsy10.pfb></usr/share/texmf-d
+ist/fonts/type1/public/mlmodern/mlmsy7.pfb>
+Output written on main.pdf (4 pages, 194080 bytes).
+PDF statistics:
+ 216 PDF objects out of 1000 (max. 8388607)
+ 179 compressed objects within 2 object streams
+ 63 named destinations out of 1000 (max. 500000)
+ 53 words of extra memory for PDF output out of 10000 (max. 10000000)
+
diff --git a/appl_ana/sesh2/main.out b/appl_ana/sesh2/main.out
@@ -0,0 +1,5 @@
+\BOOKMARK [1][-]{section.1}{\376\377\000S\000h\000e\000e\000t\000\040\0002}{}% 1
+\BOOKMARK [2][-]{subsection.1.1}{\376\377\000P\000r\000o\000b\000l\000e\000m\000\040\0004}{section.1}% 2
+\BOOKMARK [2][-]{subsection.1.2}{\376\377\000P\000r\000o\000b\000l\000e\000m\000\040\0005}{section.1}% 3
+\BOOKMARK [2][-]{subsection.1.3}{\376\377\000P\000r\000o\000b\000l\000e\000m\000\040\0006}{section.1}% 4
+\BOOKMARK [2][-]{subsection.1.4}{\376\377\000P\000r\000o\000b\000l\000e\000m\000\040\0007}{section.1}% 5
diff --git a/appl_ana/sesh2/main.pdf b/appl_ana/sesh2/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh2/main.tex b/appl_ana/sesh2/main.tex
@@ -59,18 +59,18 @@
\section{Sheet 2}
\subsection{Problem 4}
-We consider a quadratic equation with two ways to perturb it by $\eps =
-0.001$ \begin{align}
+We consider a quadratic equation with two ways to perturb it by $\eps$:
+\begin{align}
x^2 + 2\eps x -1 = 0, \label{eq: (1)}\\
\nonumber \\
\eps x^2 + 2x - 1 = 0.\label{eq: (2)}
\end{align}
Equation \ref{eq: (2)} is singular, because the reduced problem ($\eps
-\rightarrow 0$) has only one solution while the at $x = \frac{1}{2}$. While
-the reduced problem in \ref{eq: (1)} has two solutions for $x = \pm 1$, which
-is the regular case. Let us thereby calculate the asymptotic expansion of the
-regular case up to $O(\eps^2)$, we take the ansatz for the asymptotic
-expansion
+\rightarrow 0$) has only one solution at $x = \frac{1}{2}$. While the reduced
+problem in \ref{eq: (1)} has two solutions for $x = \pm 1$, which is the case
+for this non reduced equation. Let us thereby calculate the asymptotic
+expansion of the regular case up to $O(\eps^2)$, we take the ansatz for the
+asymptotic expansion
\begin{align}\label{eq: p4 ansatz}
x_\eps = x_0 + \eps x_1 + \eps^2 x_2 + O(\eps^3).
\end{align}
@@ -78,7 +78,7 @@ By substituting $x_\eps$ into \ref{eq: (1)} and factoring out the orders of
$\eps$ we get
\begin{align}
\eps^0 (x_0^2 - 1) + \eps^1(2x_0 + 2x_0x_1) + \eps^2(x_1^2+2x_2x_0
- 2x_1) = O(\eps^3)
+ +2x_1) + O(\eps^3) = 0
\end{align}
By solving the equations in order of $\eps$, for the coefficients
$x_0$, $x_1$ and $x_2$ we get
@@ -91,8 +91,8 @@ By substituting into the equation \ref{eq: p4 ansatz} we get
\end{align}
For $\eps = 0.001$ we get
\begin{align}
- x_\eps = -1.00150 + O(\eps^3)\\
- x_\eps = -1.00100 + O(\eps^2).
+ &x_\eps = -1.0010005 + O(\eps^3), &x_\eps = 0.9990005 + O(\eps^3),\\
+ &x_\eps = -1.001 + O(\eps^2), &x_\eps = 0.999 + O(\eps^2).
\end{align}
\subsection{Problem 5}
Consider the following equations
@@ -104,7 +104,7 @@ Consider the following equations
\label{eq: p5 4}\eps^2 y' + y = x \;\;\;\;\;\; y(0) = \eps\\
\nonumber\\
\label{eq: p5 5}y' + \eps y = x \;\;\;\;\;\; y(0) = 1\\
- \label{eq: p5 6}y' + y = \eps x \;\;\;\;\;\; y(0) = 1\\
+ \label{eq: p5 6}y' + y = \eps x \;\;\;\;\;\; y(0) = 1
\end{align}
We will go through the equations and elaborate on if the perturbation is
regular or singular, if regular we will compute the asymptotic expansion up
@@ -129,7 +129,7 @@ But by doing the ansatz for the asymptotic expansion
plugging in into \ref{eq: p5 2} and separating coefficients in terms of
$\eps$, we get
\begin{align}
- \eps^0 (y_0 -x) + \eps^1(y_0' + y_1) + \eps^2(y_1' + y_2) = O(\eps^3)
+ \eps^0 (y_0 -x) + \eps^1(y_0' + y_1) + \eps^2(y_1' + y_2) + O(\eps^3) = 0
\end{align}
The solutions to these equations are
\begin{align}
@@ -144,7 +144,8 @@ first order coefficient of $\eps$, $y_2$, has the boundary condition $y_2(0)
= 0$. But by applying the ansatz of the asymptotic expansion and plugging
into the equation we get
\begin{align}
- \eps^2(y_0 - x) + \eps^1 (y_0' + y_1) + \eps^2(y_1' + y_2) = O(\eps^3).
+ \eps^2(y_0 - x) + \eps^1 (y_0' + y_1) + \eps^2(y_1' + y_2) + O(\eps^3) =
+ 0.
\end{align}
Solving these equations we get
\begin{align}
@@ -169,7 +170,7 @@ Equation \ref{eq: p5 5} on the first sight does not indicate for any
contradictions, we may plug the ansatz of the asymptotic expansion into the
equation and see what happens
\begin{align}
- \eps^0(y_0 -x) + \eps^1(y_1' + y_0) + \eps^2(y_2' +y_1) = O(\eps^2),
+ \eps^0(y_0 -x) + \eps^1(y_1' + y_0) + \eps^2(y_2' +y_1) + O(\eps^2) = 0,
\end{align}
with the initial conditions $y_0(0) = 1$, $y_1(0) = y_2(0) = 0$.
\begin{align}
@@ -187,8 +188,8 @@ Thereby we can conclude that \ref{eq: p5 5} is \textbf{regularly perturbed}.
The last equation \ref{eq: p5 6} is also regular, let us do the asymptotic
expansion of the equation and order the equation in orders of $\eps$.
\begin{align}
- \eps^0(y_0' + y_0) + \eps^1(y_1' + y_1 -x) + \eps^2(y_2 + y_2) =
- O(\eps^3).
+ \eps^0(y_0' + y_0) + \eps^1(y_1' + y_1 -x) + \eps^2(y_2' + y_2)+
+ O(\eps^3) = 0 .
\end{align}
by solving these differential equations with the boundary conditions $y_0(0)
= 1$, $y_1(0) = y_2(0) = 0$ we get
@@ -216,14 +217,14 @@ y_\eps(x) = y_0 + \eps y_1 + \eps^2 y_2 + O(\eps^3).
The ODE then expands to
\begin{align}
\eps^0(y_0' + y_0) + \eps(y_1' + y_1 - y_0^2) + \eps^2(y_2' + y_2 -
- 2y_0y_1) = O(\eps^3).
+ 2y_0y_1) + O(\eps^3) = 0.
\end{align}
Equations in order of $\eps$ and $\eps^2$ are non homogeneous ODE's, a little
bit of a hassle to solve but, still easy by first solving the non homogeneous
part, getting a constant dependent on $x$ we can plug the solution into the
non homogeneous equation and calculate for the constant (...). The solution to
these three coefficients with the boundary conditions $y_0(0) = 1$, $y_1(0) =
-y_2(0) = 1$ we get
+y_2(0) = 0$ we get
\begin{align}
y_0 = e^{-x}, \;\;\;\; y_1 = -e^{-2x} + e^{-x}, \;\;\;\; y_2 = e^{-3x} -
2e^{-2x} + e^{-x}.
@@ -273,20 +274,20 @@ in the order of $\eps$ we get
\begin{align}
&\eps^0 (\partial_t u_0 + \partial_x^2 u_0) + \\
&\eps^1 (\partial_t u_1 + \partial_x^2 u_1 - u_0^2) +\\
- &\eps^2 (\partial_t u_2 + \partial_x^2 u_2 - 2u_1u_0) = O(\eps^3)
+ &\eps^2 (\partial_t u_2 + \partial_x^2 u_2 - 2u_1u_0) + O(\eps^3) = 0.
\end{align}
We can solve the reduced problem with the initial condition $\tilde{u}_0 =
-\sin(\pi x)$ by separation of variables. Setting $u(x, t) = \xi(x) \tau(t)$
+\sin(\pi x)$ by separation of variables. Setting $u(x, t) = \psi(x) \phi(t)$
and substituting into the equation we get two ordinary differential equation
\begin{align}
- \underbrace{\frac{\xi_{xx}}{\xi}}_{=k}
- \underbrace{\frac{\tau_t}{\tau}}_{=-k} = 0
+ \underbrace{\frac{\psi_{xx}}{\psi}}_{=k}
+ +\underbrace{\frac{\phi_t}{\phi}}_{=-k} = 0,
\end{align}
for some $k$. Solving these two by the exponential ansatz.
\begin{align}
- \xi(x) &= A_1 e^{\sqrt{k} x} +A_2 e^{-\sqrt{k} x},\\
- \tau(t) &= A_3 e^{-kt}.
+ \psi(x) &= A_1 e^{\sqrt{k} x} +A_2 e^{-\sqrt{k} x},\\
+ \phi(t) &= A_3 e^{-kt}.
\end{align}
With the initial condition we get the conditions that
\begin{align}
@@ -296,7 +297,7 @@ With the initial condition we get the conditions that
we choose $A_1 = A_3 = 1$ , $A_2 = -1$. We get the following solution to the
PDE
\begin{align}
- u(x, t) = \xi(x)\tau(t) = \sin(\pi x) e^{-\pi^2 t}.
+ u(x, t) = \psi(x)\phi(t) = \sin(\pi x) e^{-\pi^2 t}.
\end{align}
%\printbibliography
diff --git a/appl_ana/sesh2/main.toc b/appl_ana/sesh2/main.toc
@@ -0,0 +1,5 @@
+\contentsline {section}{\numberline {1}Sheet 2}{1}{section.1}%
+\contentsline {subsection}{\numberline {1.1}Problem 4}{1}{subsection.1.1}%
+\contentsline {subsection}{\numberline {1.2}Problem 5}{2}{subsection.1.2}%
+\contentsline {subsection}{\numberline {1.3}Problem 6}{3}{subsection.1.3}%
+\contentsline {subsection}{\numberline {1.4}Problem 7}{4}{subsection.1.4}%
diff --git a/appl_ana/sesh3/main.aux b/appl_ana/sesh3/main.aux
@@ -0,0 +1,27 @@
+\relax
+\providecommand\zref@newlabel[2]{}
+\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]{}
+\@writefile{toc}{\contentsline {section}{\numberline {1}Sheet 3}{1}{section.1}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Problem 8}{1}{subsection.1.1}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}Problem 9}{2}{subsection.1.2}\protected@file@percent }
+\newlabel{eq:cond1}{{14}{2}{Problem 9}{equation.14}{}}
+\newlabel{eq:cond2}{{15}{2}{Problem 9}{equation.15}{}}
+\newlabel{eq:cond3}{{16}{2}{Problem 9}{equation.16}{}}
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Problem 10}{3}{subsection.1.3}\protected@file@percent }
+\gdef \@abspage@last{4}
diff --git a/appl_ana/sesh3/main.log b/appl_ana/sesh3/main.log
@@ -0,0 +1,1124 @@
+This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.1.3) 24 FEB 2022 17:14
+entering extended mode
+ \write18 enabled.
+ %&-line parsing enabled.
+**main.tex
+(./main.tex
+LaTeX2e <2021-11-15> patch level 1
+L3 programming layer <2021-11-22>
+(/usr/share/texmf-dist/tex/latex/base/article.cls
+Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
+(/usr/share/texmf-dist/tex/latex/base/size10.clo
+File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
+)
+\c@part=\count183
+\c@section=\count184
+\c@subsection=\count185
+\c@subsubsection=\count186
+\c@paragraph=\count187
+\c@subparagraph=\count188
+\c@figure=\count189
+\c@table=\count190
+\abovecaptionskip=\skip47
+\belowcaptionskip=\skip48
+\bibindent=\dimen138
+)
+(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
+Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
+)
+(/usr/share/texmf-dist/tex/latex/base/inputenc.sty
+Package: inputenc 2021/02/14 v1.3d Input encoding file
+\inpenc@prehook=\toks16
+\inpenc@posthook=\toks17
+)
+(/usr/share/texmf-dist/tex/latex/mlmodern/mlmodern.sty
+Package: mlmodern 2021/01/12 v1.1 Modified Latin Modern Fonts
+LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
+(Font) OT1/cmr/m/n --> OT1/mlmr/m/n on input line 27.
+LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
+(Font) OML/cmm/m/it --> OML/mlmm/m/it on input line 28.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
+(Font) OMS/cmsy/m/n --> OMS/mlmsy/m/n on input line 29.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 30.
+LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 31.
+LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
+(Font) OML/cmm/b/it --> OML/mlmm/b/it on input line 32.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
+(Font) OMS/cmsy/b/n --> OMS/mlmsy/b/n on input line 33.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 34.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 36.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
+(Font) OT1/cmss/m/n --> OT1/mlmss/m/n on input line 37.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
+(Font) OT1/cmr/m/it --> OT1/mlmr/m/it on input line 38.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 39.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 40.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
+(Font) OT1/cmss/bx/n --> OT1/mlmss/bx/n on input line 41.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
+(Font) OT1/cmr/bx/it --> OT1/mlmr/bx/it on input line 42.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 43.
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
+Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
+Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
+\KV@toks@=\toks18
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
+Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
+Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
+)
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
+File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
+)
+Package graphics Info: Driver file: pdftex.def on input line 107.
+
+(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
+File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
+))
+\Gin@req@height=\dimen139
+\Gin@req@width=\dimen140
+)
+(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
+Package: geometry 2020/01/02 v5.9 Page Geometry
+
+(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty
+Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
+
+(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty
+Package: iftex 2020/03/06 v1.0d TeX engine tests
+))
+\Gm@cnth=\count191
+\Gm@cntv=\count192
+\c@Gm@tempcnt=\count193
+\Gm@bindingoffset=\dimen141
+\Gm@wd@mp=\dimen142
+\Gm@odd@mp=\dimen143
+\Gm@even@mp=\dimen144
+\Gm@layoutwidth=\dimen145
+\Gm@layoutheight=\dimen146
+\Gm@layouthoffset=\dimen147
+\Gm@layoutvoffset=\dimen148
+\Gm@dimlist=\toks19
+)
+(/usr/share/texmf-dist/tex/latex/caption/subcaption.sty
+Package: subcaption 2020/10/07 v1.3j Sub-captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption.sty
+Package: caption 2020/10/26 v3.5g Customizing captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption3.sty
+Package: caption3 2020/10/21 v2.2e caption3 kernel (AR)
+\captionmargin=\dimen149
+\captionmargin@=\dimen150
+\captionwidth=\dimen151
+\caption@tempdima=\dimen152
+\caption@indent=\dimen153
+\caption@parindent=\dimen154
+\caption@hangindent=\dimen155
+Package caption Info: Standard document class detected.
+)
+\c@caption@flags=\count194
+\c@continuedfloat=\count195
+)
+\c@subfigure=\count196
+\c@subtable=\count197
+)
+(/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty
+Package: enumitem 2019/06/20 v3.9 Customized lists
+\labelindent=\skip49
+\enit@outerparindent=\dimen156
+\enit@toks=\toks20
+\enit@inbox=\box50
+\enit@count@id=\count198
+\enitdp@description=\count199
+)
+(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
+Package: amssymb 2013/01/14 v3.01 AMS font symbols
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
+Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
+\@emptytoks=\toks21
+\symAMSa=\mathgroup4
+\symAMSb=\mathgroup5
+LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
+LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
+(Font) U/euf/m/n --> U/euf/b/n on input line 106.
+))
+(/usr/share/texmf-dist/tex/latex/amscls/amsthm.sty
+Package: amsthm 2020/05/29 v2.20.6
+\thm@style=\toks22
+\thm@bodyfont=\toks23
+\thm@headfont=\toks24
+\thm@notefont=\toks25
+\thm@headpunct=\toks26
+\thm@preskip=\skip50
+\thm@postskip=\skip51
+\thm@headsep=\skip52
+\dth@everypar=\toks27
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mathtools.sty
+Package: mathtools 2021/04/12 v1.27 mathematical typesetting tools
+
+(/usr/share/texmf-dist/tex/latex/tools/calc.sty
+Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
+\calc@Acount=\count266
+\calc@Bcount=\count267
+\calc@Adimen=\dimen157
+\calc@Bdimen=\dimen158
+\calc@Askip=\skip53
+\calc@Bskip=\skip54
+LaTeX Info: Redefining \setlength on input line 80.
+LaTeX Info: Redefining \addtolength on input line 81.
+\calc@Ccount=\count268
+\calc@Cskip=\skip55
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mhsetup.sty
+Package: mhsetup 2021/03/18 v1.4 programming setup (MH)
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
+Package: amsmath 2021/10/15 v2.17l AMS math features
+\@mathmargin=\skip56
+
+For additional information on amsmath, use the `?' option.
+(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
+Package: amstext 2021/08/26 v2.01 AMS text
+
+(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
+File: amsgen.sty 1999/11/30 v2.0 generic functions
+\@emptytoks=\toks28
+\ex@=\dimen159
+))
+(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
+Package: amsbsy 1999/11/29 v1.2d Bold Symbols
+\pmbraise@=\dimen160
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
+Package: amsopn 2021/08/26 v2.02 operator names
+)
+\inf@bad=\count269
+LaTeX Info: Redefining \frac on input line 234.
+\uproot@=\count270
+\leftroot@=\count271
+LaTeX Info: Redefining \overline on input line 399.
+\classnum@=\count272
+\DOTSCASE@=\count273
+LaTeX Info: Redefining \ldots on input line 496.
+LaTeX Info: Redefining \dots on input line 499.
+LaTeX Info: Redefining \cdots on input line 620.
+\Mathstrutbox@=\box51
+\strutbox@=\box52
+\big@size=\dimen161
+LaTeX Font Info: Redeclaring font encoding OML on input line 743.
+LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
+\macc@depth=\count274
+\c@MaxMatrixCols=\count275
+\dotsspace@=\muskip16
+\c@parentequation=\count276
+\dspbrk@lvl=\count277
+\tag@help=\toks29
+\row@=\count278
+\column@=\count279
+\maxfields@=\count280
+\andhelp@=\toks30
+\eqnshift@=\dimen162
+\alignsep@=\dimen163
+\tagshift@=\dimen164
+\tagwidth@=\dimen165
+\totwidth@=\dimen166
+\lineht@=\dimen167
+\@envbody=\toks31
+\multlinegap=\skip57
+\multlinetaggap=\skip58
+\mathdisplay@stack=\toks32
+LaTeX Info: Redefining \[ on input line 2938.
+LaTeX Info: Redefining \] on input line 2939.
+)
+LaTeX Info: Thecontrolsequence`\('isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\)'isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 130.
+\g_MT_multlinerow_int=\count281
+\l_MT_multwidth_dim=\dimen168
+\origjot=\skip59
+\l_MT_shortvdotswithinadjustabove_dim=\dimen169
+\l_MT_shortvdotswithinadjustbelow_dim=\dimen170
+\l_MT_above_intertext_sep=\dimen171
+\l_MT_below_intertext_sep=\dimen172
+\l_MT_above_shortintertext_sep=\dimen173
+\l_MT_below_shortintertext_sep=\dimen174
+\xmathstrut@box=\box53
+\xmathstrut@dim=\dimen175
+)
+(/usr/share/texmf-dist/tex/latex/braket/braket.sty)
+(/usr/share/texmf-dist/tex/latex/bbm-macros/bbm.sty
+Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH
+LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold'
+(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33.
+LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold'
+(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35.
+)
+(/usr/share/texmf-dist/tex/latex/float/float.sty
+Package: float 2001/11/08 v1.3d Float enhancements (AL)
+\c@float@type=\count282
+\float@exts=\toks33
+\float@box=\box54
+\@float@everytoks=\toks34
+\@floatcapt=\box55
+)
+(/usr/share/texmf-dist/tex/latex/yhmath/yhmath.sty
+Package: yhmath 2020/03/17 v1.6
+\symyhlargesymbols=\mathgroup6
+LaTeX Font Info: Redeclaring math accent \widetilde on input line 29.
+LaTeX Font Info: Redeclaring math accent \widehat on input line 30.
+LaTeX Font Info: Redeclaring math symbol \braceld on input line 48.
+LaTeX Font Info: Redeclaring math symbol \bracerd on input line 49.
+LaTeX Font Info: Redeclaring math symbol \bracelu on input line 50.
+LaTeX Font Info: Redeclaring math symbol \braceru on input line 51.
+LaTeX Font Info: Redeclaring math delimiter \lmoustache on input line 53.
+LaTeX Font Info: Redeclaring math delimiter \rmoustache on input line 55.
+LaTeX Font Info: Redeclaring math delimiter \arrowvert on input line 57.
+LaTeX Font Info: Redeclaring math delimiter \Arrowvert on input line 59.
+LaTeX Font Info: Redeclaring math delimiter \Vert on input line 61.
+LaTeX Font Info: Redeclaring math delimiter \vert on input line 63.
+LaTeX Font Info: Redeclaring math delimiter \uparrow on input line 65.
+LaTeX Font Info: Redeclaring math delimiter \downarrow on input line 67.
+LaTeX Font Info: Redeclaring math delimiter \updownarrow on input line 69.
+LaTeX Font Info: Redeclaring math delimiter \Uparrow on input line 71.
+LaTeX Font Info: Redeclaring math delimiter \Downarrow on input line 73.
+LaTeX Font Info: Redeclaring math delimiter \Updownarrow on input line 75.
+LaTeX Font Info: Redeclaring math delimiter \backslash on input line 79.
+LaTeX Font Info: Redeclaring math delimiter \rangle on input line 81.
+LaTeX Font Info: Redeclaring math delimiter \langle on input line 83.
+LaTeX Font Info: Redeclaring math delimiter \rbrace on input line 85.
+LaTeX Font Info: Redeclaring math delimiter \lbrace on input line 87.
+LaTeX Font Info: Redeclaring math delimiter \rceil on input line 89.
+LaTeX Font Info: Redeclaring math delimiter \lceil on input line 91.
+LaTeX Font Info: Redeclaring math delimiter \rfloor on input line 93.
+LaTeX Font Info: Redeclaring math delimiter \lfloor on input line 95.
+LaTeX Font Info: Redeclaring math delimiter \lgroup on input line 97.
+LaTeX Font Info: Redeclaring math delimiter \rgroup on input line 99.
+LaTeX Font Info: Redeclaring math delimiter \bracevert on input line 101.
+)
+(/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
+\pgfutil@everybye=\toks35
+\pgfutil@tempdima=\dimen176
+\pgfutil@tempdimb=\dimen177
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
+\pgfutil@abb=\box56
+)
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex)
+Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a)
+))
+Package: pgf 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
+(/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
+Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
+\pgfkeys@pathtoks=\toks36
+\pgfkeys@temptoks=\toks37
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
+\pgfkeys@tmptoks=\toks38
+))
+\pgf@x=\dimen178
+\pgf@y=\dimen179
+\pgf@xa=\dimen180
+\pgf@ya=\dimen181
+\pgf@xb=\dimen182
+\pgf@yb=\dimen183
+\pgf@xc=\dimen184
+\pgf@yc=\dimen185
+\pgf@xd=\dimen186
+\pgf@yd=\dimen187
+\w@pgf@writea=\write3
+\r@pgf@reada=\read2
+\c@pgf@counta=\count283
+\c@pgf@countb=\count284
+\c@pgf@countc=\count285
+\c@pgf@countd=\count286
+\t@pgf@toka=\toks39
+\t@pgf@tokb=\toks40
+\t@pgf@tokc=\toks41
+\pgf@sys@id@count=\count287
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
+File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a)
+)
+Driver file for pgf: pgfsys-pdftex.def
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
+File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
+File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
+File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfsyssoftpath@smallbuffer@items=\count288
+\pgfsyssoftpath@bigbuffer@items=\count289
+)
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
+File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
+Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
+
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
+File: color.cfg 2016/01/02 v1.6 sample color configuration
+)
+Package xcolor Info: Driver file: pdftex.def on input line 227.
+Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
+Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
+Package xcolor Info: Model `RGB' extended on input line 1368.
+Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
+Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
+Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
+Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
+Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
+Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
+Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
+\pgfmath@dimen=\dimen188
+\pgfmath@count=\count290
+\pgfmath@box=\box57
+\pgfmath@toks=\toks42
+\pgfmath@stack@operand=\toks43
+\pgfmath@stack@operation=\toks44
+)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code
+.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te
+x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics
+.code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
+\c@pgfmathroundto@lastzeros=\count291
+)) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
+File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@picminx=\dimen189
+\pgf@picmaxx=\dimen190
+\pgf@picminy=\dimen191
+\pgf@picmaxy=\dimen192
+\pgf@pathminx=\dimen193
+\pgf@pathmaxx=\dimen194
+\pgf@pathminy=\dimen195
+\pgf@pathmaxy=\dimen196
+\pgf@xx=\dimen197
+\pgf@xy=\dimen198
+\pgf@yx=\dimen199
+\pgf@yy=\dimen256
+\pgf@zx=\dimen257
+\pgf@zy=\dimen258
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
+File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@path@lastx=\dimen259
+\pgf@path@lasty=\dimen260
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
+File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@shorten@end@additional=\dimen261
+\pgf@shorten@start@additional=\dimen262
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
+File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfpic=\box58
+\pgf@hbox=\box59
+\pgf@layerbox@main=\box60
+\pgf@picture@serial@count=\count292
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
+File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgflinewidth=\dimen263
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t
+ex
+File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@pt@x=\dimen264
+\pgf@pt@y=\dimen265
+\pgf@pt@temp=\dimen266
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
+File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
+File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te
+x
+File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
+File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfarrowsep=\dimen267
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
+File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@max=\dimen268
+\pgf@sys@shading@range@num=\count293
+\pgf@shadingcount=\count294
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
+File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
+File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfexternal@startupbox=\box61
+))
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
+File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
+File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
+File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
+File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
+File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfnodeparttextbox=\box62
+)
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
+File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
+Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@nodesepstart=\dimen269
+\pgf@nodesepend=\dimen270
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
+Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
+(/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
+Package: pgffor 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
+\pgffor@iter=\dimen271
+\pgffor@skip=\dimen272
+\pgffor@stack=\toks45
+\pgffor@toks=\toks46
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
+Package: tikz 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te
+x
+File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@plot@mark@count=\count295
+\pgfplotmarksize=\dimen273
+)
+\tikz@lastx=\dimen274
+\tikz@lasty=\dimen275
+\tikz@lastxsaved=\dimen276
+\tikz@lastysaved=\dimen277
+\tikz@lastmovetox=\dimen278
+\tikz@lastmovetoy=\dimen279
+\tikzleveldistance=\dimen280
+\tikzsiblingdistance=\dimen281
+\tikz@figbox=\box63
+\tikz@figbox@bg=\box64
+\tikz@tempbox=\box65
+\tikz@tempbox@bg=\box66
+\tikztreelevel=\count296
+\tikznumberofchildren=\count297
+\tikznumberofcurrentchild=\count298
+\tikz@fig@count=\count299
+ (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
+File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfmatrixcurrentrow=\count300
+\pgfmatrixcurrentcolumn=\count301
+\pgf@matrix@numberofcolumns=\count302
+)
+\tikz@expandcount=\count303
+
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+topaths.code.tex
+File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+patterns.code.tex
+File: tikzlibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
+File: pgflibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.pathmorphing.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
+\pgfdecoratedcompleteddistance=\dimen282
+\pgfdecoratedremainingdistance=\dimen283
+\pgfdecoratedinputsegmentcompleteddistance=\dimen284
+\pgfdecoratedinputsegmentremainingdistance=\dimen285
+\pgf@decorate@distancetomove=\dimen286
+\pgf@decorate@repeatstate=\count304
+\pgfdecorationsegmentamplitude=\dimen287
+\pgfdecorationsegmentlength=\dimen288
+)
+\tikz@lib@dec@box=\box67
+)
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.pathmorphing.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+positioning.code.tex
+File: tikzlibrarypositioning.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+calc.code.tex
+File: tikzlibrarycalc.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.markings.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.markings.code.tex)) (/usr/share/texmf-dist/tex/latex/mdframed/mdframed.sty
+Package: mdframed 2013/07/01 1.9b: mdframed
+
+(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
+Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
+
+(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
+Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
+Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
+))
+(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+(/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty
+Package: expl3 2021-11-22 L3 programming layer (loader)
+
+(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
+File: l3backend-pdftex.def 2021-12-14 L3 backend support: PDF output (pdfTeX)
+\l__color_backend_stack_int=\count305
+\l__pdf_internal_box=\box68
+))
+Package: xparse 2021-11-12 L3 Experimental document command parser
+)
+(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
+Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
+\etb@tempcnta=\count306
+)
+(/usr/share/texmf-dist/tex/latex/zref/zref-abspage.sty
+Package: zref-abspage 2020-07-03 v2.32 Module abspage for zref (HO)
+
+(/usr/share/texmf-dist/tex/latex/zref/zref-base.sty
+Package: zref-base 2020-07-03 v2.32 Module base for zref (HO)
+
+(/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
+Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
+Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
+)
+(/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
+Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
+)
+Package pdftexcmds Info: \pdf@primitive is available.
+Package pdftexcmds Info: \pdf@ifprimitive is available.
+Package pdftexcmds Info: \pdfdraftmode found.
+)
+(/usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
+Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
+)
+(/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
+Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
+)
+Package zref Info: New property list: main on input line 764.
+Package zref Info: New property: default on input line 765.
+Package zref Info: New property: page on input line 766.
+)
+(/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
+Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
+package with kernel methods
+)
+\c@abspage=\count307
+Package zref Info: New property: abspage on input line 66.
+)
+(/usr/share/texmf-dist/tex/latex/needspace/needspace.sty
+Package: needspace 2010/09/12 v1.3d reserve vertical space
+)
+\mdf@templength=\skip60
+\c@mdf@globalstyle@cnt=\count308
+\mdf@skipabove@length=\skip61
+\mdf@skipbelow@length=\skip62
+\mdf@leftmargin@length=\skip63
+\mdf@rightmargin@length=\skip64
+\mdf@innerleftmargin@length=\skip65
+\mdf@innerrightmargin@length=\skip66
+\mdf@innertopmargin@length=\skip67
+\mdf@innerbottommargin@length=\skip68
+\mdf@splittopskip@length=\skip69
+\mdf@splitbottomskip@length=\skip70
+\mdf@outermargin@length=\skip71
+\mdf@innermargin@length=\skip72
+\mdf@linewidth@length=\skip73
+\mdf@innerlinewidth@length=\skip74
+\mdf@middlelinewidth@length=\skip75
+\mdf@outerlinewidth@length=\skip76
+\mdf@roundcorner@length=\skip77
+\mdf@footenotedistance@length=\skip78
+\mdf@userdefinedwidth@length=\skip79
+\mdf@needspace@length=\skip80
+\mdf@frametitleaboveskip@length=\skip81
+\mdf@frametitlebelowskip@length=\skip82
+\mdf@frametitlerulewidth@length=\skip83
+\mdf@frametitleleftmargin@length=\skip84
+\mdf@frametitlerightmargin@length=\skip85
+\mdf@shadowsize@length=\skip86
+\mdf@extratopheight@length=\skip87
+\mdf@subtitleabovelinewidth@length=\skip88
+\mdf@subtitlebelowlinewidth@length=\skip89
+\mdf@subtitleaboveskip@length=\skip90
+\mdf@subtitlebelowskip@length=\skip91
+\mdf@subtitleinneraboveskip@length=\skip92
+\mdf@subtitleinnerbelowskip@length=\skip93
+\mdf@subsubtitleabovelinewidth@length=\skip94
+\mdf@subsubtitlebelowlinewidth@length=\skip95
+\mdf@subsubtitleaboveskip@length=\skip96
+\mdf@subsubtitlebelowskip@length=\skip97
+\mdf@subsubtitleinneraboveskip@length=\skip98
+\mdf@subsubtitleinnerbelowskip@length=\skip99
+
+(/usr/share/texmf-dist/tex/latex/mdframed/md-frame-1.mdf
+File: md-frame-1.mdf 2013/07/01\ 1.9b: md-frame-1
+)
+\mdf@frametitlebox=\box69
+\mdf@footnotebox=\box70
+\mdf@splitbox@one=\box71
+\mdf@splitbox@two=\box72
+\mdf@splitbox@save=\box73
+\mdfsplitboxwidth=\skip100
+\mdfsplitboxtotalwidth=\skip101
+\mdfsplitboxheight=\skip102
+\mdfsplitboxdepth=\skip103
+\mdfsplitboxtotalheight=\skip104
+\mdfframetitleboxwidth=\skip105
+\mdfframetitleboxtotalwidth=\skip106
+\mdfframetitleboxheight=\skip107
+\mdfframetitleboxdepth=\skip108
+\mdfframetitleboxtotalheight=\skip109
+\mdffootnoteboxwidth=\skip110
+\mdffootnoteboxtotalwidth=\skip111
+\mdffootnoteboxheight=\skip112
+\mdffootnoteboxdepth=\skip113
+\mdffootnoteboxtotalheight=\skip114
+\mdftotallinewidth=\skip115
+\mdfboundingboxwidth=\skip116
+\mdfboundingboxtotalwidth=\skip117
+\mdfboundingboxheight=\skip118
+\mdfboundingboxdepth=\skip119
+\mdfboundingboxtotalheight=\skip120
+\mdf@freevspace@length=\skip121
+\mdf@horizontalwidthofbox@length=\skip122
+\mdf@verticalmarginwhole@length=\skip123
+\mdf@horizontalspaceofbox=\skip124
+\mdfsubtitleheight=\skip125
+\mdfsubsubtitleheight=\skip126
+\c@mdfcountframes=\count309
+
+****** mdframed patching \endmdf@trivlist
+
+****** -- success******
+
+\mdf@envdepth=\count310
+\c@mdf@env@i=\count311
+\c@mdf@env@ii=\count312
+\c@mdf@zref@counter=\count313
+Package zref Info: New property: mdf@pagevalue on input line 895.
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
+Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
+
+(/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
+Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
+)
+(/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
+Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
+)
+(/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
+Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
+)
+\@linkdim=\dimen289
+\Hy@linkcounter=\count314
+\Hy@pagecounter=\count315
+
+(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
+File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
+Now handling font encoding PD1 ...
+... no UTF-8 mapping file for font encoding PD1
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
+File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la
+nguages
+)
+(/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
+Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
+)
+\Hy@SavedSpaceFactor=\count316
+
+(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
+File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
+Now handling font encoding PU ...
+... no UTF-8 mapping file for font encoding PU
+)
+Package hyperref Info: Option `colorlinks' set `true' on input line 4073.
+Package hyperref Info: Option `naturalnames' set `true' on input line 4073.
+Package hyperref Info: Option `plainpages' set `false' on input line 4073.
+Package hyperref Info: Option `pdfpagelabels' set `true' on input line 4073.
+Package hyperref Info: Hyper figures OFF on input line 4192.
+Package hyperref Info: Link nesting OFF on input line 4197.
+Package hyperref Info: Hyper index ON on input line 4200.
+Package hyperref Info: Plain pages OFF on input line 4207.
+Package hyperref Info: Backreferencing OFF on input line 4212.
+Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
+Package hyperref Info: Bookmarks ON on input line 4445.
+\c@Hy@tempcnt=\count317
+
+(/usr/share/texmf-dist/tex/latex/url/url.sty
+\Urlmuskip=\muskip17
+Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
+)
+LaTeX Info: Redefining \url on input line 4804.
+\XeTeXLinkMargin=\dimen290
+
+(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty
+Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
+
+(/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
+Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
+)
+))
+\Fld@menulength=\count318
+\Field@Width=\dimen291
+\Fld@charsize=\dimen292
+Package hyperref Info: Hyper figures OFF on input line 6076.
+Package hyperref Info: Link nesting OFF on input line 6081.
+Package hyperref Info: Hyper index ON on input line 6084.
+Package hyperref Info: backreferencing OFF on input line 6091.
+Package hyperref Info: Link coloring ON on input line 6094.
+Package hyperref Info: Link coloring with OCG OFF on input line 6101.
+Package hyperref Info: PDF/A mode OFF on input line 6106.
+LaTeX Info: Redefining \ref on input line 6146.
+LaTeX Info: Redefining \pageref on input line 6150.
+\Hy@abspage=\count319
+\c@Item=\count320
+\c@Hfootnote=\count321
+)
+Package hyperref Info: Driver (autodetected): hpdftex.
+
+(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
+File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX
+
+(/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
+Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
+kage
+with kernel methods
+)
+\HyAnn@Count=\count322
+\Fld@listcount=\count323
+\c@bookmark@seq@number=\count324
+
+(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
+Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
+
+(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
+Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
+)
+Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
+86.
+)
+\Hy@SectionHShift=\skip127
+)
+(/usr/share/texmf-dist/tex/latex/parskip/parskip.sty
+Package: parskip 2021-03-14 v2.0h non-zero parskip adjustments
+)
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.sty
+(/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
+Package: l3keys2e 2021-11-12 LaTeX2e option processing using LaTeX3 keys
+)
+Package: lipsum 2021-09-20 v2.7 150 paragraphs of Lorem Ipsum dummy text
+\g__lipsum_par_int=\count325
+\l__lipsum_a_int=\count326
+\l__lipsum_b_int=\count327
+
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex))
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
+Package: tcolorbox 2021/12/20 version 5.0.1 text color boxes
+
+(/usr/share/texmf-dist/tex/latex/tools/verbatim.sty
+Package: verbatim 2020-07-07 v1.5u LaTeX2e package for verbatim enhancements
+\every@verbatim=\toks47
+\verbatim@line=\toks48
+\verbatim@in@stream=\read3
+)
+(/usr/share/texmf-dist/tex/latex/environ/environ.sty
+Package: environ 2014/05/04 v0.3 A new way to define environments
+
+(/usr/share/texmf-dist/tex/latex/trimspaces/trimspaces.sty
+Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
+))
+\tcb@titlebox=\box74
+\tcb@upperbox=\box75
+\tcb@lowerbox=\box76
+\tcb@phantombox=\box77
+\c@tcbbreakpart=\count328
+\c@tcblayer=\count329
+\c@tcolorbox@number=\count330
+\tcb@temp=\box78
+\tcb@temp=\box79
+\tcb@temp=\box80
+\tcb@temp=\box81
+)
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex
+Library (tcolorbox): 'tcbskins.code.tex' version '5.0.1'
+\tcb@waterbox=\box82
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
+Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '5.0.1'
+)) (/usr/share/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
+Library (tcolorbox): 'tcbbreakable.code.tex' version '5.0.1'
+(/usr/share/texmf-dist/tex/generic/oberdiek/pdfcol.sty
+Package: pdfcol 2019/12/29 v1.6 Handle new color stacks for pdfTeX (HO)
+)
+Package pdfcol Info: New color stack `tcb@breakable' = 1 on input line 23.
+\tcb@testbox=\box83
+\tcb@totalupperbox=\box84
+\tcb@totallowerbox=\box85
+)
+LaTeX Font Info: Trying to load font information for T1+mlmr on input line 5
+6.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/t1mlmr.fd
+File: t1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+) (./main.aux)
+\openout1 = `main.aux'.
+
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 56.
+LaTeX Font Info: ... okay on input line 56.
+
+(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
+[Loading MPS to PDF converter (version 2006.09.02).]
+\scratchcounter=\count331
+\scratchdimen=\dimen293
+\scratchbox=\box86
+\nofMPsegments=\count332
+\nofMParguments=\count333
+\everyMPshowfont=\toks49
+\MPscratchCnt=\count334
+\MPscratchDim=\dimen294
+\MPnumerator=\count335
+\makeMPintoPDFobject=\count336
+\everyMPtoPDFconversion=\toks50
+) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
+Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
+Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
+85.
+
+(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
+File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
+e
+))
+*geometry* driver: auto-detecting
+*geometry* detected driver: pdftex
+*geometry* verbose mode - [ preamble ] result:
+* driver: pdftex
+* paper: a4paper
+* layout: <same size as paper>
+* layoutoffset:(h,v)=(0.0pt,0.0pt)
+* modes:
+* h-part:(L,W,R)=(89.62709pt, 418.25368pt, 89.6271pt)
+* v-part:(T,H,B)=(42.67912pt, 700.96107pt, 101.40665pt)
+* \paperwidth=597.50787pt
+* \paperheight=845.04684pt
+* \textwidth=418.25368pt
+* \textheight=700.96107pt
+* \oddsidemargin=17.3571pt
+* \evensidemargin=17.3571pt
+* \topmargin=-66.59087pt
+* \headheight=12.0pt
+* \headsep=25.0pt
+* \topskip=10.0pt
+* \footskip=30.0pt
+* \marginparwidth=57.0pt
+* \marginparsep=11.0pt
+* \columnsep=10.0pt
+* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
+* \hoffset=0.0pt
+* \voffset=0.0pt
+* \mag=1000
+* \@twocolumnfalse
+* \@twosidefalse
+* \@mparswitchfalse
+* \@reversemarginfalse
+* (1in=72.27pt=25.4mm, 1cm=28.453pt)
+
+Package caption Info: Begin \AtBeginDocument code.
+Package caption Info: float package is loaded.
+Package caption Info: hyperref package is loaded.
+Package caption Info: End \AtBeginDocument code.
+Package hyperref Info: Link coloring ON on input line 56.
+(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
+Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
+
+(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
+Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
+)
+(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
+Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
+)
+\c@section@level=\count337
+)
+LaTeX Info: Redefining \ref on input line 56.
+LaTeX Info: Redefining \pageref on input line 56.
+LaTeX Info: Redefining \nameref on input line 56.
+
+(./main.out) (./main.out)
+\@outlinefile=\write4
+\openout4 = `main.out'.
+
+LaTeX Font Info: Trying to load font information for OT1+mlmr on input line
+58.
+ (/usr/share/texmf-dist/tex/latex/mlmodern/ot1mlmr.fd
+File: ot1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OML+mlmm on input line
+58.
+(/usr/share/texmf-dist/tex/latex/mlmodern/omlmlmm.fd
+File: omlmlmm.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMS+mlmsy on input line
+ 58.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omsmlmsy.fd
+File: omsmlmsy.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMX+mlmex on input line
+ 58.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omxmlmex.fd
+File: omxmlmex.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <12> on input line 58.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <8> on input line 58.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <6> on input line 58.
+LaTeX Font Info: Trying to load font information for U+msa on input line 58.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
+File: umsa.fd 2013/01/14 v3.01 AMS symbols A
+)
+LaTeX Font Info: Trying to load font information for U+msb on input line 58.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
+File: umsb.fd 2013/01/14 v3.01 AMS symbols B
+)
+LaTeX Font Info: Trying to load font information for OMX+yhex on input line
+58.
+
+(/usr/share/texmf-dist/tex/latex/yhmath/OMXyhex.fd
+File: OMXyhex.fd
+File: OMXyhex.fd 2013/07/03 v1.1 YH's humble contribution to TeX maths (NP)
+) (./main.toc
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <10> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <7> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <5> on input line 2.
+)
+\tf@toc=\write5
+\openout5 = `main.toc'.
+
+ [1
+
+{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] (./main.aux)
+Package rerunfilecheck Info: File `main.out' has not changed.
+(rerunfilecheck) Checksum: 040773CD6BA0887F6BE83E18F2209972;401.
+ )
+Here is how much of TeX's memory you used:
+ 28721 strings out of 478353
+ 571992 string characters out of 5854636
+ 983529 words of memory out of 5000000
+ 46274 multiletter control sequences out of 15000+600000
+ 455282 words of font info for 74 fonts, out of 8000000 for 9000
+ 1141 hyphenation exceptions out of 8191
+ 84i,15n,89p,516b,335s stack positions out of 5000i,500n,10000p,200000b,80000s
+{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}{/usr/share/texmf-dis
+t/fonts/enc/dvips/lm/lm-rm.enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-ec.
+enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mathit.enc}</usr/share/texmf-d
+ist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/share/texmf-dist/fonts/type
+1/public/mlmodern/mlmbx10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmoder
+n/mlmbx12.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmmi10.pfb></
+usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmmi5.pfb></usr/share/texmf-d
+ist/fonts/type1/public/mlmodern/mlmmi7.pfb></usr/share/texmf-dist/fonts/type1/p
+ublic/mlmodern/mlmr10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/ml
+mr12.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmr17.pfb></usr/sh
+are/texmf-dist/fonts/type1/public/mlmodern/mlmr5.pfb></usr/share/texmf-dist/fon
+ts/type1/public/mlmodern/mlmr7.pfb></usr/share/texmf-dist/fonts/type1/public/ml
+modern/mlmro10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmsy10.p
+fb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmsy5.pfb></usr/share/te
+xmf-dist/fonts/type1/public/mlmodern/mlmsy7.pfb></usr/share/texmf-dist/fonts/ty
+pe1/public/amsfonts/symbols/msbm10.pfb></usr/share/texmf-dist/fonts/type1/publi
+c/yhmath/yhcmex.pfb>
+Output written on main.pdf (4 pages, 214803 bytes).
+PDF statistics:
+ 206 PDF objects out of 1000 (max. 8388607)
+ 163 compressed objects within 2 object streams
+ 55 named destinations out of 1000 (max. 500000)
+ 45 words of extra memory for PDF output out of 10000 (max. 10000000)
+
diff --git a/appl_ana/sesh3/main.out b/appl_ana/sesh3/main.out
@@ -0,0 +1,4 @@
+\BOOKMARK [1][-]{section.1}{\376\377\000S\000h\000e\000e\000t\000\040\0003}{}% 1
+\BOOKMARK [2][-]{subsection.1.1}{\376\377\000P\000r\000o\000b\000l\000e\000m\000\040\0008}{section.1}% 2
+\BOOKMARK [2][-]{subsection.1.2}{\376\377\000P\000r\000o\000b\000l\000e\000m\000\040\0009}{section.1}% 3
+\BOOKMARK [2][-]{subsection.1.3}{\376\377\000P\000r\000o\000b\000l\000e\000m\000\040\0001\0000}{section.1}% 4
diff --git a/appl_ana/sesh3/main.pdf b/appl_ana/sesh3/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh3/main.tex b/appl_ana/sesh3/main.tex
@@ -0,0 +1,250 @@
+\documentclass[a4paper]{article}
+
+
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{mlmodern}
+
+%\usepackage{ngerman} % Sprachanpassung Deutsch
+
+\usepackage{graphicx}
+\usepackage{geometry}
+\geometry{a4paper, top=15mm}
+
+\usepackage{subcaption}
+\usepackage[shortlabels]{enumitem}
+\usepackage{amssymb}
+\usepackage{amsthm}
+\usepackage{mathtools}
+\usepackage{braket}
+\usepackage{bbm}
+\usepackage{graphicx}
+\usepackage{float}
+\usepackage{yhmath}
+\usepackage{tikz}
+\usetikzlibrary{patterns,decorations.pathmorphing,positioning}
+\usetikzlibrary{calc,decorations.markings}
+
+%\usepackage[backend=biber, sorting=none]{biblatex}
+%\addbibresource{uni.bib}
+
+\usepackage[framemethod=TikZ]{mdframed}
+
+\tikzstyle{titlered} =
+ [draw=black, thick, fill=white,%
+ text=black, rectangle,
+ right, minimum height=.7cm]
+
+
+\usepackage[colorlinks=true,naturalnames=true,plainpages=false,pdfpagelabels=true]{hyperref}
+\usepackage[parfill]{parskip}
+\usepackage{lipsum}
+
+
+\usepackage{tcolorbox}
+\tcbuselibrary{skins,breakable}
+\newcommand{\eps}{\varepsilon}
+\pagestyle{myheadings}
+
+\markright{Popović\hfill Applied Analysis\hfill}
+
+
+
+\title{Applied Analysis Problems}
+\author{Milutin Popović}
+
+\begin{document}
+\maketitle
+\tableofcontents
+
+\section{Sheet 3}
+\subsection{Problem 8}
+Let us look at functions $f: \mathcal{D} \mapsto \mathbb{R}$ that show
+boundary layer behavior at the following manifolds.
+
+The \textbf{first} for $\mathcal{D} = \mathbb{R}^2$ and $S = \{0\}$ we have a
+function e.g.
+\begin{align}
+ f_{\eps}(x, y) = e^{-\frac{x}{\eps}} + y,
+\end{align}
+with the reduced equation
+\begin{align}
+ \lim_{\eps \rightarrow 0} f_{\eps}(x, y) =
+ \begin{cases}
+ y \;\;\;\;\;\;\;\;\;\; x > 0\\
+ 1+y \;\;\;\; x = 0\\
+ \end{cases}
+\end{align}
+
+The \textbf{second} example is $\mathcal{D} = \mathbb{R}^n$ and $S = \{|x| = 1\}$.
+\begin{align}
+ f_\eps(x_1,\dots,x_n) = \tanh\left(\frac{|x| - 1}{\eps} \right),
+\end{align}
+with the reduced equation
+\begin{align}
+ \lim_{\eps \rightarrow 0} f_{\eps}(x_1,\dots, x_n) =
+ \begin{cases}
+ -1 \;\;\;\; |x| < 0\\
+ 1 \;\;\;\;\;\;\; |x| > 0\\
+ \end{cases}
+\end{align}
+
+The \textbf{third} example is $\mathcal{D} = \mathbb{R}^3$ and $S = \{x_1 =
+1\}$
+\begin{align}
+ f_\eps(x_1, x_2, x_3) = \tanh\left(\frac{x_1 - 1}{\eps}\right)+x_2x_3
+\end{align}
+with the reduced equation
+\begin{align}
+ \lim_{\eps \rightarrow 0} f_{\eps}(x_1,x_2,x_3) =
+ \begin{cases}
+ -1 + x_2x_3 \;\;\;\; x_1 < 0\\
+ 1 + x_2x_3 \;\;\;\;\;\;\; x_1 > 0\\
+ \end{cases}
+\end{align}
+\subsection{Problem 9}
+Consider a linear BVP
+\begin{align}
+ Lu := -\eps u'' + b(x)u' + c(x)u = f(x),\\
+ u(0) = u(1) = 0,
+\end{align}
+for $0 < \eps \ll \eps_0$ and $b, c, f \in C([0,1])$ with the conditions
+\begin{align}
+ c(x) \geq 0, \qquad b(x) \geq \beta > 0 \qquad x\in[0, 1]
+\end{align}
+We are to show that for all $x\in[0, 1)$ the reduced solution $u_0$ of the
+above BVP satisfies
+\begin{align}
+ \lim_{\eps \rightarrow 0} u_\eps(x) = u_0(x)))),
+\end{align}
+where the reduced solution $u_0$ is the solution to the following
+differential equation
+\begin{align}
+ b(x)u' + c(x)u = f(x), \quad u(0) = 0.
+\end{align}
+The hint was given: Set
+\begin{align}
+ w_1(x) = e^{\beta x} \quad w_2(x) = e^{-\beta\frac{1-x}{\eps}},
+\end{align}
+such that $Lw_1 \geq \gamma > 0$ for some suitable $\gamma$ and $Lw_2 \geq
+0$. Then for
+\begin{align}
+ v = \pm (u_\eps - u_0), \qquad w = A\eps w_1 + B\eps w_2,
+\end{align}
+for some suitable $A, B$. The following comparison principal is applicable:
+IF
+\begin{align}
+ &Lv(x) \leq Lw(x) \quad \forall x \in (0, 1) \label{eq:cond1}\\
+ &v(0) \leq w(0) \label{eq:cond2}\\
+ &v(1) \leq w(1) \label{eq:cond3}\\
+\end{align}
+then
+\begin{align}
+ \Longrightarrow v(x) \leq w(x) \quad \forall x\in(0, 1)
+\end{align}
+which holds for $u, v \in C^2((0, 1)) \cap C([0, 1])$. Thus a boundary layer
+is possible only at $x=1$. On the other hand, for $b(x) \leq \beta < 0$ it
+follows that the boundary layer is possible only at $x=0$.
+
+We shall go through the chronological order of the conditions\ref{eq:cond1},
+\ref{eq:cond2}, \ref{eq:cond3} and check them. So for \ref{eq:cond1}
+we have that
+\begin{align}
+ Lw(x) &= A\eps Lw_1(x) + B Lw_2(x) \\
+ &\geq A\eps Lw_1(x) = A\eps e^{\beta x} \left(-\eps \beta^2 -
+ b(x)\beta+c(x)\right)\\
+ &\geq A\eps \beta e^{\beta x} \left(1-\eps\right)\\
+ &\geq \eps A\beta^2 e^{\beta}(1-\eps) = \gamma > 0
+\end{align}
+And obviously
+\begin{align}
+ Lv(x) \leq 0 ,
+\end{align}
+by that we have that
+\begin{align}
+ Lv(x) \leq \gamma \leq Lw(x).
+\end{align}
+For the condition \ref{eq:cond2} we have
+\begin{align}
+ w(0) &= A\eps w_1(0) Bw_2(0) = Be^{-\frac{\beta}{\eps}},\\
+ v(0) &= \pm\left(u_\eps(0) - u_0(0)\right) = 0.
+\end{align}
+By the simple choice $B \geq 0$ we satisfy the condition
+\begin{align}
+ v(0) \leq w(0).
+\end{align}
+Now for the last condition \ref{eq:cond3} we have
+\begin{align}
+ w(1) &= A\eps e^\beta + B \geq A\eps e^\beta,\\
+ v(1) &= \mp u_0(1) = 0.
+\end{align}
+And choose $A = \frac{\pm u(1)}{\eps} e^{-\beta}$, which satisfies the last
+condition
+\begin{align}
+ v(1) \leq w(1).
+\end{align}
+Thereby we have
+\begin{align}
+ &v(x) &\leq w(x)\\
+ &\Rightarrow \lim_{\eps \rightarrow 0} v(x) &\leq \lim_{\eps \rightarrow
+ 0} w(x) = 0\\
+ &\Rightarrow \lim_{\eps \rightarrow 0} v(x) = 0
+\end{align}
+uniformly on $(0, 1)$.
+\subsection{Problem 10}
+Consider the following BVP
+\begin{align}
+ -\eps u'' + (1 + x)u' + u = 2, \qquad u(0) = u(1) - 0,
+\end{align}
+for $0 < \eps \ll 1$. \textbf{Where can this problem have a boundary layer?}
+To answer this question we need to look at the reduced problem
+\begin{align}
+ -(1+x)u' + u = 2.
+\end{align}
+The solution to the equation is
+\begin{align}
+ \bar{u}(x) = 2 + A(x+1).
+\end{align}
+According to the boundary conditions it is unclear what the value of the
+constant is, according to $\bar{u}(0)=0$ we get $A = -2$ or according to
+$\bar{u}(1)=0$ we get $A = -1$. Ultimately this means that there exists a
+boundary layer near $x=1$ or $x=0$. We choose $x=0$ and according to this the
+local variable $\xi = x\eps^{-\alpha}$ ($x = \xi \eps^{-\alpha}$). The
+derivatives of $u$ are calculated using the chain rule
+\begin{align}
+ \frac{du}{dx}&= \frac{du}{d\xi}\frac{d\xi}{dx} = \eps^{-\alpha} \dot{u}\\
+ \frac{d^2u}{dx^2}&= \eps^{-\alpha} \frac{d^2u}{d\xi^2}\frac{d\xi}{dx} =
+ \eps^{-2\alpha} \ddot{u}.
+\end{align}
+The BVP transforms as follows
+\begin{align}
+ -\eps^{1-\alpha}\ddot{u} - \dot{u} + \eps(u - \xi\dot{u} - 2) =
+ \begin{cases}
+ -\ddot{u} - \dot{u} = 0 \;\;\;\;\; \alpha=1\\
+ -\dot{u} = 0 \;\;\;\;\;\;\;\; 0<\alpha<1
+ \end{cases}
+\end{align}
+Choosing $\alpha = 1$ for a reasonable solution
+\begin{align}
+ \hat{u}(\xi) = Be^{-\xi},
+\end{align}
+which converges in the local limit (!). Thereby we have a asymptotic
+representation up to the degree of $\eps$
+\begin{align}
+ u_\eps(x) &= \bar{u}(x) + \hat{u}(\psi) + O(\eps)\\
+ &= 2 + A(1+x) + B e^{-\frac{x}{\eps}} + O(\eps)
+\end{align}
+And by the boundary conditions
+\begin{align}
+ u_\eps(0) = 2+A+B=0, \qquad u_\eps(1) = 2+2A+B=0,
+\end{align}
+we get that the constants are
+\begin{align}
+ A = -4, \qquad B = 2.
+\end{align}
+The asymptotic representation is thereby
+\begin{align}
+ u_\eps(x) = 2 - 4(1+x) + 2 e^{-\frac{x}{\eps}} + O(\eps)
+\end{align}
+%\printbibliography
+\end{document}
diff --git a/appl_ana/sesh3/main.toc b/appl_ana/sesh3/main.toc
@@ -0,0 +1,4 @@
+\contentsline {section}{\numberline {1}Sheet 3}{1}{section.1}%
+\contentsline {subsection}{\numberline {1.1}Problem 8}{1}{subsection.1.1}%
+\contentsline {subsection}{\numberline {1.2}Problem 9}{2}{subsection.1.2}%
+\contentsline {subsection}{\numberline {1.3}Problem 10}{3}{subsection.1.3}%
diff --git a/appl_ana/sesh4/main.pdf b/appl_ana/sesh4/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh4/main.tex b/appl_ana/sesh4/main.tex
@@ -78,13 +78,13 @@ and are given by
Let us compute the Fourier series of $f(t) = t$ for $t \in [-\frac{1}{2},
\frac{1}{2}]$. The Fourier coefficients are
\begin{align}
- a_n &= 2\int_{-\frac{1}{2}}^{\frac{1}{2}} f(t) \cos(2\pi n t)\ dt = 0
+ a_n &= 2\int_{-\frac{1}{2}}^{\frac{1}{2}} t \cos(2\pi n t)\ dt = 0
\;\;\;\;\; \text{(odd: g(-t) = -g(t))},\\
\nonumber\\
- b_n &= 2\int_{-\frac{1}{2}}^{\frac{1}{2}} f(t) \sin(2\pi n t)\ dt = \\
+ b_n &= 2\int_{-\frac{1}{2}}^{\frac{1}{2}} t \sin(2\pi n t)\ dt = \\
&= 2 \left(-\frac{1}{2\pi n} \cos(2\pi n
t)\bigg|_{-\frac{1}{2}}^{\frac{1}{2}}
- \int_{\frac{1}{2}}^{\frac{1}{2}} \frac{1}{2 \pi n}\cos(2\pi n t)\ dt
+ +\int_{\frac{1}{2}}^{\frac{1}{2}} \frac{1}{2 \pi n}\cos(2\pi n t)\ dt
\right) =\\
&= -\frac{1}{\pi n}\left( -\cos(\pi n) + \frac{1}{\pi n }\sin(\pi
n)\right) =
@@ -101,7 +101,7 @@ The truncation error of the trigonometric polynomial $(Sf_N)$ of degree $N$ is
\sum_{|k| > N} |\hat{f}(k)|^2 = \lVert f - S_N\rVert_2^2 =
\int_{-\frac{1}{2}}^{\frac{1}{2}} |E_N(t)|^2 dt.
\end{align}
-Computations for $N = 3, 9$ were done in python with a integration error of
+Computations for $N = 3$ and $N = 9$ were done in python with a integration error of
around $10^{-15}$, resulting in the overall truncation errors of
\begin{align}
\sum_{|k| > 3} |\hat{f}(k)|^2 = 0.0053,\\
@@ -136,12 +136,12 @@ Furthermore there exists a linear projection $\Phi\ : \mathcal{H}
An example of an orthonormal basis, which spans $L^2([-\frac{p}{2},
\frac{p}{2}])$ is $\mathcal{T}_p = \{e_n := \frac{e^{2\pi i
-\frac{n}{p}x}}{\sqrt{p}}\}_{n\in\mathbb{Z}}$. The $e_n$ are orthonormal in $L^2$ which
-can be easily seen by using the scalar product of $L^2$, so for $n, m \in
-\mathbb{Z}$
+\frac{n}{p}x}}{\sqrt{p}}\}_{n\in\mathbb{Z}}$. The $e_n$'s are orthonormal in
+$L^2$ which can be easily seen by using the scalar product of $L^2$, so for
+$n, m \in \mathbb{Z}$
\begin{align}
\langle e_n, e_m\rangle_{L^2([-\frac{p}{2}, \frac{p}{2})} &=
- \frac{1}{p}\int_{[-\frac{p}{2}, \frac{p}{2}]}e_n \cdot \bar{e}_m \ dx=\\
+ \frac{1}{p}\int_{[-\frac{p}{2}, \frac{p}{2}]}e_n \cdot e_m^* \ dx=\\
&=\frac{1}{p}\int_{[-\frac{p}{2}, \frac{p}{2}]} e^{2\pi i \frac{(n-m)}{p} x} \ dx=\\
&=\frac{\sin(\pi (n-m))}{\pi(n-m)} =
\begin{cases}
@@ -170,8 +170,9 @@ And furthermore the Dirichlet Kernel satisfies
\begin{align}
D_t(x) = \prod_{i=1}^d \frac{e_{t+1}(x_i) - e_{-t}(x_i)}{e_1(x_i) - 1}
\end{align}
-We start off by applying the orthogonal projection into the trigonometric
-polynomials $S_t$ onto a function $f \in L(\mathbb{T}^d)$
+To show the convolution property, we start off by applying the orthogonal
+projection into the trigonometric polynomials $S_t$ onto a function $f \in
+L(\mathbb{T}^d)$
\begin{align}
(S_tf) &= \sum_{\lvert k\rVert_\infty \leq t} \int_{I^d} f(y) e^{-2\pi i
\langle k, y\rangle}\ dy\ e^{2\pi i\langle k, x\rangle} =\\
@@ -179,15 +180,16 @@ polynomials $S_t$ onto a function $f \in L(\mathbb{T}^d)$
k, (x- y)\rangle}\ dy =\\
&= (f * D_t) (x) = \int_{I^d} f(y) D_t(x - y)\ dy.
\end{align}
-The Dirichlet kernel can be simply rewritten
+To show the reformulation of the Dirichlet kernel, we need to simply
+calculate it directly
\begin{align}
\sum_{\lVert k \rVert_\infty \leq t} e^{2\pi i \langle k , x\rangle} &=
- \prod_{i=1}^d \sum_{k_i = -t}^t e^{2\pi i k_i x_i} =\\
- &= \prod_{i=1}^d e^{-2\pi i t x_i} \sum_{k_i = 0}^{2t} e^{2\pi i k_i
- x_i}=;\;\;\;\; \text{(trigonometric series)}\\
- &= \prod_{i=1}^d e^{-2\pi i t x_i} \frac{e^{2\pi i (2t +1}x_i -
- 1}{e^{2\pi i x_i} - 1} =\\
- &= \prod_{i = 1} \frac{e_{t+1}(x_i) - e_{-t}(x_i)}{e_1(x_i) - 1}.
+ \prod_{j=1}^d \sum_{k_j = -t}^t e^{2\pi i k_j x_j} =\\
+ &= \prod_{j=1}^d e^{-2\pi i t x_j} \sum_{k_j = 0}^{2t} e^{2\pi i k_j
+ x_j}=;\;\;\;\; \text{(trigonometric series)}\\
+ &= \prod_{j=1}^d e^{-2\pi i t x_j} \frac{e^{2\pi i (2t + 1)x_j} -
+ 1}{e^{2\pi i x_j} - 1} =\\
+ &= \prod_{j = 1} \frac{e_{t+1}(x_j) - e_{-t}(x_j)}{e_1(x_j) - 1}.
\end{align}
%\printbibliography
\end{document}
diff --git a/appl_ana/sesh5/main.pdf b/appl_ana/sesh5/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh5/main.tex b/appl_ana/sesh5/main.tex
@@ -93,7 +93,7 @@ The following are three identities of the Fourier transform
(2) & $e^{2\pi i \xi_0 x} f(x)$ & $f(\xi - \xi_0)$ \\ \hline
(3) & $f(ax)$ & $\frac{1}{a} \hat{f}(\frac{\xi}{a})$\\ \hline
\end{tabular}
- \caption{Identities of the Fourier transform for $0 < a\in\mathbb{R},
+ \caption{Identities of the Fourier transform for $a > 0,
\xi_0, x \in \mathbb{R}$}
\end{table}
We start with (1)
@@ -117,9 +117,10 @@ For (2) we have
For (3) we have
\begin{align}
\widehat{f(ax)}
- &= \int_\mathbb{R} f(ax) e^{-2\pi i \xi x}\ dx = \;\;\;\;\; (y=ax)\\
+ &= \int_\mathbb{R} f(ax) e^{-2\pi i \xi x}\ dx = \qquad \text{sub:
+ $(y=ax)$}\\
&= \int_\mathbb{R} \frac{1}{a}f(y) e^{-2\pi i \frac{\xi}{a} y}\ dy=\\
- &= \frac{1}{a} \hat{f}(\frac{\xi}{a}).
+ &= \frac{1}{a} \hat{f}\left(\frac{\xi}{a}\right).
\end{align}
\subsection{The Box-Function}
Consider the following Box-Function
diff --git a/appl_ana/sesh6/main.aux b/appl_ana/sesh6/main.aux
@@ -0,0 +1,25 @@
+\relax
+\providecommand\zref@newlabel[2]{}
+\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]{}
+\@writefile{toc}{\contentsline {section}{\numberline {1}Sheet 6}{1}{section.1}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Fourier Transform of the convolution}{1}{subsection.1.1}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}More Fourier Transforms}{2}{subsection.1.2}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Finite discrete Fourier transform}{3}{subsection.1.3}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}Discrete Matrix Notation}{3}{subsection.1.4}\protected@file@percent }
+\gdef \@abspage@last{3}
diff --git a/appl_ana/sesh6/main.log b/appl_ana/sesh6/main.log
@@ -0,0 +1,1126 @@
+This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.1.3) 24 FEB 2022 17:26
+entering extended mode
+ \write18 enabled.
+ %&-line parsing enabled.
+**main.tex
+(./main.tex
+LaTeX2e <2021-11-15> patch level 1
+L3 programming layer <2021-11-22>
+(/usr/share/texmf-dist/tex/latex/base/article.cls
+Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
+(/usr/share/texmf-dist/tex/latex/base/size10.clo
+File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
+)
+\c@part=\count183
+\c@section=\count184
+\c@subsection=\count185
+\c@subsubsection=\count186
+\c@paragraph=\count187
+\c@subparagraph=\count188
+\c@figure=\count189
+\c@table=\count190
+\abovecaptionskip=\skip47
+\belowcaptionskip=\skip48
+\bibindent=\dimen138
+)
+(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
+Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
+)
+(/usr/share/texmf-dist/tex/latex/base/inputenc.sty
+Package: inputenc 2021/02/14 v1.3d Input encoding file
+\inpenc@prehook=\toks16
+\inpenc@posthook=\toks17
+)
+(/usr/share/texmf-dist/tex/latex/mlmodern/mlmodern.sty
+Package: mlmodern 2021/01/12 v1.1 Modified Latin Modern Fonts
+LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
+(Font) OT1/cmr/m/n --> OT1/mlmr/m/n on input line 27.
+LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
+(Font) OML/cmm/m/it --> OML/mlmm/m/it on input line 28.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
+(Font) OMS/cmsy/m/n --> OMS/mlmsy/m/n on input line 29.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 30.
+LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 31.
+LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
+(Font) OML/cmm/b/it --> OML/mlmm/b/it on input line 32.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
+(Font) OMS/cmsy/b/n --> OMS/mlmsy/b/n on input line 33.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 34.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 36.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
+(Font) OT1/cmss/m/n --> OT1/mlmss/m/n on input line 37.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
+(Font) OT1/cmr/m/it --> OT1/mlmr/m/it on input line 38.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 39.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 40.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
+(Font) OT1/cmss/bx/n --> OT1/mlmss/bx/n on input line 41.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
+(Font) OT1/cmr/bx/it --> OT1/mlmr/bx/it on input line 42.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 43.
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
+Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
+Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
+\KV@toks@=\toks18
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
+Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
+Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
+)
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
+File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
+)
+Package graphics Info: Driver file: pdftex.def on input line 107.
+
+(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
+File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
+))
+\Gin@req@height=\dimen139
+\Gin@req@width=\dimen140
+)
+(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
+Package: geometry 2020/01/02 v5.9 Page Geometry
+
+(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty
+Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
+
+(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty
+Package: iftex 2020/03/06 v1.0d TeX engine tests
+))
+\Gm@cnth=\count191
+\Gm@cntv=\count192
+\c@Gm@tempcnt=\count193
+\Gm@bindingoffset=\dimen141
+\Gm@wd@mp=\dimen142
+\Gm@odd@mp=\dimen143
+\Gm@even@mp=\dimen144
+\Gm@layoutwidth=\dimen145
+\Gm@layoutheight=\dimen146
+\Gm@layouthoffset=\dimen147
+\Gm@layoutvoffset=\dimen148
+\Gm@dimlist=\toks19
+)
+(/usr/share/texmf-dist/tex/latex/caption/subcaption.sty
+Package: subcaption 2020/10/07 v1.3j Sub-captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption.sty
+Package: caption 2020/10/26 v3.5g Customizing captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption3.sty
+Package: caption3 2020/10/21 v2.2e caption3 kernel (AR)
+\captionmargin=\dimen149
+\captionmargin@=\dimen150
+\captionwidth=\dimen151
+\caption@tempdima=\dimen152
+\caption@indent=\dimen153
+\caption@parindent=\dimen154
+\caption@hangindent=\dimen155
+Package caption Info: Standard document class detected.
+)
+\c@caption@flags=\count194
+\c@continuedfloat=\count195
+)
+\c@subfigure=\count196
+\c@subtable=\count197
+)
+(/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty
+Package: enumitem 2019/06/20 v3.9 Customized lists
+\labelindent=\skip49
+\enit@outerparindent=\dimen156
+\enit@toks=\toks20
+\enit@inbox=\box50
+\enit@count@id=\count198
+\enitdp@description=\count199
+)
+(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
+Package: amssymb 2013/01/14 v3.01 AMS font symbols
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
+Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
+\@emptytoks=\toks21
+\symAMSa=\mathgroup4
+\symAMSb=\mathgroup5
+LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
+LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
+(Font) U/euf/m/n --> U/euf/b/n on input line 106.
+))
+(/usr/share/texmf-dist/tex/latex/amscls/amsthm.sty
+Package: amsthm 2020/05/29 v2.20.6
+\thm@style=\toks22
+\thm@bodyfont=\toks23
+\thm@headfont=\toks24
+\thm@notefont=\toks25
+\thm@headpunct=\toks26
+\thm@preskip=\skip50
+\thm@postskip=\skip51
+\thm@headsep=\skip52
+\dth@everypar=\toks27
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mathtools.sty
+Package: mathtools 2021/04/12 v1.27 mathematical typesetting tools
+
+(/usr/share/texmf-dist/tex/latex/tools/calc.sty
+Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
+\calc@Acount=\count266
+\calc@Bcount=\count267
+\calc@Adimen=\dimen157
+\calc@Bdimen=\dimen158
+\calc@Askip=\skip53
+\calc@Bskip=\skip54
+LaTeX Info: Redefining \setlength on input line 80.
+LaTeX Info: Redefining \addtolength on input line 81.
+\calc@Ccount=\count268
+\calc@Cskip=\skip55
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mhsetup.sty
+Package: mhsetup 2021/03/18 v1.4 programming setup (MH)
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
+Package: amsmath 2021/10/15 v2.17l AMS math features
+\@mathmargin=\skip56
+
+For additional information on amsmath, use the `?' option.
+(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
+Package: amstext 2021/08/26 v2.01 AMS text
+
+(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
+File: amsgen.sty 1999/11/30 v2.0 generic functions
+\@emptytoks=\toks28
+\ex@=\dimen159
+))
+(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
+Package: amsbsy 1999/11/29 v1.2d Bold Symbols
+\pmbraise@=\dimen160
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
+Package: amsopn 2021/08/26 v2.02 operator names
+)
+\inf@bad=\count269
+LaTeX Info: Redefining \frac on input line 234.
+\uproot@=\count270
+\leftroot@=\count271
+LaTeX Info: Redefining \overline on input line 399.
+\classnum@=\count272
+\DOTSCASE@=\count273
+LaTeX Info: Redefining \ldots on input line 496.
+LaTeX Info: Redefining \dots on input line 499.
+LaTeX Info: Redefining \cdots on input line 620.
+\Mathstrutbox@=\box51
+\strutbox@=\box52
+\big@size=\dimen161
+LaTeX Font Info: Redeclaring font encoding OML on input line 743.
+LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
+\macc@depth=\count274
+\c@MaxMatrixCols=\count275
+\dotsspace@=\muskip16
+\c@parentequation=\count276
+\dspbrk@lvl=\count277
+\tag@help=\toks29
+\row@=\count278
+\column@=\count279
+\maxfields@=\count280
+\andhelp@=\toks30
+\eqnshift@=\dimen162
+\alignsep@=\dimen163
+\tagshift@=\dimen164
+\tagwidth@=\dimen165
+\totwidth@=\dimen166
+\lineht@=\dimen167
+\@envbody=\toks31
+\multlinegap=\skip57
+\multlinetaggap=\skip58
+\mathdisplay@stack=\toks32
+LaTeX Info: Redefining \[ on input line 2938.
+LaTeX Info: Redefining \] on input line 2939.
+)
+LaTeX Info: Thecontrolsequence`\('isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\)'isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 130.
+\g_MT_multlinerow_int=\count281
+\l_MT_multwidth_dim=\dimen168
+\origjot=\skip59
+\l_MT_shortvdotswithinadjustabove_dim=\dimen169
+\l_MT_shortvdotswithinadjustbelow_dim=\dimen170
+\l_MT_above_intertext_sep=\dimen171
+\l_MT_below_intertext_sep=\dimen172
+\l_MT_above_shortintertext_sep=\dimen173
+\l_MT_below_shortintertext_sep=\dimen174
+\xmathstrut@box=\box53
+\xmathstrut@dim=\dimen175
+)
+(/usr/share/texmf-dist/tex/latex/braket/braket.sty)
+(/usr/share/texmf-dist/tex/latex/bbm-macros/bbm.sty
+Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH
+LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold'
+(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33.
+LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold'
+(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35.
+)
+(/usr/share/texmf-dist/tex/latex/float/float.sty
+Package: float 2001/11/08 v1.3d Float enhancements (AL)
+\c@float@type=\count282
+\float@exts=\toks33
+\float@box=\box54
+\@float@everytoks=\toks34
+\@floatcapt=\box55
+)
+(/usr/share/texmf-dist/tex/latex/yhmath/yhmath.sty
+Package: yhmath 2020/03/17 v1.6
+\symyhlargesymbols=\mathgroup6
+LaTeX Font Info: Redeclaring math accent \widetilde on input line 29.
+LaTeX Font Info: Redeclaring math accent \widehat on input line 30.
+LaTeX Font Info: Redeclaring math symbol \braceld on input line 48.
+LaTeX Font Info: Redeclaring math symbol \bracerd on input line 49.
+LaTeX Font Info: Redeclaring math symbol \bracelu on input line 50.
+LaTeX Font Info: Redeclaring math symbol \braceru on input line 51.
+LaTeX Font Info: Redeclaring math delimiter \lmoustache on input line 53.
+LaTeX Font Info: Redeclaring math delimiter \rmoustache on input line 55.
+LaTeX Font Info: Redeclaring math delimiter \arrowvert on input line 57.
+LaTeX Font Info: Redeclaring math delimiter \Arrowvert on input line 59.
+LaTeX Font Info: Redeclaring math delimiter \Vert on input line 61.
+LaTeX Font Info: Redeclaring math delimiter \vert on input line 63.
+LaTeX Font Info: Redeclaring math delimiter \uparrow on input line 65.
+LaTeX Font Info: Redeclaring math delimiter \downarrow on input line 67.
+LaTeX Font Info: Redeclaring math delimiter \updownarrow on input line 69.
+LaTeX Font Info: Redeclaring math delimiter \Uparrow on input line 71.
+LaTeX Font Info: Redeclaring math delimiter \Downarrow on input line 73.
+LaTeX Font Info: Redeclaring math delimiter \Updownarrow on input line 75.
+LaTeX Font Info: Redeclaring math delimiter \backslash on input line 79.
+LaTeX Font Info: Redeclaring math delimiter \rangle on input line 81.
+LaTeX Font Info: Redeclaring math delimiter \langle on input line 83.
+LaTeX Font Info: Redeclaring math delimiter \rbrace on input line 85.
+LaTeX Font Info: Redeclaring math delimiter \lbrace on input line 87.
+LaTeX Font Info: Redeclaring math delimiter \rceil on input line 89.
+LaTeX Font Info: Redeclaring math delimiter \lceil on input line 91.
+LaTeX Font Info: Redeclaring math delimiter \rfloor on input line 93.
+LaTeX Font Info: Redeclaring math delimiter \lfloor on input line 95.
+LaTeX Font Info: Redeclaring math delimiter \lgroup on input line 97.
+LaTeX Font Info: Redeclaring math delimiter \rgroup on input line 99.
+LaTeX Font Info: Redeclaring math delimiter \bracevert on input line 101.
+)
+(/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
+\pgfutil@everybye=\toks35
+\pgfutil@tempdima=\dimen176
+\pgfutil@tempdimb=\dimen177
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
+\pgfutil@abb=\box56
+)
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex)
+Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a)
+))
+Package: pgf 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
+(/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
+Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
+\pgfkeys@pathtoks=\toks36
+\pgfkeys@temptoks=\toks37
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
+\pgfkeys@tmptoks=\toks38
+))
+\pgf@x=\dimen178
+\pgf@y=\dimen179
+\pgf@xa=\dimen180
+\pgf@ya=\dimen181
+\pgf@xb=\dimen182
+\pgf@yb=\dimen183
+\pgf@xc=\dimen184
+\pgf@yc=\dimen185
+\pgf@xd=\dimen186
+\pgf@yd=\dimen187
+\w@pgf@writea=\write3
+\r@pgf@reada=\read2
+\c@pgf@counta=\count283
+\c@pgf@countb=\count284
+\c@pgf@countc=\count285
+\c@pgf@countd=\count286
+\t@pgf@toka=\toks39
+\t@pgf@tokb=\toks40
+\t@pgf@tokc=\toks41
+\pgf@sys@id@count=\count287
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
+File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a)
+)
+Driver file for pgf: pgfsys-pdftex.def
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
+File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
+File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
+File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfsyssoftpath@smallbuffer@items=\count288
+\pgfsyssoftpath@bigbuffer@items=\count289
+)
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
+File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
+Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
+
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
+File: color.cfg 2016/01/02 v1.6 sample color configuration
+)
+Package xcolor Info: Driver file: pdftex.def on input line 227.
+Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
+Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
+Package xcolor Info: Model `RGB' extended on input line 1368.
+Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
+Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
+Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
+Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
+Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
+Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
+Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
+\pgfmath@dimen=\dimen188
+\pgfmath@count=\count290
+\pgfmath@box=\box57
+\pgfmath@toks=\toks42
+\pgfmath@stack@operand=\toks43
+\pgfmath@stack@operation=\toks44
+)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code
+.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te
+x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics
+.code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
+\c@pgfmathroundto@lastzeros=\count291
+)) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
+File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@picminx=\dimen189
+\pgf@picmaxx=\dimen190
+\pgf@picminy=\dimen191
+\pgf@picmaxy=\dimen192
+\pgf@pathminx=\dimen193
+\pgf@pathmaxx=\dimen194
+\pgf@pathminy=\dimen195
+\pgf@pathmaxy=\dimen196
+\pgf@xx=\dimen197
+\pgf@xy=\dimen198
+\pgf@yx=\dimen199
+\pgf@yy=\dimen256
+\pgf@zx=\dimen257
+\pgf@zy=\dimen258
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
+File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@path@lastx=\dimen259
+\pgf@path@lasty=\dimen260
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
+File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@shorten@end@additional=\dimen261
+\pgf@shorten@start@additional=\dimen262
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
+File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfpic=\box58
+\pgf@hbox=\box59
+\pgf@layerbox@main=\box60
+\pgf@picture@serial@count=\count292
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
+File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgflinewidth=\dimen263
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t
+ex
+File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@pt@x=\dimen264
+\pgf@pt@y=\dimen265
+\pgf@pt@temp=\dimen266
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
+File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
+File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te
+x
+File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
+File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfarrowsep=\dimen267
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
+File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@max=\dimen268
+\pgf@sys@shading@range@num=\count293
+\pgf@shadingcount=\count294
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
+File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
+File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfexternal@startupbox=\box61
+))
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
+File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
+File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
+File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
+File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
+File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfnodeparttextbox=\box62
+)
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
+File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
+Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@nodesepstart=\dimen269
+\pgf@nodesepend=\dimen270
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
+Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
+(/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
+Package: pgffor 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
+\pgffor@iter=\dimen271
+\pgffor@skip=\dimen272
+\pgffor@stack=\toks45
+\pgffor@toks=\toks46
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
+Package: tikz 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te
+x
+File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@plot@mark@count=\count295
+\pgfplotmarksize=\dimen273
+)
+\tikz@lastx=\dimen274
+\tikz@lasty=\dimen275
+\tikz@lastxsaved=\dimen276
+\tikz@lastysaved=\dimen277
+\tikz@lastmovetox=\dimen278
+\tikz@lastmovetoy=\dimen279
+\tikzleveldistance=\dimen280
+\tikzsiblingdistance=\dimen281
+\tikz@figbox=\box63
+\tikz@figbox@bg=\box64
+\tikz@tempbox=\box65
+\tikz@tempbox@bg=\box66
+\tikztreelevel=\count296
+\tikznumberofchildren=\count297
+\tikznumberofcurrentchild=\count298
+\tikz@fig@count=\count299
+ (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
+File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfmatrixcurrentrow=\count300
+\pgfmatrixcurrentcolumn=\count301
+\pgf@matrix@numberofcolumns=\count302
+)
+\tikz@expandcount=\count303
+
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+topaths.code.tex
+File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+patterns.code.tex
+File: tikzlibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
+File: pgflibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.pathmorphing.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
+\pgfdecoratedcompleteddistance=\dimen282
+\pgfdecoratedremainingdistance=\dimen283
+\pgfdecoratedinputsegmentcompleteddistance=\dimen284
+\pgfdecoratedinputsegmentremainingdistance=\dimen285
+\pgf@decorate@distancetomove=\dimen286
+\pgf@decorate@repeatstate=\count304
+\pgfdecorationsegmentamplitude=\dimen287
+\pgfdecorationsegmentlength=\dimen288
+)
+\tikz@lib@dec@box=\box67
+)
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.pathmorphing.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+positioning.code.tex
+File: tikzlibrarypositioning.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+calc.code.tex
+File: tikzlibrarycalc.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.markings.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.markings.code.tex)) (/usr/share/texmf-dist/tex/latex/mdframed/mdframed.sty
+Package: mdframed 2013/07/01 1.9b: mdframed
+
+(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
+Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
+
+(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
+Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
+Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
+))
+(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+(/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty
+Package: expl3 2021-11-22 L3 programming layer (loader)
+
+(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
+File: l3backend-pdftex.def 2021-12-14 L3 backend support: PDF output (pdfTeX)
+\l__color_backend_stack_int=\count305
+\l__pdf_internal_box=\box68
+))
+Package: xparse 2021-11-12 L3 Experimental document command parser
+)
+(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
+Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
+\etb@tempcnta=\count306
+)
+(/usr/share/texmf-dist/tex/latex/zref/zref-abspage.sty
+Package: zref-abspage 2020-07-03 v2.32 Module abspage for zref (HO)
+
+(/usr/share/texmf-dist/tex/latex/zref/zref-base.sty
+Package: zref-base 2020-07-03 v2.32 Module base for zref (HO)
+
+(/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
+Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
+Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
+)
+(/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
+Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
+)
+Package pdftexcmds Info: \pdf@primitive is available.
+Package pdftexcmds Info: \pdf@ifprimitive is available.
+Package pdftexcmds Info: \pdfdraftmode found.
+)
+(/usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
+Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
+)
+(/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
+Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
+)
+Package zref Info: New property list: main on input line 764.
+Package zref Info: New property: default on input line 765.
+Package zref Info: New property: page on input line 766.
+)
+(/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
+Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
+package with kernel methods
+)
+\c@abspage=\count307
+Package zref Info: New property: abspage on input line 66.
+)
+(/usr/share/texmf-dist/tex/latex/needspace/needspace.sty
+Package: needspace 2010/09/12 v1.3d reserve vertical space
+)
+\mdf@templength=\skip60
+\c@mdf@globalstyle@cnt=\count308
+\mdf@skipabove@length=\skip61
+\mdf@skipbelow@length=\skip62
+\mdf@leftmargin@length=\skip63
+\mdf@rightmargin@length=\skip64
+\mdf@innerleftmargin@length=\skip65
+\mdf@innerrightmargin@length=\skip66
+\mdf@innertopmargin@length=\skip67
+\mdf@innerbottommargin@length=\skip68
+\mdf@splittopskip@length=\skip69
+\mdf@splitbottomskip@length=\skip70
+\mdf@outermargin@length=\skip71
+\mdf@innermargin@length=\skip72
+\mdf@linewidth@length=\skip73
+\mdf@innerlinewidth@length=\skip74
+\mdf@middlelinewidth@length=\skip75
+\mdf@outerlinewidth@length=\skip76
+\mdf@roundcorner@length=\skip77
+\mdf@footenotedistance@length=\skip78
+\mdf@userdefinedwidth@length=\skip79
+\mdf@needspace@length=\skip80
+\mdf@frametitleaboveskip@length=\skip81
+\mdf@frametitlebelowskip@length=\skip82
+\mdf@frametitlerulewidth@length=\skip83
+\mdf@frametitleleftmargin@length=\skip84
+\mdf@frametitlerightmargin@length=\skip85
+\mdf@shadowsize@length=\skip86
+\mdf@extratopheight@length=\skip87
+\mdf@subtitleabovelinewidth@length=\skip88
+\mdf@subtitlebelowlinewidth@length=\skip89
+\mdf@subtitleaboveskip@length=\skip90
+\mdf@subtitlebelowskip@length=\skip91
+\mdf@subtitleinneraboveskip@length=\skip92
+\mdf@subtitleinnerbelowskip@length=\skip93
+\mdf@subsubtitleabovelinewidth@length=\skip94
+\mdf@subsubtitlebelowlinewidth@length=\skip95
+\mdf@subsubtitleaboveskip@length=\skip96
+\mdf@subsubtitlebelowskip@length=\skip97
+\mdf@subsubtitleinneraboveskip@length=\skip98
+\mdf@subsubtitleinnerbelowskip@length=\skip99
+
+(/usr/share/texmf-dist/tex/latex/mdframed/md-frame-1.mdf
+File: md-frame-1.mdf 2013/07/01\ 1.9b: md-frame-1
+)
+\mdf@frametitlebox=\box69
+\mdf@footnotebox=\box70
+\mdf@splitbox@one=\box71
+\mdf@splitbox@two=\box72
+\mdf@splitbox@save=\box73
+\mdfsplitboxwidth=\skip100
+\mdfsplitboxtotalwidth=\skip101
+\mdfsplitboxheight=\skip102
+\mdfsplitboxdepth=\skip103
+\mdfsplitboxtotalheight=\skip104
+\mdfframetitleboxwidth=\skip105
+\mdfframetitleboxtotalwidth=\skip106
+\mdfframetitleboxheight=\skip107
+\mdfframetitleboxdepth=\skip108
+\mdfframetitleboxtotalheight=\skip109
+\mdffootnoteboxwidth=\skip110
+\mdffootnoteboxtotalwidth=\skip111
+\mdffootnoteboxheight=\skip112
+\mdffootnoteboxdepth=\skip113
+\mdffootnoteboxtotalheight=\skip114
+\mdftotallinewidth=\skip115
+\mdfboundingboxwidth=\skip116
+\mdfboundingboxtotalwidth=\skip117
+\mdfboundingboxheight=\skip118
+\mdfboundingboxdepth=\skip119
+\mdfboundingboxtotalheight=\skip120
+\mdf@freevspace@length=\skip121
+\mdf@horizontalwidthofbox@length=\skip122
+\mdf@verticalmarginwhole@length=\skip123
+\mdf@horizontalspaceofbox=\skip124
+\mdfsubtitleheight=\skip125
+\mdfsubsubtitleheight=\skip126
+\c@mdfcountframes=\count309
+
+****** mdframed patching \endmdf@trivlist
+
+****** -- success******
+
+\mdf@envdepth=\count310
+\c@mdf@env@i=\count311
+\c@mdf@env@ii=\count312
+\c@mdf@zref@counter=\count313
+Package zref Info: New property: mdf@pagevalue on input line 895.
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
+Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
+
+(/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
+Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
+)
+(/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
+Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
+)
+(/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
+Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
+)
+\@linkdim=\dimen289
+\Hy@linkcounter=\count314
+\Hy@pagecounter=\count315
+
+(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
+File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
+Now handling font encoding PD1 ...
+... no UTF-8 mapping file for font encoding PD1
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
+File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la
+nguages
+)
+(/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
+Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
+)
+\Hy@SavedSpaceFactor=\count316
+
+(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
+File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
+Now handling font encoding PU ...
+... no UTF-8 mapping file for font encoding PU
+)
+Package hyperref Info: Option `colorlinks' set `true' on input line 4073.
+Package hyperref Info: Option `naturalnames' set `true' on input line 4073.
+Package hyperref Info: Option `plainpages' set `false' on input line 4073.
+Package hyperref Info: Option `pdfpagelabels' set `true' on input line 4073.
+Package hyperref Info: Hyper figures OFF on input line 4192.
+Package hyperref Info: Link nesting OFF on input line 4197.
+Package hyperref Info: Hyper index ON on input line 4200.
+Package hyperref Info: Plain pages OFF on input line 4207.
+Package hyperref Info: Backreferencing OFF on input line 4212.
+Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
+Package hyperref Info: Bookmarks ON on input line 4445.
+\c@Hy@tempcnt=\count317
+
+(/usr/share/texmf-dist/tex/latex/url/url.sty
+\Urlmuskip=\muskip17
+Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
+)
+LaTeX Info: Redefining \url on input line 4804.
+\XeTeXLinkMargin=\dimen290
+
+(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty
+Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
+
+(/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
+Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
+)
+))
+\Fld@menulength=\count318
+\Field@Width=\dimen291
+\Fld@charsize=\dimen292
+Package hyperref Info: Hyper figures OFF on input line 6076.
+Package hyperref Info: Link nesting OFF on input line 6081.
+Package hyperref Info: Hyper index ON on input line 6084.
+Package hyperref Info: backreferencing OFF on input line 6091.
+Package hyperref Info: Link coloring ON on input line 6094.
+Package hyperref Info: Link coloring with OCG OFF on input line 6101.
+Package hyperref Info: PDF/A mode OFF on input line 6106.
+LaTeX Info: Redefining \ref on input line 6146.
+LaTeX Info: Redefining \pageref on input line 6150.
+\Hy@abspage=\count319
+\c@Item=\count320
+\c@Hfootnote=\count321
+)
+Package hyperref Info: Driver (autodetected): hpdftex.
+
+(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
+File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX
+
+(/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
+Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
+kage
+with kernel methods
+)
+\HyAnn@Count=\count322
+\Fld@listcount=\count323
+\c@bookmark@seq@number=\count324
+
+(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
+Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
+
+(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
+Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
+)
+Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
+86.
+)
+\Hy@SectionHShift=\skip127
+)
+(/usr/share/texmf-dist/tex/latex/parskip/parskip.sty
+Package: parskip 2021-03-14 v2.0h non-zero parskip adjustments
+)
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.sty
+(/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
+Package: l3keys2e 2021-11-12 LaTeX2e option processing using LaTeX3 keys
+)
+Package: lipsum 2021-09-20 v2.7 150 paragraphs of Lorem Ipsum dummy text
+\g__lipsum_par_int=\count325
+\l__lipsum_a_int=\count326
+\l__lipsum_b_int=\count327
+
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex))
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
+Package: tcolorbox 2021/12/20 version 5.0.1 text color boxes
+
+(/usr/share/texmf-dist/tex/latex/tools/verbatim.sty
+Package: verbatim 2020-07-07 v1.5u LaTeX2e package for verbatim enhancements
+\every@verbatim=\toks47
+\verbatim@line=\toks48
+\verbatim@in@stream=\read3
+)
+(/usr/share/texmf-dist/tex/latex/environ/environ.sty
+Package: environ 2014/05/04 v0.3 A new way to define environments
+
+(/usr/share/texmf-dist/tex/latex/trimspaces/trimspaces.sty
+Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
+))
+\tcb@titlebox=\box74
+\tcb@upperbox=\box75
+\tcb@lowerbox=\box76
+\tcb@phantombox=\box77
+\c@tcbbreakpart=\count328
+\c@tcblayer=\count329
+\c@tcolorbox@number=\count330
+\tcb@temp=\box78
+\tcb@temp=\box79
+\tcb@temp=\box80
+\tcb@temp=\box81
+)
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex
+Library (tcolorbox): 'tcbskins.code.tex' version '5.0.1'
+\tcb@waterbox=\box82
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
+Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '5.0.1'
+)) (/usr/share/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
+Library (tcolorbox): 'tcbbreakable.code.tex' version '5.0.1'
+(/usr/share/texmf-dist/tex/generic/oberdiek/pdfcol.sty
+Package: pdfcol 2019/12/29 v1.6 Handle new color stacks for pdfTeX (HO)
+)
+Package pdfcol Info: New color stack `tcb@breakable' = 1 on input line 23.
+\tcb@testbox=\box83
+\tcb@totalupperbox=\box84
+\tcb@totallowerbox=\box85
+)
+LaTeX Font Info: Trying to load font information for T1+mlmr on input line 5
+7.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/t1mlmr.fd
+File: t1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+) (./main.aux)
+\openout1 = `main.aux'.
+
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 57.
+LaTeX Font Info: ... okay on input line 57.
+
+(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
+[Loading MPS to PDF converter (version 2006.09.02).]
+\scratchcounter=\count331
+\scratchdimen=\dimen293
+\scratchbox=\box86
+\nofMPsegments=\count332
+\nofMParguments=\count333
+\everyMPshowfont=\toks49
+\MPscratchCnt=\count334
+\MPscratchDim=\dimen294
+\MPnumerator=\count335
+\makeMPintoPDFobject=\count336
+\everyMPtoPDFconversion=\toks50
+) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
+Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
+Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
+85.
+
+(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
+File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
+e
+))
+*geometry* driver: auto-detecting
+*geometry* detected driver: pdftex
+*geometry* verbose mode - [ preamble ] result:
+* driver: pdftex
+* paper: a4paper
+* layout: <same size as paper>
+* layoutoffset:(h,v)=(0.0pt,0.0pt)
+* modes:
+* h-part:(L,W,R)=(89.62709pt, 418.25368pt, 89.6271pt)
+* v-part:(T,H,B)=(42.67912pt, 700.96107pt, 101.40665pt)
+* \paperwidth=597.50787pt
+* \paperheight=845.04684pt
+* \textwidth=418.25368pt
+* \textheight=700.96107pt
+* \oddsidemargin=17.3571pt
+* \evensidemargin=17.3571pt
+* \topmargin=-66.59087pt
+* \headheight=12.0pt
+* \headsep=25.0pt
+* \topskip=10.0pt
+* \footskip=30.0pt
+* \marginparwidth=57.0pt
+* \marginparsep=11.0pt
+* \columnsep=10.0pt
+* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
+* \hoffset=0.0pt
+* \voffset=0.0pt
+* \mag=1000
+* \@twocolumnfalse
+* \@twosidefalse
+* \@mparswitchfalse
+* \@reversemarginfalse
+* (1in=72.27pt=25.4mm, 1cm=28.453pt)
+
+Package caption Info: Begin \AtBeginDocument code.
+Package caption Info: float package is loaded.
+Package caption Info: hyperref package is loaded.
+Package caption Info: End \AtBeginDocument code.
+Package hyperref Info: Link coloring ON on input line 57.
+(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
+Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
+
+(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
+Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
+)
+(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
+Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
+)
+\c@section@level=\count337
+)
+LaTeX Info: Redefining \ref on input line 57.
+LaTeX Info: Redefining \pageref on input line 57.
+LaTeX Info: Redefining \nameref on input line 57.
+
+(./main.out) (./main.out)
+\@outlinefile=\write4
+\openout4 = `main.out'.
+
+LaTeX Font Info: Trying to load font information for OT1+mlmr on input line
+59.
+ (/usr/share/texmf-dist/tex/latex/mlmodern/ot1mlmr.fd
+File: ot1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OML+mlmm on input line
+59.
+(/usr/share/texmf-dist/tex/latex/mlmodern/omlmlmm.fd
+File: omlmlmm.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMS+mlmsy on input line
+ 59.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omsmlmsy.fd
+File: omsmlmsy.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMX+mlmex on input line
+ 59.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omxmlmex.fd
+File: omxmlmex.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <12> on input line 59.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <8> on input line 59.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <6> on input line 59.
+LaTeX Font Info: Trying to load font information for U+msa on input line 59.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
+File: umsa.fd 2013/01/14 v3.01 AMS symbols A
+)
+LaTeX Font Info: Trying to load font information for U+msb on input line 59.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
+File: umsb.fd 2013/01/14 v3.01 AMS symbols B
+)
+LaTeX Font Info: Trying to load font information for OMX+yhex on input line
+59.
+
+(/usr/share/texmf-dist/tex/latex/yhmath/OMXyhex.fd
+File: OMXyhex.fd
+File: OMXyhex.fd 2013/07/03 v1.1 YH's humble contribution to TeX maths (NP)
+) (./main.toc
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <10> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <7> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <5> on input line 2.
+)
+\tf@toc=\write5
+\openout5 = `main.toc'.
+
+ [1
+
+{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] (./main.aux)
+Package rerunfilecheck Info: File `main.out' has not changed.
+(rerunfilecheck) Checksum: 441AB5C712371F3D7C4BEFF1CDE559DA;922.
+ )
+Here is how much of TeX's memory you used:
+ 28708 strings out of 478353
+ 571871 string characters out of 5854636
+ 987473 words of memory out of 5000000
+ 46273 multiletter control sequences out of 15000+600000
+ 461255 words of font info for 76 fonts, out of 8000000 for 9000
+ 1141 hyphenation exceptions out of 8191
+ 84i,16n,89p,516b,335s stack positions out of 5000i,500n,10000p,200000b,80000s
+{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}{/usr/share/texmf-dis
+t/fonts/enc/dvips/lm/lm-ec.enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mat
+hex.enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-rm.enc}{/usr/share/texmf-d
+ist/fonts/enc/dvips/lm/lm-mathit.enc}</usr/share/texmf-dist/fonts/type1/public/
+amsfonts/cm/cmex10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmbx
+10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmbx12.pfb></usr/sha
+re/texmf-dist/fonts/type1/public/mlmodern/mlmex10.pfb></usr/share/texmf-dist/fo
+nts/type1/public/mlmodern/mlmmi10.pfb></usr/share/texmf-dist/fonts/type1/public
+/mlmodern/mlmmi5.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmmi7.
+pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmr10.pfb></usr/share/t
+exmf-dist/fonts/type1/public/mlmodern/mlmr12.pfb></usr/share/texmf-dist/fonts/t
+ype1/public/mlmodern/mlmr17.pfb></usr/share/texmf-dist/fonts/type1/public/mlmod
+ern/mlmr5.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmr7.pfb></us
+r/share/texmf-dist/fonts/type1/public/mlmodern/mlmro10.pfb></usr/share/texmf-di
+st/fonts/type1/public/mlmodern/mlmsy10.pfb></usr/share/texmf-dist/fonts/type1/p
+ublic/mlmodern/mlmsy5.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/ml
+msy7.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb>
+</usr/share/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm7.pfb></usr/shar
+e/texmf-dist/fonts/type1/public/yhmath/yhcmex.pfb>
+Output written on main.pdf (3 pages, 227355 bytes).
+PDF statistics:
+ 195 PDF objects out of 1000 (max. 8388607)
+ 149 compressed objects within 2 object streams
+ 41 named destinations out of 1000 (max. 500000)
+ 53 words of extra memory for PDF output out of 10000 (max. 10000000)
+
diff --git a/appl_ana/sesh6/main.out b/appl_ana/sesh6/main.out
@@ -0,0 +1,5 @@
+\BOOKMARK [1][-]{section.1}{\376\377\000S\000h\000e\000e\000t\000\040\0006}{}% 1
+\BOOKMARK [2][-]{subsection.1.1}{\376\377\000F\000o\000u\000r\000i\000e\000r\000\040\000T\000r\000a\000n\000s\000f\000o\000r\000m\000\040\000o\000f\000\040\000t\000h\000e\000\040\000c\000o\000n\000v\000o\000l\000u\000t\000i\000o\000n}{section.1}% 2
+\BOOKMARK [2][-]{subsection.1.2}{\376\377\000M\000o\000r\000e\000\040\000F\000o\000u\000r\000i\000e\000r\000\040\000T\000r\000a\000n\000s\000f\000o\000r\000m\000s}{section.1}% 3
+\BOOKMARK [2][-]{subsection.1.3}{\376\377\000F\000i\000n\000i\000t\000e\000\040\000d\000i\000s\000c\000r\000e\000t\000e\000\040\000F\000o\000u\000r\000i\000e\000r\000\040\000t\000r\000a\000n\000s\000f\000o\000r\000m}{section.1}% 4
+\BOOKMARK [2][-]{subsection.1.4}{\376\377\000D\000i\000s\000c\000r\000e\000t\000e\000\040\000M\000a\000t\000r\000i\000x\000\040\000N\000o\000t\000a\000t\000i\000o\000n}{section.1}% 5
diff --git a/appl_ana/sesh6/main.pdf b/appl_ana/sesh6/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh6/main.tex b/appl_ana/sesh6/main.tex
@@ -63,16 +63,18 @@
Consider the function $f(x)$, which has a Fourier Transform $\hat{f}(\xi)$,
now let us compute the Fourier transform of
\begin{align}
- g(x) = f(3x-1) \sin(x).
+ h(x) = f(3x-1) \sin(x) .
\end{align}
-We know that the Fourier transform of the convolution is
+We know that the Fourier transform of the convolution is (we use somewhat of
+the inverse convolution theorem).
\begin{align}
- (\widehat{f(3x-1)*g(x)}) = \widehat{f(3x-1)} \cdot \hat{g}(\xi).
+ \widehat{(f(3x-1)*g(x))} = \widehat{f(3x-1)} \cdot \hat{g}(\xi).
\end{align}
The Fourier transform of $f(3x-1)$ is simply done by substituting a new
variable
\begin{align}
- \widehat{f(3x-1)} = \frac{1}{3}e^{2\pi i\frac{\xi}{3}} f(\frac{\xi}{3}).
+ \widehat{f(3x-1)} = \frac{1}{3}e^{2\pi i\frac{\xi}{3}}\
+ f\left(\frac{\xi}{3}\right).
\end{align}
The Fourier transform of $\sin(x)$ can be calculated when looking at the
Fourier transform of the Dirac-delta function
@@ -105,12 +107,13 @@ substitutions and thereby get the following result
\end{align}
The whole result is thereby
\begin{align}
- \widehat{f(3x-1)} \cdot \widehat{sin(x)}
- =& \frac{1}{6i} \left(
+ \widehat{f(3x-1)} * \widehat{sin(x)}
+ =& \frac{1}{6i} \bigg(
e^{2\pi
- i(\frac{\xi}{3}-\frac{1}{2\pi})}\hat{f}(\frac{\xi}{3}-\frac{1}{2\pi})-
- e^{2\pi i(\frac{\xi}{3}+\frac{1}{2\pi})}\hat{f}(\frac{\xi}{3}+\frac{1}{2\pi})
- \right)
+ i(\frac{\xi}{3}-\frac{1}{6\pi})}\hat{f}\big(\frac{\xi}{3}-\frac{1}{6\pi}\big)-
+ e^{2\pi
+ i(\frac{\xi}{3}+\frac{1}{6\pi})}\hat{f}\big(\frac{\xi}{3}+\frac{1}{6\pi}\big)
+ \bigg)
\end{align}
\subsection{More Fourier Transforms}
Consider the function
@@ -130,8 +133,13 @@ The Fourier transform of this function is
\end{align}
Let us use this result to solve the following integral
\begin{align}
- \int_\mathbb{R} \frac{\cos(a\xi)}{(2\pi \xi)^2 + 1}\ d\xi &=
- \frac{1}{2}\int_\mathbb{R} \hat{f}(\xi) \text{Re}(e^{ia\xi})\ dx=\\
+ \int_\mathbb{R} \frac{\cos(a\xi)}{(2\pi \xi)^2 + 1}\ d\xi =
+ \frac{1}{2}\int_\mathbb{R} \hat{f}(\xi) \text{Re}(e^{ia\xi})\ dx,\\
+\end{align}
+where we used the fact that $\text{Re}(e^{ia\xi}) = \cos(a\xi)$ and
+$\hat{f}(\xi) = \frac{2}{1+(2\pi \xi)^2}$, thereby
+\begin{align}
+ \frac{1}{2}\int_\mathbb{R} \hat{f}(\xi) \text{Re}(e^{ia\xi})\ dx
&= \frac{1}{2}\text{Re}\left(
\int_\mathbb{R}\hat{f}(\xi)e^{ia\xi}\ d\xi
\right)=\\
@@ -139,7 +147,7 @@ Let us use this result to solve the following integral
\int_\mathbb{R} \hat{f}(\xi) e^{2\pi i \frac{a}{2\pi}\xi}\ d\xi
\right)=\\
&= \frac{1}{2}\text{Re}\left(f(\frac{a}{2\pi})\right)=\\
- &= \frac{1}{2} e^{-\frac{|a|}{2\pi}}
+ &= \frac{1}{2} e^{-\frac{|a|}{2\pi}}.
\end{align}
\subsection{Finite discrete Fourier transform}
Consider $s\in \mathbb{C}^N$ with entries
@@ -151,7 +159,7 @@ for same $0 < \xi_0 < N$. The finite discrete Fourier transform of $s$ is
\hat{s}[k] &= \frac{1}{N} \sum_{n=0}^{N-1} \sin\left(2\pi\xi_0\frac{n}{N}\right)
e^{-2\pi i \frac{k}{N} n} =\\
&=\frac{1}{2iN}\left(
- \sum_{n=0}^{N-1}e^{2\pi i \frac{n}{N}(\xi_0 -k)} + e^{-2\pi i
+ \sum_{n=0}^{N-1}e^{2\pi i \frac{n}{N}(\xi_0 -k)} - e^{-2\pi i
\frac{n}{N}(\xi_0 +k)}
\right).
\end{align}
diff --git a/appl_ana/sesh6/main.toc b/appl_ana/sesh6/main.toc
@@ -0,0 +1,5 @@
+\contentsline {section}{\numberline {1}Sheet 6}{1}{section.1}%
+\contentsline {subsection}{\numberline {1.1}Fourier Transform of the convolution}{1}{subsection.1.1}%
+\contentsline {subsection}{\numberline {1.2}More Fourier Transforms}{2}{subsection.1.2}%
+\contentsline {subsection}{\numberline {1.3}Finite discrete Fourier transform}{3}{subsection.1.3}%
+\contentsline {subsection}{\numberline {1.4}Discrete Matrix Notation}{3}{subsection.1.4}%
diff --git a/appl_ana/sesh7/main.pdf b/appl_ana/sesh7/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh7/main.tex b/appl_ana/sesh7/main.tex
@@ -71,18 +71,26 @@ The Dirac train or Dirac comb on defined in the following way
0\;\;\;\;\;\; \text{else}
\end{cases}
\end{align}
+The dirac comb can be represented in a series of discrete dirac delta's
+\begin{align}
+ \Sha_m[n] = \sum_{l=-N}^N \delta[n - lm],
+\end{align}
+where $\delta[s] = 1$ if $s = 0$ else $0$, for $s \in \mathbb{Z}$.
The discrete Fourier transform of the Dirac comb in $\mathbb{C}^N$ is
\begin{align}
\widehat{\Sha_m[n]}
&=\frac{1}{N}\sum_{n=0}^{N-1} \Sha_m[n] e^{-2\pi i \frac{k}{N}n}=\\
&=\frac{1}{N}\sum_{n=0}^{N-1}
\left(
- m\sum_{l\in\mathbb{Z}} \delta(n-lm)
+ \sum_{l=-N}^N \delta(n-lm)
\right)
- e^{-2\pi i \frac{k}{N}n}=\\
- &=\frac{m}{N}\sum_{l\in\mathbb{Z}} e^{-2\pi i \frac{k}{N}lm}=
- \;\;\;\;\;\;\;\;\;\;\;\;\; (m = \frac{N}{m'})\\
- &= \frac{1}{m'} \sum_{l\in\mathbb{Z}} e^{-2\pi i \frac{k}{m'}l} =\\
+ e^{-2\pi i \frac{k}{N}n},
+\end{align}
+where the summation happens exactly $\frac{N}{m}$ times, then
+\begin{align}
+ &\frac{1}{m}\sum_{l=-N}^N e^{-2\pi i \frac{k}{N}lm}=\\
+ &= \frac{1}{m} \sum_{l=-N}^N \delta[k - l\cdot \frac{N}{m}]\qquad
+ \text{(Poisson's summation formula)} \\
&= \frac{1}{m}\Sha_{\frac{N}{m}}[k]
\end{align}
\subsection{Schwartz Space}
@@ -146,17 +154,13 @@ The Fourier transform of $\xi$ is
\begin{align}
\hat{\xi}(\varphi)
&=\xi(\hat{\varphi})
- = \int_\mathbb{R} \xi \hat{\varphi}(\xi)\ d\xi=\\
- &= \int_\mathbb{R}\xi \int_\mathbb{R} \varphi(x) e^{-2\pi i \xi x}\ dx\
- d\xi=\\
- &=\int_\mathbb{R}\int_\mathbb{R} \xi e^{-2\pi i \xi x}\ d\xi \varphi(x)\
- dx=\\
- &=\int_\mathbb{R} \frac{i}{2\pi}\frac{d}{dx}\int_\mathbb{R}e^{-2\pi i \xi
-x} \ d\xi \varphi(x)\ dx=\\
- &= \int_\mathbb{R}i\frac{1}{2\pi} \frac{d}{dx}\left(2\pi \delta(x)\right)
- \varphi(x)\ dx=\\
- &= \int_\mathbb{R} i\delta'(x)\varphi(x)\ dx\\
- &= i \delta'(\varphi).
+ = \int_\mathbb{R} \xi \hat{\varphi}(\xi)\ d\xi\\
+ &= \int_{\mathbb{R}^2}\xi \varphi(x) e^{2\pi i\xi x}\ dxd\xi\\
+ &= \int_{\mathbb{R}^2}\varphi(x) \xi e^{2\pi i \xi x}\ dxd\xi\\
+ &=\int_{\mathbb{R}^2}\varphi(x)\frac{i}{2\pi} \frac{\partial}{\partial x}
+ e^{2\pi i \xi x}\ dxd\xi =\\
+ &=\frac{i}{2\pi}\int_{\mathbb{R}^2}\varphi(x)\delta'(x)\ dx=\\
+ &=\frac{i}{2\pi} \delta'(\varphi).
\end{align}
\subsection{Fourier transform of the Dirac Comb}
The general case of the Dirac Comb as a distribution is
diff --git a/appl_ana/sesh8/fdft.png b/appl_ana/sesh8/fdft.png
Binary files differ.
diff --git a/appl_ana/sesh8/main.aux b/appl_ana/sesh8/main.aux
@@ -0,0 +1,26 @@
+\relax
+\providecommand\zref@newlabel[2]{}
+\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]{}
+\@writefile{toc}{\contentsline {section}{\numberline {1}Sheet 8}{1}{section.1}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}Finite Discrete Fourier Transform (FDFT)}{1}{subsection.1.1}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}More FDFT}{2}{subsection.1.2}\protected@file@percent }
+\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Test in Julia\relax }}{2}{figure.caption.2}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.3}Sampling Sinusoids}{2}{subsection.1.3}\protected@file@percent }
+\@writefile{toc}{\contentsline {subsection}{\numberline {1.4}Short-Time Fourier Transform (STFT)}{3}{subsection.1.4}\protected@file@percent }
+\gdef \@abspage@last{4}
diff --git a/appl_ana/sesh8/main.log b/appl_ana/sesh8/main.log
@@ -0,0 +1,1303 @@
+This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.1.3) 25 FEB 2022 21:14
+entering extended mode
+ \write18 enabled.
+ %&-line parsing enabled.
+**main.tex
+(./main.tex
+LaTeX2e <2021-11-15> patch level 1
+L3 programming layer <2021-11-22>
+(/usr/share/texmf-dist/tex/latex/base/article.cls
+Document Class: article 2021/10/04 v1.4n Standard LaTeX document class
+(/usr/share/texmf-dist/tex/latex/base/size10.clo
+File: size10.clo 2021/10/04 v1.4n Standard LaTeX file (size option)
+)
+\c@part=\count183
+\c@section=\count184
+\c@subsection=\count185
+\c@subsubsection=\count186
+\c@paragraph=\count187
+\c@subparagraph=\count188
+\c@figure=\count189
+\c@table=\count190
+\abovecaptionskip=\skip47
+\belowcaptionskip=\skip48
+\bibindent=\dimen138
+)
+(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
+Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
+)
+(/usr/share/texmf-dist/tex/latex/base/inputenc.sty
+Package: inputenc 2021/02/14 v1.3d Input encoding file
+\inpenc@prehook=\toks16
+\inpenc@posthook=\toks17
+)
+(/usr/share/texmf-dist/tex/latex/mlmodern/mlmodern.sty
+Package: mlmodern 2021/01/12 v1.1 Modified Latin Modern Fonts
+LaTeX Font Info: Overwriting symbol font `operators' in version `normal'
+(Font) OT1/cmr/m/n --> OT1/mlmr/m/n on input line 27.
+LaTeX Font Info: Overwriting symbol font `letters' in version `normal'
+(Font) OML/cmm/m/it --> OML/mlmm/m/it on input line 28.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `normal'
+(Font) OMS/cmsy/m/n --> OMS/mlmsy/m/n on input line 29.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 30.
+LaTeX Font Info: Overwriting symbol font `operators' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 31.
+LaTeX Font Info: Overwriting symbol font `letters' in version `bold'
+(Font) OML/cmm/b/it --> OML/mlmm/b/it on input line 32.
+LaTeX Font Info: Overwriting symbol font `symbols' in version `bold'
+(Font) OMS/cmsy/b/n --> OMS/mlmsy/b/n on input line 33.
+LaTeX Font Info: Overwriting symbol font `largesymbols' in version `bold'
+(Font) OMX/cmex/m/n --> OMX/mlmex/m/n on input line 34.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 36.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal'
+(Font) OT1/cmss/m/n --> OT1/mlmss/m/n on input line 37.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal'
+(Font) OT1/cmr/m/it --> OT1/mlmr/m/it on input line 38.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 39.
+LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `bold'
+(Font) OT1/cmr/bx/n --> OT1/mlmr/bx/n on input line 40.
+LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold'
+(Font) OT1/cmss/bx/n --> OT1/mlmss/bx/n on input line 41.
+LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold'
+(Font) OT1/cmr/bx/it --> OT1/mlmr/bx/it on input line 42.
+LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `bold'
+(Font) OT1/cmtt/m/n --> OT1/mlmtt/m/n on input line 43.
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty
+Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty
+Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
+\KV@toks@=\toks18
+)
+(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty
+Package: graphics 2021/03/04 v1.4d Standard LaTeX Graphics (DPC,SPQR)
+
+(/usr/share/texmf-dist/tex/latex/graphics/trig.sty
+Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
+)
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
+File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
+)
+Package graphics Info: Driver file: pdftex.def on input line 107.
+
+(/usr/share/texmf-dist/tex/latex/graphics-def/pdftex.def
+File: pdftex.def 2020/10/05 v1.2a Graphics/color driver for pdftex
+))
+\Gin@req@height=\dimen139
+\Gin@req@width=\dimen140
+)
+(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
+Package: geometry 2020/01/02 v5.9 Page Geometry
+
+(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty
+Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
+
+(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty
+Package: iftex 2020/03/06 v1.0d TeX engine tests
+))
+\Gm@cnth=\count191
+\Gm@cntv=\count192
+\c@Gm@tempcnt=\count193
+\Gm@bindingoffset=\dimen141
+\Gm@wd@mp=\dimen142
+\Gm@odd@mp=\dimen143
+\Gm@even@mp=\dimen144
+\Gm@layoutwidth=\dimen145
+\Gm@layoutheight=\dimen146
+\Gm@layouthoffset=\dimen147
+\Gm@layoutvoffset=\dimen148
+\Gm@dimlist=\toks19
+)
+(/usr/share/texmf-dist/tex/latex/caption/subcaption.sty
+Package: subcaption 2020/10/07 v1.3j Sub-captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption.sty
+Package: caption 2020/10/26 v3.5g Customizing captions (AR)
+
+(/usr/share/texmf-dist/tex/latex/caption/caption3.sty
+Package: caption3 2020/10/21 v2.2e caption3 kernel (AR)
+\captionmargin=\dimen149
+\captionmargin@=\dimen150
+\captionwidth=\dimen151
+\caption@tempdima=\dimen152
+\caption@indent=\dimen153
+\caption@parindent=\dimen154
+\caption@hangindent=\dimen155
+Package caption Info: Standard document class detected.
+)
+\c@caption@flags=\count194
+\c@continuedfloat=\count195
+)
+\c@subfigure=\count196
+\c@subtable=\count197
+)
+(/usr/share/texmf-dist/tex/latex/enumitem/enumitem.sty
+Package: enumitem 2019/06/20 v3.9 Customized lists
+\labelindent=\skip49
+\enit@outerparindent=\dimen156
+\enit@toks=\toks20
+\enit@inbox=\box50
+\enit@count@id=\count198
+\enitdp@description=\count199
+)
+(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
+Package: amssymb 2013/01/14 v3.01 AMS font symbols
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty
+Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
+\@emptytoks=\toks21
+\symAMSa=\mathgroup4
+\symAMSb=\mathgroup5
+LaTeX Font Info: Redeclaring math symbol \hbar on input line 98.
+LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold'
+(Font) U/euf/m/n --> U/euf/b/n on input line 106.
+))
+(/usr/share/texmf-dist/tex/latex/amscls/amsthm.sty
+Package: amsthm 2020/05/29 v2.20.6
+\thm@style=\toks22
+\thm@bodyfont=\toks23
+\thm@headfont=\toks24
+\thm@notefont=\toks25
+\thm@headpunct=\toks26
+\thm@preskip=\skip50
+\thm@postskip=\skip51
+\thm@headsep=\skip52
+\dth@everypar=\toks27
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mathtools.sty
+Package: mathtools 2021/04/12 v1.27 mathematical typesetting tools
+
+(/usr/share/texmf-dist/tex/latex/tools/calc.sty
+Package: calc 2017/05/25 v4.3 Infix arithmetic (KKT,FJ)
+\calc@Acount=\count266
+\calc@Bcount=\count267
+\calc@Adimen=\dimen157
+\calc@Bdimen=\dimen158
+\calc@Askip=\skip53
+\calc@Bskip=\skip54
+LaTeX Info: Redefining \setlength on input line 80.
+LaTeX Info: Redefining \addtolength on input line 81.
+\calc@Ccount=\count268
+\calc@Cskip=\skip55
+)
+(/usr/share/texmf-dist/tex/latex/mathtools/mhsetup.sty
+Package: mhsetup 2021/03/18 v1.4 programming setup (MH)
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
+Package: amsmath 2021/10/15 v2.17l AMS math features
+\@mathmargin=\skip56
+
+For additional information on amsmath, use the `?' option.
+(/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
+Package: amstext 2021/08/26 v2.01 AMS text
+
+(/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty
+File: amsgen.sty 1999/11/30 v2.0 generic functions
+\@emptytoks=\toks28
+\ex@=\dimen159
+))
+(/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty
+Package: amsbsy 1999/11/29 v1.2d Bold Symbols
+\pmbraise@=\dimen160
+)
+(/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty
+Package: amsopn 2021/08/26 v2.02 operator names
+)
+\inf@bad=\count269
+LaTeX Info: Redefining \frac on input line 234.
+\uproot@=\count270
+\leftroot@=\count271
+LaTeX Info: Redefining \overline on input line 399.
+\classnum@=\count272
+\DOTSCASE@=\count273
+LaTeX Info: Redefining \ldots on input line 496.
+LaTeX Info: Redefining \dots on input line 499.
+LaTeX Info: Redefining \cdots on input line 620.
+\Mathstrutbox@=\box51
+\strutbox@=\box52
+\big@size=\dimen161
+LaTeX Font Info: Redeclaring font encoding OML on input line 743.
+LaTeX Font Info: Redeclaring font encoding OMS on input line 744.
+\macc@depth=\count274
+\c@MaxMatrixCols=\count275
+\dotsspace@=\muskip16
+\c@parentequation=\count276
+\dspbrk@lvl=\count277
+\tag@help=\toks29
+\row@=\count278
+\column@=\count279
+\maxfields@=\count280
+\andhelp@=\toks30
+\eqnshift@=\dimen162
+\alignsep@=\dimen163
+\tagshift@=\dimen164
+\tagwidth@=\dimen165
+\totwidth@=\dimen166
+\lineht@=\dimen167
+\@envbody=\toks31
+\multlinegap=\skip57
+\multlinetaggap=\skip58
+\mathdisplay@stack=\toks32
+LaTeX Info: Redefining \[ on input line 2938.
+LaTeX Info: Redefining \] on input line 2939.
+)
+LaTeX Info: Thecontrolsequence`\('isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\)'isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\['isalreadyrobust on input line 130.
+LaTeX Info: Thecontrolsequence`\]'isalreadyrobust on input line 130.
+\g_MT_multlinerow_int=\count281
+\l_MT_multwidth_dim=\dimen168
+\origjot=\skip59
+\l_MT_shortvdotswithinadjustabove_dim=\dimen169
+\l_MT_shortvdotswithinadjustbelow_dim=\dimen170
+\l_MT_above_intertext_sep=\dimen171
+\l_MT_below_intertext_sep=\dimen172
+\l_MT_above_shortintertext_sep=\dimen173
+\l_MT_below_shortintertext_sep=\dimen174
+\xmathstrut@box=\box53
+\xmathstrut@dim=\dimen175
+)
+(/usr/share/texmf-dist/tex/latex/braket/braket.sty)
+(/usr/share/texmf-dist/tex/latex/bbm-macros/bbm.sty
+Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH
+LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold'
+(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33.
+LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold'
+(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35.
+)
+(/usr/share/texmf-dist/tex/latex/float/float.sty
+Package: float 2001/11/08 v1.3d Float enhancements (AL)
+\c@float@type=\count282
+\float@exts=\toks33
+\float@box=\box54
+\@float@everytoks=\toks34
+\@floatcapt=\box55
+)
+(/usr/share/texmf-dist/tex/latex/yhmath/yhmath.sty
+Package: yhmath 2020/03/17 v1.6
+\symyhlargesymbols=\mathgroup6
+LaTeX Font Info: Redeclaring math accent \widetilde on input line 29.
+LaTeX Font Info: Redeclaring math accent \widehat on input line 30.
+LaTeX Font Info: Redeclaring math symbol \braceld on input line 48.
+LaTeX Font Info: Redeclaring math symbol \bracerd on input line 49.
+LaTeX Font Info: Redeclaring math symbol \bracelu on input line 50.
+LaTeX Font Info: Redeclaring math symbol \braceru on input line 51.
+LaTeX Font Info: Redeclaring math delimiter \lmoustache on input line 53.
+LaTeX Font Info: Redeclaring math delimiter \rmoustache on input line 55.
+LaTeX Font Info: Redeclaring math delimiter \arrowvert on input line 57.
+LaTeX Font Info: Redeclaring math delimiter \Arrowvert on input line 59.
+LaTeX Font Info: Redeclaring math delimiter \Vert on input line 61.
+LaTeX Font Info: Redeclaring math delimiter \vert on input line 63.
+LaTeX Font Info: Redeclaring math delimiter \uparrow on input line 65.
+LaTeX Font Info: Redeclaring math delimiter \downarrow on input line 67.
+LaTeX Font Info: Redeclaring math delimiter \updownarrow on input line 69.
+LaTeX Font Info: Redeclaring math delimiter \Uparrow on input line 71.
+LaTeX Font Info: Redeclaring math delimiter \Downarrow on input line 73.
+LaTeX Font Info: Redeclaring math delimiter \Updownarrow on input line 75.
+LaTeX Font Info: Redeclaring math delimiter \backslash on input line 79.
+LaTeX Font Info: Redeclaring math delimiter \rangle on input line 81.
+LaTeX Font Info: Redeclaring math delimiter \langle on input line 83.
+LaTeX Font Info: Redeclaring math delimiter \rbrace on input line 85.
+LaTeX Font Info: Redeclaring math delimiter \lbrace on input line 87.
+LaTeX Font Info: Redeclaring math delimiter \rceil on input line 89.
+LaTeX Font Info: Redeclaring math delimiter \lceil on input line 91.
+LaTeX Font Info: Redeclaring math delimiter \rfloor on input line 93.
+LaTeX Font Info: Redeclaring math delimiter \lfloor on input line 95.
+LaTeX Font Info: Redeclaring math delimiter \lgroup on input line 97.
+LaTeX Font Info: Redeclaring math delimiter \rgroup on input line 99.
+LaTeX Font Info: Redeclaring math delimiter \bracevert on input line 101.
+)
+(/usr/share/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
+\pgfutil@everybye=\toks35
+\pgfutil@tempdima=\dimen176
+\pgfutil@tempdimb=\dimen177
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
+\pgfutil@abb=\box56
+)
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/pgf.revision.tex)
+Package: pgfrcs 2021/05/15 v3.1.9a (3.1.9a)
+))
+Package: pgf 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
+(/usr/share/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
+Package: pgfsys 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
+\pgfkeys@pathtoks=\toks36
+\pgfkeys@temptoks=\toks37
+
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex
+\pgfkeys@tmptoks=\toks38
+))
+\pgf@x=\dimen178
+\pgf@y=\dimen179
+\pgf@xa=\dimen180
+\pgf@ya=\dimen181
+\pgf@xb=\dimen182
+\pgf@yb=\dimen183
+\pgf@xc=\dimen184
+\pgf@yc=\dimen185
+\pgf@xd=\dimen186
+\pgf@yd=\dimen187
+\w@pgf@writea=\write3
+\r@pgf@reada=\read2
+\c@pgf@counta=\count283
+\c@pgf@countb=\count284
+\c@pgf@countc=\count285
+\c@pgf@countd=\count286
+\t@pgf@toka=\toks39
+\t@pgf@tokb=\toks40
+\t@pgf@tokc=\toks41
+\pgf@sys@id@count=\count287
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
+File: pgf.cfg 2021/05/15 v3.1.9a (3.1.9a)
+)
+Driver file for pgf: pgfsys-pdftex.def
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
+File: pgfsys-pdftex.def 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
+File: pgfsys-common-pdf.def 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
+File: pgfsyssoftpath.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfsyssoftpath@smallbuffer@items=\count288
+\pgfsyssoftpath@bigbuffer@items=\count289
+)
+(/usr/share/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
+File: pgfsysprotocol.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty
+Package: xcolor 2021/10/31 v2.13 LaTeX color extensions (UK)
+
+(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg
+File: color.cfg 2016/01/02 v1.6 sample color configuration
+)
+Package xcolor Info: Driver file: pdftex.def on input line 227.
+Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1352.
+Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1356.
+Package xcolor Info: Model `RGB' extended on input line 1368.
+Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1370.
+Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1371.
+Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1372.
+Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1373.
+Package xcolor Info: Model `Gray' substituted by `gray' on input line 1374.
+Package xcolor Info: Model `wave' substituted by `hsb' on input line 1375.
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
+Package: pgfcore 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
+\pgfmath@dimen=\dimen188
+\pgfmath@count=\count290
+\pgfmath@box=\box57
+\pgfmath@toks=\toks42
+\pgfmath@stack@operand=\toks43
+\pgfmath@stack@operation=\toks44
+)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code
+.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.te
+x) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics
+.code.tex))) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
+\c@pgfmathroundto@lastzeros=\count291
+)) (/usr/share/texmf-dist/tex/generic/pgf/math/pgfint.code.tex)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
+File: pgfcorepoints.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@picminx=\dimen189
+\pgf@picmaxx=\dimen190
+\pgf@picminy=\dimen191
+\pgf@picmaxy=\dimen192
+\pgf@pathminx=\dimen193
+\pgf@pathmaxx=\dimen194
+\pgf@pathminy=\dimen195
+\pgf@pathmaxy=\dimen196
+\pgf@xx=\dimen197
+\pgf@xy=\dimen198
+\pgf@yx=\dimen199
+\pgf@yy=\dimen256
+\pgf@zx=\dimen257
+\pgf@zy=\dimen258
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
+File: pgfcorepathconstruct.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@path@lastx=\dimen259
+\pgf@path@lasty=\dimen260
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
+File: pgfcorepathusage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@shorten@end@additional=\dimen261
+\pgf@shorten@start@additional=\dimen262
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
+File: pgfcorescopes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfpic=\box58
+\pgf@hbox=\box59
+\pgf@layerbox@main=\box60
+\pgf@picture@serial@count=\count292
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
+File: pgfcoregraphicstate.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgflinewidth=\dimen263
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.t
+ex
+File: pgfcoretransformations.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@pt@x=\dimen264
+\pgf@pt@y=\dimen265
+\pgf@pt@temp=\dimen266
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
+File: pgfcorequick.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
+File: pgfcoreobjects.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.te
+x
+File: pgfcorepathprocessing.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
+File: pgfcorearrows.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfarrowsep=\dimen267
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
+File: pgfcoreshade.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@max=\dimen268
+\pgf@sys@shading@range@num=\count293
+\pgf@shadingcount=\count294
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
+File: pgfcoreimage.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
+File: pgfcoreexternal.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfexternal@startupbox=\box61
+))
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
+File: pgfcorelayers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
+File: pgfcoretransparency.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+) (/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
+File: pgfcorepatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
+File: pgfcorerdf.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
+File: pgfmoduleshapes.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfnodeparttextbox=\box62
+)
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
+File: pgfmoduleplot.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
+Package: pgfcomp-version-0-65 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@nodesepstart=\dimen269
+\pgf@nodesepend=\dimen270
+)
+(/usr/share/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
+Package: pgfcomp-version-1-18 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
+(/usr/share/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
+(/usr/share/texmf-dist/tex/latex/pgf/math/pgfmath.sty
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
+Package: pgffor 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
+\pgffor@iter=\dimen271
+\pgffor@skip=\dimen272
+\pgffor@stack=\toks45
+\pgffor@toks=\toks46
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
+Package: tikz 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.te
+x
+File: pgflibraryplothandlers.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgf@plot@mark@count=\count295
+\pgfplotmarksize=\dimen273
+)
+\tikz@lastx=\dimen274
+\tikz@lasty=\dimen275
+\tikz@lastxsaved=\dimen276
+\tikz@lastysaved=\dimen277
+\tikz@lastmovetox=\dimen278
+\tikz@lastmovetoy=\dimen279
+\tikzleveldistance=\dimen280
+\tikzsiblingdistance=\dimen281
+\tikz@figbox=\box63
+\tikz@figbox@bg=\box64
+\tikz@tempbox=\box65
+\tikz@tempbox@bg=\box66
+\tikztreelevel=\count296
+\tikznumberofchildren=\count297
+\tikznumberofcurrentchild=\count298
+\tikz@fig@count=\count299
+ (/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
+File: pgfmodulematrix.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+\pgfmatrixcurrentrow=\count300
+\pgfmatrixcurrentcolumn=\count301
+\pgf@matrix@numberofcolumns=\count302
+)
+\tikz@expandcount=\count303
+
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+topaths.code.tex
+File: tikzlibrarytopaths.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+patterns.code.tex
+File: tikzlibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibrarypatterns.code.tex
+File: pgflibrarypatterns.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.pathmorphing.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/modules/pgfmoduledecorations.code.tex
+\pgfdecoratedcompleteddistance=\dimen282
+\pgfdecoratedremainingdistance=\dimen283
+\pgfdecoratedinputsegmentcompleteddistance=\dimen284
+\pgfdecoratedinputsegmentremainingdistance=\dimen285
+\pgf@decorate@distancetomove=\dimen286
+\pgf@decorate@repeatstate=\count304
+\pgfdecorationsegmentamplitude=\dimen287
+\pgfdecorationsegmentlength=\dimen288
+)
+\tikz@lib@dec@box=\box67
+)
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.pathmorphing.code.tex))
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+positioning.code.tex
+File: tikzlibrarypositioning.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+calc.code.tex
+File: tikzlibrarycalc.code.tex 2021/05/15 v3.1.9a (3.1.9a)
+)
+(/usr/share/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrary
+decorations.markings.code.tex
+(/usr/share/texmf-dist/tex/generic/pgf/libraries/decorations/pgflibrarydecorati
+ons.markings.code.tex)) (/usr/share/texmf-dist/tex/latex/mdframed/mdframed.sty
+Package: mdframed 2013/07/01 1.9b: mdframed
+
+(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty
+Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
+
+(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
+Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
+Package: kvsetkeys 2019/12/15 v1.18 Key value parser (HO)
+))
+(/usr/share/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+(/usr/share/texmf-dist/tex/latex/l3kernel/expl3.sty
+Package: expl3 2021-11-22 L3 programming layer (loader)
+
+(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
+File: l3backend-pdftex.def 2021-12-14 L3 backend support: PDF output (pdfTeX)
+\l__color_backend_stack_int=\count305
+\l__pdf_internal_box=\box68
+))
+Package: xparse 2021-11-12 L3 Experimental document command parser
+)
+(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
+Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
+\etb@tempcnta=\count306
+)
+(/usr/share/texmf-dist/tex/latex/zref/zref-abspage.sty
+Package: zref-abspage 2020-07-03 v2.32 Module abspage for zref (HO)
+
+(/usr/share/texmf-dist/tex/latex/zref/zref-base.sty
+Package: zref-base 2020-07-03 v2.32 Module base for zref (HO)
+
+(/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty
+Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
+)
+(/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
+Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
+)
+(/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
+Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO
+)
+Package pdftexcmds Info: \pdf@primitive is available.
+Package pdftexcmds Info: \pdf@ifprimitive is available.
+Package pdftexcmds Info: \pdfdraftmode found.
+)
+(/usr/share/texmf-dist/tex/generic/etexcmds/etexcmds.sty
+Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
+)
+(/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty
+Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
+)
+Package zref Info: New property list: main on input line 764.
+Package zref Info: New property: default on input line 765.
+Package zref Info: New property: page on input line 766.
+)
+(/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty
+Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
+package with kernel methods
+)
+\c@abspage=\count307
+Package zref Info: New property: abspage on input line 66.
+)
+(/usr/share/texmf-dist/tex/latex/needspace/needspace.sty
+Package: needspace 2010/09/12 v1.3d reserve vertical space
+)
+\mdf@templength=\skip60
+\c@mdf@globalstyle@cnt=\count308
+\mdf@skipabove@length=\skip61
+\mdf@skipbelow@length=\skip62
+\mdf@leftmargin@length=\skip63
+\mdf@rightmargin@length=\skip64
+\mdf@innerleftmargin@length=\skip65
+\mdf@innerrightmargin@length=\skip66
+\mdf@innertopmargin@length=\skip67
+\mdf@innerbottommargin@length=\skip68
+\mdf@splittopskip@length=\skip69
+\mdf@splitbottomskip@length=\skip70
+\mdf@outermargin@length=\skip71
+\mdf@innermargin@length=\skip72
+\mdf@linewidth@length=\skip73
+\mdf@innerlinewidth@length=\skip74
+\mdf@middlelinewidth@length=\skip75
+\mdf@outerlinewidth@length=\skip76
+\mdf@roundcorner@length=\skip77
+\mdf@footenotedistance@length=\skip78
+\mdf@userdefinedwidth@length=\skip79
+\mdf@needspace@length=\skip80
+\mdf@frametitleaboveskip@length=\skip81
+\mdf@frametitlebelowskip@length=\skip82
+\mdf@frametitlerulewidth@length=\skip83
+\mdf@frametitleleftmargin@length=\skip84
+\mdf@frametitlerightmargin@length=\skip85
+\mdf@shadowsize@length=\skip86
+\mdf@extratopheight@length=\skip87
+\mdf@subtitleabovelinewidth@length=\skip88
+\mdf@subtitlebelowlinewidth@length=\skip89
+\mdf@subtitleaboveskip@length=\skip90
+\mdf@subtitlebelowskip@length=\skip91
+\mdf@subtitleinneraboveskip@length=\skip92
+\mdf@subtitleinnerbelowskip@length=\skip93
+\mdf@subsubtitleabovelinewidth@length=\skip94
+\mdf@subsubtitlebelowlinewidth@length=\skip95
+\mdf@subsubtitleaboveskip@length=\skip96
+\mdf@subsubtitlebelowskip@length=\skip97
+\mdf@subsubtitleinneraboveskip@length=\skip98
+\mdf@subsubtitleinnerbelowskip@length=\skip99
+
+(/usr/share/texmf-dist/tex/latex/mdframed/md-frame-1.mdf
+File: md-frame-1.mdf 2013/07/01\ 1.9b: md-frame-1
+)
+\mdf@frametitlebox=\box69
+\mdf@footnotebox=\box70
+\mdf@splitbox@one=\box71
+\mdf@splitbox@two=\box72
+\mdf@splitbox@save=\box73
+\mdfsplitboxwidth=\skip100
+\mdfsplitboxtotalwidth=\skip101
+\mdfsplitboxheight=\skip102
+\mdfsplitboxdepth=\skip103
+\mdfsplitboxtotalheight=\skip104
+\mdfframetitleboxwidth=\skip105
+\mdfframetitleboxtotalwidth=\skip106
+\mdfframetitleboxheight=\skip107
+\mdfframetitleboxdepth=\skip108
+\mdfframetitleboxtotalheight=\skip109
+\mdffootnoteboxwidth=\skip110
+\mdffootnoteboxtotalwidth=\skip111
+\mdffootnoteboxheight=\skip112
+\mdffootnoteboxdepth=\skip113
+\mdffootnoteboxtotalheight=\skip114
+\mdftotallinewidth=\skip115
+\mdfboundingboxwidth=\skip116
+\mdfboundingboxtotalwidth=\skip117
+\mdfboundingboxheight=\skip118
+\mdfboundingboxdepth=\skip119
+\mdfboundingboxtotalheight=\skip120
+\mdf@freevspace@length=\skip121
+\mdf@horizontalwidthofbox@length=\skip122
+\mdf@verticalmarginwhole@length=\skip123
+\mdf@horizontalspaceofbox=\skip124
+\mdfsubtitleheight=\skip125
+\mdfsubsubtitleheight=\skip126
+\c@mdfcountframes=\count309
+
+****** mdframed patching \endmdf@trivlist
+
+****** -- success******
+
+\mdf@envdepth=\count310
+\c@mdf@env@i=\count311
+\c@mdf@env@ii=\count312
+\c@mdf@zref@counter=\count313
+Package zref Info: New property: mdf@pagevalue on input line 895.
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty
+Package: hyperref 2021-06-07 v7.00m Hypertext links for LaTeX
+
+(/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty
+Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
+)
+(/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty
+Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
+)
+(/usr/share/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
+Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
+)
+\@linkdim=\dimen289
+\Hy@linkcounter=\count314
+\Hy@pagecounter=\count315
+
+(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def
+File: pd1enc.def 2021-06-07 v7.00m Hyperref: PDFDocEncoding definition (HO)
+Now handling font encoding PD1 ...
+... no UTF-8 mapping file for font encoding PD1
+)
+(/usr/share/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def
+File: hyperref-langpatches.def 2021-06-07 v7.00m Hyperref: patches for babel la
+nguages
+)
+(/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty
+Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
+)
+\Hy@SavedSpaceFactor=\count316
+
+(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def
+File: puenc.def 2021-06-07 v7.00m Hyperref: PDF Unicode definition (HO)
+Now handling font encoding PU ...
+... no UTF-8 mapping file for font encoding PU
+)
+Package hyperref Info: Option `colorlinks' set `true' on input line 4073.
+Package hyperref Info: Option `naturalnames' set `true' on input line 4073.
+Package hyperref Info: Option `plainpages' set `false' on input line 4073.
+Package hyperref Info: Option `pdfpagelabels' set `true' on input line 4073.
+Package hyperref Info: Hyper figures OFF on input line 4192.
+Package hyperref Info: Link nesting OFF on input line 4197.
+Package hyperref Info: Hyper index ON on input line 4200.
+Package hyperref Info: Plain pages OFF on input line 4207.
+Package hyperref Info: Backreferencing OFF on input line 4212.
+Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
+Package hyperref Info: Bookmarks ON on input line 4445.
+\c@Hy@tempcnt=\count317
+
+(/usr/share/texmf-dist/tex/latex/url/url.sty
+\Urlmuskip=\muskip17
+Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc.
+)
+LaTeX Info: Redefining \url on input line 4804.
+\XeTeXLinkMargin=\dimen290
+
+(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty
+Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
+
+(/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
+Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO
+)
+))
+\Fld@menulength=\count318
+\Field@Width=\dimen291
+\Fld@charsize=\dimen292
+Package hyperref Info: Hyper figures OFF on input line 6076.
+Package hyperref Info: Link nesting OFF on input line 6081.
+Package hyperref Info: Hyper index ON on input line 6084.
+Package hyperref Info: backreferencing OFF on input line 6091.
+Package hyperref Info: Link coloring ON on input line 6094.
+Package hyperref Info: Link coloring with OCG OFF on input line 6101.
+Package hyperref Info: PDF/A mode OFF on input line 6106.
+LaTeX Info: Redefining \ref on input line 6146.
+LaTeX Info: Redefining \pageref on input line 6150.
+\Hy@abspage=\count319
+\c@Item=\count320
+\c@Hfootnote=\count321
+)
+Package hyperref Info: Driver (autodetected): hpdftex.
+
+(/usr/share/texmf-dist/tex/latex/hyperref/hpdftex.def
+File: hpdftex.def 2021-06-07 v7.00m Hyperref driver for pdfTeX
+
+(/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty
+Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend pac
+kage
+with kernel methods
+)
+\HyAnn@Count=\count322
+\Fld@listcount=\count323
+\c@bookmark@seq@number=\count324
+
+(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
+Package: rerunfilecheck 2019/12/05 v1.9 Rerun checks for auxiliary files (HO)
+
+(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
+Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
+)
+Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
+86.
+)
+\Hy@SectionHShift=\skip127
+)
+(/usr/share/texmf-dist/tex/latex/parskip/parskip.sty
+Package: parskip 2021-03-14 v2.0h non-zero parskip adjustments
+)
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.sty
+(/usr/share/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
+Package: l3keys2e 2021-11-12 LaTeX2e option processing using LaTeX3 keys
+)
+Package: lipsum 2021-09-20 v2.7 150 paragraphs of Lorem Ipsum dummy text
+\g__lipsum_par_int=\count325
+\l__lipsum_a_int=\count326
+\l__lipsum_b_int=\count327
+
+(/usr/share/texmf-dist/tex/latex/lipsum/lipsum.ltd.tex))
+(/usr/share/texmf-dist/tex/latex/base/fontenc.sty
+Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
+
+(/usr/share/texmf-dist/tex/latex/cyrillic/ot2enc.def
+File: ot2enc.def 2001/08/11 v3.3a Cyrillic encoding definition file
+Now handling font encoding OT2 ...
+... processing UTF-8 mapping file for font encoding OT2
+
+(/usr/share/texmf-dist/tex/latex/base/ot2enc.dfu
+File: ot2enc.dfu 2021/06/21 v1.2n UTF-8 support
+ defining Unicode char U+00AB (decimal 171)
+ defining Unicode char U+00BB (decimal 187)
+ defining Unicode char U+0131 (decimal 305)
+ defining Unicode char U+0237 (decimal 567)
+ defining Unicode char U+0400 (decimal 1024)
+ defining Unicode char U+0401 (decimal 1025)
+ defining Unicode char U+0402 (decimal 1026)
+ defining Unicode char U+0403 (decimal 1027)
+ defining Unicode char U+0404 (decimal 1028)
+ defining Unicode char U+0405 (decimal 1029)
+ defining Unicode char U+0406 (decimal 1030)
+ defining Unicode char U+0408 (decimal 1032)
+ defining Unicode char U+0409 (decimal 1033)
+ defining Unicode char U+040A (decimal 1034)
+ defining Unicode char U+040B (decimal 1035)
+ defining Unicode char U+040C (decimal 1036)
+ defining Unicode char U+040D (decimal 1037)
+ defining Unicode char U+040F (decimal 1039)
+ defining Unicode char U+0410 (decimal 1040)
+ defining Unicode char U+0411 (decimal 1041)
+ defining Unicode char U+0412 (decimal 1042)
+ defining Unicode char U+0413 (decimal 1043)
+ defining Unicode char U+0414 (decimal 1044)
+ defining Unicode char U+0415 (decimal 1045)
+ defining Unicode char U+0416 (decimal 1046)
+ defining Unicode char U+0417 (decimal 1047)
+ defining Unicode char U+0418 (decimal 1048)
+ defining Unicode char U+0419 (decimal 1049)
+ defining Unicode char U+041A (decimal 1050)
+ defining Unicode char U+041B (decimal 1051)
+ defining Unicode char U+041C (decimal 1052)
+ defining Unicode char U+041D (decimal 1053)
+ defining Unicode char U+041E (decimal 1054)
+ defining Unicode char U+041F (decimal 1055)
+ defining Unicode char U+0420 (decimal 1056)
+ defining Unicode char U+0421 (decimal 1057)
+ defining Unicode char U+0422 (decimal 1058)
+ defining Unicode char U+0423 (decimal 1059)
+ defining Unicode char U+0424 (decimal 1060)
+ defining Unicode char U+0425 (decimal 1061)
+ defining Unicode char U+0426 (decimal 1062)
+ defining Unicode char U+0427 (decimal 1063)
+ defining Unicode char U+0428 (decimal 1064)
+ defining Unicode char U+0429 (decimal 1065)
+ defining Unicode char U+042A (decimal 1066)
+ defining Unicode char U+042B (decimal 1067)
+ defining Unicode char U+042C (decimal 1068)
+ defining Unicode char U+042D (decimal 1069)
+ defining Unicode char U+042E (decimal 1070)
+ defining Unicode char U+042F (decimal 1071)
+ defining Unicode char U+0430 (decimal 1072)
+ defining Unicode char U+0431 (decimal 1073)
+ defining Unicode char U+0432 (decimal 1074)
+ defining Unicode char U+0433 (decimal 1075)
+ defining Unicode char U+0434 (decimal 1076)
+ defining Unicode char U+0435 (decimal 1077)
+ defining Unicode char U+0436 (decimal 1078)
+ defining Unicode char U+0437 (decimal 1079)
+ defining Unicode char U+0438 (decimal 1080)
+ defining Unicode char U+0439 (decimal 1081)
+ defining Unicode char U+043A (decimal 1082)
+ defining Unicode char U+043B (decimal 1083)
+ defining Unicode char U+043C (decimal 1084)
+ defining Unicode char U+043D (decimal 1085)
+ defining Unicode char U+043E (decimal 1086)
+ defining Unicode char U+043F (decimal 1087)
+ defining Unicode char U+0440 (decimal 1088)
+ defining Unicode char U+0441 (decimal 1089)
+ defining Unicode char U+0442 (decimal 1090)
+ defining Unicode char U+0443 (decimal 1091)
+ defining Unicode char U+0444 (decimal 1092)
+ defining Unicode char U+0445 (decimal 1093)
+ defining Unicode char U+0446 (decimal 1094)
+ defining Unicode char U+0447 (decimal 1095)
+ defining Unicode char U+0448 (decimal 1096)
+ defining Unicode char U+0449 (decimal 1097)
+ defining Unicode char U+044A (decimal 1098)
+ defining Unicode char U+044B (decimal 1099)
+ defining Unicode char U+044C (decimal 1100)
+ defining Unicode char U+044D (decimal 1101)
+ defining Unicode char U+044E (decimal 1102)
+ defining Unicode char U+044F (decimal 1103)
+ defining Unicode char U+0450 (decimal 1104)
+ defining Unicode char U+0451 (decimal 1105)
+ defining Unicode char U+0452 (decimal 1106)
+ defining Unicode char U+0453 (decimal 1107)
+ defining Unicode char U+0454 (decimal 1108)
+ defining Unicode char U+0455 (decimal 1109)
+ defining Unicode char U+0456 (decimal 1110)
+ defining Unicode char U+0458 (decimal 1112)
+ defining Unicode char U+0459 (decimal 1113)
+ defining Unicode char U+045A (decimal 1114)
+ defining Unicode char U+045B (decimal 1115)
+ defining Unicode char U+045C (decimal 1116)
+ defining Unicode char U+045D (decimal 1117)
+ defining Unicode char U+045F (decimal 1119)
+ defining Unicode char U+0462 (decimal 1122)
+ defining Unicode char U+0463 (decimal 1123)
+ defining Unicode char U+0472 (decimal 1138)
+ defining Unicode char U+0473 (decimal 1139)
+ defining Unicode char U+0474 (decimal 1140)
+ defining Unicode char U+0475 (decimal 1141)
+ defining Unicode char U+04C1 (decimal 1217)
+ defining Unicode char U+04C2 (decimal 1218)
+ defining Unicode char U+04D0 (decimal 1232)
+ defining Unicode char U+04D1 (decimal 1233)
+ defining Unicode char U+04D2 (decimal 1234)
+ defining Unicode char U+04D3 (decimal 1235)
+ defining Unicode char U+04D6 (decimal 1238)
+ defining Unicode char U+04D7 (decimal 1239)
+ defining Unicode char U+04DC (decimal 1244)
+ defining Unicode char U+04DD (decimal 1245)
+ defining Unicode char U+04DE (decimal 1246)
+ defining Unicode char U+04DF (decimal 1247)
+ defining Unicode char U+04E2 (decimal 1250)
+ defining Unicode char U+04E3 (decimal 1251)
+ defining Unicode char U+04E4 (decimal 1252)
+ defining Unicode char U+04E5 (decimal 1253)
+ defining Unicode char U+04E6 (decimal 1254)
+ defining Unicode char U+04E7 (decimal 1255)
+ defining Unicode char U+04EC (decimal 1260)
+ defining Unicode char U+04ED (decimal 1261)
+ defining Unicode char U+04EE (decimal 1262)
+ defining Unicode char U+04EF (decimal 1263)
+ defining Unicode char U+04F0 (decimal 1264)
+ defining Unicode char U+04F1 (decimal 1265)
+ defining Unicode char U+04F2 (decimal 1266)
+ defining Unicode char U+04F3 (decimal 1267)
+ defining Unicode char U+04F4 (decimal 1268)
+ defining Unicode char U+04F5 (decimal 1269)
+ defining Unicode char U+04F8 (decimal 1272)
+ defining Unicode char U+04F9 (decimal 1273)
+ defining Unicode char U+2013 (decimal 8211)
+ defining Unicode char U+2014 (decimal 8212)
+ defining Unicode char U+2018 (decimal 8216)
+ defining Unicode char U+2019 (decimal 8217)
+ defining Unicode char U+201C (decimal 8220)
+ defining Unicode char U+201D (decimal 8221)
+ defining Unicode char U+2116 (decimal 8470)
+))
+LaTeX Font Info: Trying to load font information for T1+mlmr on input line 1
+12.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/t1mlmr.fd
+File: t1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+))
+\symcyrletters=\mathgroup7
+
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcolorbox.sty
+Package: tcolorbox 2021/12/20 version 5.0.1 text color boxes
+
+(/usr/share/texmf-dist/tex/latex/tools/verbatim.sty
+Package: verbatim 2020-07-07 v1.5u LaTeX2e package for verbatim enhancements
+\every@verbatim=\toks47
+\verbatim@line=\toks48
+\verbatim@in@stream=\read3
+)
+(/usr/share/texmf-dist/tex/latex/environ/environ.sty
+Package: environ 2014/05/04 v0.3 A new way to define environments
+
+(/usr/share/texmf-dist/tex/latex/trimspaces/trimspaces.sty
+Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list
+))
+\tcb@titlebox=\box74
+\tcb@upperbox=\box75
+\tcb@lowerbox=\box76
+\tcb@phantombox=\box77
+\c@tcbbreakpart=\count328
+\c@tcblayer=\count329
+\c@tcolorbox@number=\count330
+\tcb@temp=\box78
+\tcb@temp=\box79
+\tcb@temp=\box80
+\tcb@temp=\box81
+)
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskins.code.tex
+Library (tcolorbox): 'tcbskins.code.tex' version '5.0.1'
+\tcb@waterbox=\box82
+(/usr/share/texmf-dist/tex/latex/tcolorbox/tcbskinsjigsaw.code.tex
+Library (tcolorbox): 'tcbskinsjigsaw.code.tex' version '5.0.1'
+)) (/usr/share/texmf-dist/tex/latex/tcolorbox/tcbbreakable.code.tex
+Library (tcolorbox): 'tcbbreakable.code.tex' version '5.0.1'
+(/usr/share/texmf-dist/tex/generic/oberdiek/pdfcol.sty
+Package: pdfcol 2019/12/29 v1.6 Handle new color stacks for pdfTeX (HO)
+)
+Package pdfcol Info: New color stack `tcb@breakable' = 1 on input line 23.
+\tcb@testbox=\box83
+\tcb@totalupperbox=\box84
+\tcb@totallowerbox=\box85
+) (./main.aux)
+\openout1 = `main.aux'.
+
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 60.
+LaTeX Font Info: ... okay on input line 60.
+LaTeX Font Info: Checking defaults for OT2/cmr/m/n on input line 60.
+LaTeX Font Info: Trying to load font information for OT2+cmr on input line 6
+0.
+
+(/usr/share/texmf-dist/tex/latex/cyrillic/ot2cmr.fd
+File: ot2cmr.fd 2001/08/11 v3.2c Computer Modern Cyrillic font definitions
+)
+LaTeX Font Info: ... okay on input line 60.
+
+(/usr/share/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
+[Loading MPS to PDF converter (version 2006.09.02).]
+\scratchcounter=\count331
+\scratchdimen=\dimen293
+\scratchbox=\box86
+\nofMPsegments=\count332
+\nofMParguments=\count333
+\everyMPshowfont=\toks49
+\MPscratchCnt=\count334
+\MPscratchDim=\dimen294
+\MPnumerator=\count335
+\makeMPintoPDFobject=\count336
+\everyMPtoPDFconversion=\toks50
+) (/usr/share/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
+Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
+Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
+85.
+
+(/usr/share/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
+File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
+e
+))
+*geometry* driver: auto-detecting
+*geometry* detected driver: pdftex
+*geometry* verbose mode - [ preamble ] result:
+* driver: pdftex
+* paper: a4paper
+* layout: <same size as paper>
+* layoutoffset:(h,v)=(0.0pt,0.0pt)
+* modes:
+* h-part:(L,W,R)=(89.62709pt, 418.25368pt, 89.6271pt)
+* v-part:(T,H,B)=(42.67912pt, 700.96107pt, 101.40665pt)
+* \paperwidth=597.50787pt
+* \paperheight=845.04684pt
+* \textwidth=418.25368pt
+* \textheight=700.96107pt
+* \oddsidemargin=17.3571pt
+* \evensidemargin=17.3571pt
+* \topmargin=-66.59087pt
+* \headheight=12.0pt
+* \headsep=25.0pt
+* \topskip=10.0pt
+* \footskip=30.0pt
+* \marginparwidth=57.0pt
+* \marginparsep=11.0pt
+* \columnsep=10.0pt
+* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
+* \hoffset=0.0pt
+* \voffset=0.0pt
+* \mag=1000
+* \@twocolumnfalse
+* \@twosidefalse
+* \@mparswitchfalse
+* \@reversemarginfalse
+* (1in=72.27pt=25.4mm, 1cm=28.453pt)
+
+Package caption Info: Begin \AtBeginDocument code.
+Package caption Info: float package is loaded.
+Package caption Info: hyperref package is loaded.
+Package caption Info: End \AtBeginDocument code.
+Package hyperref Info: Link coloring ON on input line 60.
+(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty
+Package: nameref 2021-04-02 v2.47 Cross-referencing by name of section
+
+(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty
+Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
+)
+(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
+Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
+)
+\c@section@level=\count337
+)
+LaTeX Info: Redefining \ref on input line 60.
+LaTeX Info: Redefining \pageref on input line 60.
+LaTeX Info: Redefining \nameref on input line 60.
+
+(./main.out) (./main.out)
+\@outlinefile=\write4
+\openout4 = `main.out'.
+
+LaTeX Font Info: Trying to load font information for OT1+mlmr on input line
+62.
+ (/usr/share/texmf-dist/tex/latex/mlmodern/ot1mlmr.fd
+File: ot1mlmr.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OML+mlmm on input line
+62.
+(/usr/share/texmf-dist/tex/latex/mlmodern/omlmlmm.fd
+File: omlmlmm.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMS+mlmsy on input line
+ 62.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omsmlmsy.fd
+File: omsmlmsy.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: Trying to load font information for OMX+mlmex on input line
+ 62.
+
+(/usr/share/texmf-dist/tex/latex/mlmodern/omxmlmex.fd
+File: omxmlmex.fd 2021/01/11 v1.0 Font defs for mlmodern
+)
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <12> on input line 62.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <8> on input line 62.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <6> on input line 62.
+LaTeX Font Info: Trying to load font information for U+msa on input line 62.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd
+File: umsa.fd 2013/01/14 v3.01 AMS symbols A
+)
+LaTeX Font Info: Trying to load font information for U+msb on input line 62.
+
+
+(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd
+File: umsb.fd 2013/01/14 v3.01 AMS symbols B
+)
+LaTeX Font Info: Trying to load font information for OMX+yhex on input line
+62.
+
+(/usr/share/texmf-dist/tex/latex/yhmath/OMXyhex.fd
+File: OMXyhex.fd
+File: OMXyhex.fd 2013/07/03 v1.1 YH's humble contribution to TeX maths (NP)
+)
+LaTeX Font Info: Trying to load font information for OT2+wncyr on input line
+ 62.
+
+(/usr/share/texmf-dist/tex/latex/cyrillic/ot2wncyr.fd
+File: ot2wncyr.fd 1999/12/17 v3.2a Computer Modern Cyrillic font definitions
+) (./main.toc
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <10> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <7> on input line 2.
+LaTeX Font Info: External font `mlmex10' loaded for size
+(Font) <5> on input line 2.
+)
+\tf@toc=\write5
+\openout5 = `main.toc'.
+
+ [1
+
+{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
+<./fdft.png, id=63, 1806.75pt x 1204.5pt>
+File: ./fdft.png Graphic file (type png)
+<use ./fdft.png>
+Package pdftex.def Info: ./fdft.png used on input line 135.
+(pdftex.def) Requested size: 204.9466pt x 136.63072pt.
+<./normal.png, id=64, 1806.75pt x 1204.5pt>
+File: ./normal.png Graphic file (type png)
+<use ./normal.png>
+Package pdftex.def Info: ./normal.png used on input line 136.
+(pdftex.def) Requested size: 204.9466pt x 136.63072pt.
+ [2 <./fdft.png> <./normal.png>]
+[3] [4] (./main.aux)
+Package rerunfilecheck Info: File `main.out' has not changed.
+(rerunfilecheck) Checksum: 6C77DD6D154B021B491E15B3FED1CD3A;858.
+ )
+Here is how much of TeX's memory you used:
+ 29127 strings out of 478353
+ 577444 string characters out of 5854636
+ 991353 words of memory out of 5000000
+ 46664 multiletter control sequences out of 15000+600000
+ 463451 words of font info for 82 fonts, out of 8000000 for 9000
+ 1141 hyphenation exceptions out of 8191
+ 84i,21n,89p,516b,719s stack positions out of 5000i,500n,10000p,200000b,80000s
+{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}{/usr/share/texmf-dist/fo
+nts/enc/dvips/lm/lm-rm.enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mathit.
+enc}{/usr/share/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}{/usr/share/texmf-d
+ist/fonts/enc/dvips/lm/lm-mathex.enc}</usr/share/texmf-dist/fonts/type1/public/
+amsfonts/cm/cmex10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmbx
+10.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmbx12.pfb></usr/sha
+re/texmf-dist/fonts/type1/public/mlmodern/mlmex10.pfb></usr/share/texmf-dist/fo
+nts/type1/public/mlmodern/mlmmi10.pfb></usr/share/texmf-dist/fonts/type1/public
+/mlmodern/mlmmi5.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmmi7.
+pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmr10.pfb></usr/share/t
+exmf-dist/fonts/type1/public/mlmodern/mlmr12.pfb></usr/share/texmf-dist/fonts/t
+ype1/public/mlmodern/mlmr17.pfb></usr/share/texmf-dist/fonts/type1/public/mlmod
+ern/mlmr5.pfb></usr/share/texmf-dist/fonts/type1/public/mlmodern/mlmr7.pfb></us
+r/share/texmf-dist/fonts/type1/public/mlmodern/mlmro10.pfb></usr/share/texmf-di
+st/fonts/type1/public/mlmodern/mlmsy10.pfb></usr/share/texmf-dist/fonts/type1/p
+ublic/mlmodern/mlmsy7.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/sy
+mbols/msbm10.pfb></usr/share/texmf-dist/fonts/type1/public/amsfonts/symbols/msb
+m7.pfb></usr/share/texmf-dist/fonts/type1/public/yhmath/yhcmex.pfb>
+Output written on main.pdf (4 pages, 316617 bytes).
+PDF statistics:
+ 210 PDF objects out of 1000 (max. 8388607)
+ 162 compressed objects within 2 object streams
+ 51 named destinations out of 1000 (max. 500000)
+ 63 words of extra memory for PDF output out of 10000 (max. 10000000)
+
diff --git a/appl_ana/sesh8/main.out b/appl_ana/sesh8/main.out
@@ -0,0 +1,5 @@
+\BOOKMARK [1][-]{section.1}{\376\377\000S\000h\000e\000e\000t\000\040\0008}{}% 1
+\BOOKMARK [2][-]{subsection.1.1}{\376\377\000F\000i\000n\000i\000t\000e\000\040\000D\000i\000s\000c\000r\000e\000t\000e\000\040\000F\000o\000u\000r\000i\000e\000r\000\040\000T\000r\000a\000n\000s\000f\000o\000r\000m\000\040\000\050\000F\000D\000F\000T\000\051}{section.1}% 2
+\BOOKMARK [2][-]{subsection.1.2}{\376\377\000M\000o\000r\000e\000\040\000F\000D\000F\000T}{section.1}% 3
+\BOOKMARK [2][-]{subsection.1.3}{\376\377\000S\000a\000m\000p\000l\000i\000n\000g\000\040\000S\000i\000n\000u\000s\000o\000i\000d\000s}{section.1}% 4
+\BOOKMARK [2][-]{subsection.1.4}{\376\377\000S\000h\000o\000r\000t\000-\000T\000i\000m\000e\000\040\000F\000o\000u\000r\000i\000e\000r\000\040\000T\000r\000a\000n\000s\000f\000o\000r\000m\000\040\000\050\000S\000T\000F\000T\000\051}{section.1}% 5
diff --git a/appl_ana/sesh8/main.pdf b/appl_ana/sesh8/main.pdf
Binary files differ.
diff --git a/appl_ana/sesh8/main.tex b/appl_ana/sesh8/main.tex
@@ -0,0 +1,215 @@
+\documentclass[a4paper]{article}
+
+
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{mlmodern}
+
+%\usepackage{ngerman} % Sprachanpassung Deutsch
+
+\usepackage{graphicx}
+\usepackage{geometry}
+\geometry{a4paper, top=15mm}
+
+\usepackage{subcaption}
+\usepackage[shortlabels]{enumitem}
+\usepackage{amssymb}
+\usepackage{amsthm}
+\usepackage{mathtools}
+\usepackage{braket}
+\usepackage{bbm}
+\usepackage{graphicx}
+\usepackage{float}
+\usepackage{yhmath}
+\usepackage{tikz}
+\usetikzlibrary{patterns,decorations.pathmorphing,positioning}
+\usetikzlibrary{calc,decorations.markings}
+
+%\usepackage[backend=biber, sorting=none]{biblatex}
+%\addbibresource{uni.bib}
+
+\usepackage[framemethod=TikZ]{mdframed}
+
+\tikzstyle{titlered} =
+ [draw=black, thick, fill=white,%
+ text=black, rectangle,
+ right, minimum height=.7cm]
+
+
+\usepackage[colorlinks=true,naturalnames=true,plainpages=false,pdfpagelabels=true]{hyperref}
+\usepackage[parfill]{parskip}
+\usepackage{lipsum}
+
+\usepackage[OT2,T1]{fontenc}
+\DeclareSymbolFont{cyrletters}{OT2}{wncyr}{m}{n}
+\DeclareMathSymbol{\Sha}{\mathalpha}{cyrletters}{"58}
+
+\usepackage{tcolorbox}
+\tcbuselibrary{skins,breakable}
+
+\pagestyle{myheadings}
+
+\markright{Popović\hfill Applied Analysis\hfill}
+
+
+\title{University of Vienna\\ Faculty of Mathematics\\
+\vspace{1cm}Applied Analysis Problems
+}
+\author{Milutin Popovic}
+
+\begin{document}
+\maketitle
+\tableofcontents
+
+\section{Sheet 8}
+\subsection{Finite Discrete Fourier Transform (FDFT)}
+Consider the vector $\begin{pmatrix}a & b & c & d\end{pmatrix}^T \in
+\mathbb{C}^4$ with a FDFT $\begin{pmatrix}A & B & C & D\end{pmatrix}^T$. We
+can show that the vector
+\begin{align}
+ \begin{pmatrix}a & 0 & b & 0 & c & 0 & d & 0\end{pmatrix}^T,
+\end{align}
+has the FDFT of
+\begin{align}
+ \frac{1}{2}\begin{pmatrix}A & 0 & B & 0 & C & 0 & D & 0\end{pmatrix}^T.
+\end{align}
+For the $N=4$, $n\in\{0,\dots,3\}$ the coefficients $a, b, c, d$ are denoted in
+$f[n]$. The FDFT is
+\begin{align}
+ \hat{f}[k] &= \frac{1}{4} * \sum_{n=0}^3 f[n] e^{-2\pi i \frac{n}{4}k} \\
+ &=\frac{1}{4}\left(
+ a + be^{-\pi i \frac{k}{2}}
+ + ce^{-\pi i k}+ de^{-\frac{3\pi i k}{2}}
+ \right) = \\
+ (&=\begin{pmatrix}A & B & C & D\end{pmatrix}^T)
+\end{align}
+for $k \in \{0,\dots, 3\}$ accordingly. For the $N=8$, $\mathbb{C}^8$ case
+ we have $f_2[n]$ for $n \in \{0,\dots 7\}$,
+ \begin{align}
+ \hat{f}_2[k] &= \frac{1}{8} * \sum_{n=0}^7 f_2[n] e^{-2\pi i \frac{n}{8}k} \\
+ &=\frac{1}{2}\frac{1}{4}\left(
+ a + be^{-\pi i \frac{k}{2}}
+ + ce^{-\pi i k}+ de^{-\frac{3\pi i k}{2}}
+ \right) = \\
+ (&=\frac{1}{2}\begin{pmatrix}A & B & C & D & A & B & C & D\end{pmatrix}^T)
+ \end{align}
+for $k \in \{0,\dots, 7\}$ accordingly. We may generalize now for
+$\mathbb{C}^{4N}$, and the sequence for $a, b, c, d, 0$ represented by the
+function $g[n]$ for $n \in \{0,\dots, 4N-1\}$,
+\begin{align}
+ g[n] =\begin{cases}
+ f[n] \qquad n\in \{0, N, 2N, 3N\}\\
+ 0 \qquad \text{else}
+ \end{cases}.
+\end{align}
+Now we can compute the FDFT for $k \in \{0,\dots, 4N-1\}$
+\begin{align}
+ \hat{g}[k] &= \frac{1}{4N}\sum_{n=0}^{4N-1} g[n]e^{-2\pi i
+ \frac{n}{4N}k}\\
+ &=\frac{4}{N}\sum_{n=0}{3}f[n]e^{-2\pi i \frac{n}{4}k}\\
+ &=\frac{1}{N}\left(\frac{1}{4}\sum_{n=0}^3 f[n] e^{-2\pi i
+ \frac{n}{4}k} \right) \\
+ &= \frac{1}{N} \underbrace{\begin{pmatrix}A & B & C & D & \dots &
+ \dots & A & B & C & D\end{pmatrix}^T)}_{\text{$4N$ entries, $N$
+ sequences}}.
+\end{align}
+\subsection{More FDFT}
+Consider the discrete complex exponential with frequency of $1Hz$ in
+$\mathbb{C}^8$, for $n \in \{0, \dots , 7\}$,
+\begin{align}
+ \exp[n] = e^{2\pi i n/8}.
+\end{align}
+The FDFT for $k \in \{0, \dots, 7\}$ is
+\begin{align}
+ \hat{\exp}[k] &= \frac{1}{8}\sum_{n=0}^7 e^{2\pi i \frac{n}{8}}e^{-2\pi i
+ n \frac{k}{8}} \\
+ &= \frac{1}{8} \sum_{n=0}^7e^{-2\pi i (k-1)\frac{n}{8}}\\
+ &=
+ \begin{cases}
+ 1\quad k=1\\
+ 0 \qquad k\neq 1
+ \end{cases}.
+\end{align}
+\begin{figure}[H]
+ \centering
+ \includegraphics[width=0.49\textwidth]{./fdft.png}
+ \includegraphics[width=0.49\textwidth]{./normal.png}
+ \caption{Test in Julia}
+\end{figure}
+\subsection{Sampling Sinusoids}
+Consider the following continuous signal
+\begin{align}
+ f(t) = sin(20\pi t) + sin(40\pi t)
+\end{align}
+with frequencies $\omega = 2\pi \nu$, $\nu_1 = 10\ \text{Hz}$ and $\nu_2 = 20\
+\text{Hz}$. Sketching its Fourier transform would be something like this
+\begin{figure}[H]
+ \centering
+\begin{tikzpicture}[
+ axisline/.style={very thick, -stealth},
+ xscale = 1.5,
+ yscale = 1.5
+ ]
+ \draw[axisline] (-3,0)--(3,0) node[right]{$\nu$};
+ \draw[axisline] (0,-1.5)--(0,1.5) node[above]{$\hat{f}$};
+ \draw[->] (-1,0) -- (-1, -1) node[below] {$-\delta(\nu - 10)$};
+ \draw[->] (-2,0) -- (-2, 1) node[above] {$\delta(\nu - 20)$};
+ \draw[->] (1,0) -- (1, 1) node[above] {$\delta(\nu - 10)$};
+ \draw[->] (2,0) -- (2, 1) node[above] {$\delta(\nu - 20)$};
+\end{tikzpicture}
+\end{figure}
+The Nyquist frequency for sampling would be
+\begin{align}
+ \nu_{\text{Nyquist}} = 2\nu_\text{max} = 2\nu_2 = 40\ \text{Hz},
+\end{align}
+If we choose $50\ \text{Hz}$ for sampling we would get aliasing with the
+following frequencies
+\begin{align}
+ n \cdot 50\ \text{Hz} - 20\ \text{Hz} = 30\ \text{Hz},80\ \text{Hz}, 130\
+ \text{Hz}, \dots
+\end{align}
+\subsection{Short-Time Fourier Transform (STFT)}
+The Definition of the STFT is
+\begin{align}
+ \text{STFT}\{f\} &= S_\varphi f(\tau, \omega) = \int_\mathbb{R} f(t)
+ \overline{\text{M}_\omega \text{T}_\tau \varphi}dt \\
+ &=\int_\mathbb{R} f(t)
+ \bar{\varphi}(t - \tau)e^{-2\pi i \omega t}\ dt \\
+\end{align}
+Then we have the following identity
+\begin{align}
+ S_\varphi(\text{T}_u\text{M}_\eta f)(x,\omega)
+ &= \int_\mathbb{R}
+ \left(\text{T}_u \text{M}_\eta f(t)\right) \bar{\varphi}(t-x) e^{-2\pi i
+ \omega t}\ dt\\
+ &= \int_\mathbb{R} e^{2\pi i \eta(t-u)}f(t-u) e^{-2\pi i \omega
+ t}\bar{\varphi}(t-x)\ dt \qquad \text{(sub: $s = t-u$)}\\
+ &= \int_\mathbb{R} f(s)\bar{\varphi}(s-(x-u))e^{2\pi i \eta s}e^{-2\pi i
+ \omega s} e^{-2\pi i \omega u}\ ds \\
+ &=e^{-2\pi i \omega u}\int_\mathbb{R} f(s) \bar{\varphi}(s-(x-u))e^{-2\pi i
+ (\omega - \eta)s}\ ds\\
+ &=e^{-2\pi i \omega u}\int_\mathbb{R}
+ f(s)\overline{ \text{M}_{(\omega-\eta)} \text{T}_{(x-u)}\varphi(s)}\ ds\\
+ &=e^{-2\pi i \omega u} S_\varphi f\left(x-u,\ \omega -\eta\right).
+\end{align}
+The second identity we can show
+\begin{align}
+ S_\varphi f(x, \omega)
+ &= \langle f, \overline{\text{M}_\omega \text{T}_x \varphi}\rangle \\
+ &= \langle\mathcal{F} f, \mathcal{F} \overline{\text{M}_\omega \text{T}_x \varphi}\rangle \\
+ &= \int_\xi \hat{f}(\xi)\int_t \overline{\text{M}_\omega \text{T}_x
+ \varphi}(t) e^{-2\pi i \xi t}\ dt\ d\xi \\
+ &= \int_\xi \hat{f}(\xi)\int_t \hat{\bar{\varphi}}(t-x) e^{2\pi i \omega
+ t} e^{-2\pi i \xi t}\ dt\ d\xi \\
+ &= \int_\xi \hat{f}(\xi)\int_t \hat{\bar{\varphi}}(t-x)e^{-2\pi i (\xi
+ -\omega)t}\ dt\ d\xi \qquad \text{sub $u=t-x$}\\
+ &= \int_\xi \hat{f}(\xi)\int_t \hat{\bar{\varphi}}(u)e^{-2\pi i (\xi
+ -\omega)u}e^{-2\pi i (\xi -\omega)x} \ dt\ d\xi\\
+ &= \int_\xi \hat{f}(\xi)e^{-2\pi i (\xi -\omega)x}\int_t
+ \hat{\varphi}(u)e^{-2\pi i (\xi -\omega)u} \ dt\ d\xi\\ &= e^{2\pi i
+ \omega x}\int_\xi \hat{f}(\xi) \hat{\bar{\varphi}}(\xi - \omega) e^{-2\pi
+ i \xi x}d\xi\\
+ &= e^{2\pi i \omega x} S_{\hat{\varphi}} \hat{f}(\omega, -x).
+\end{align}
+% printbibliography
+\end{document}
diff --git a/appl_ana/sesh8/main.toc b/appl_ana/sesh8/main.toc
@@ -0,0 +1,5 @@
+\contentsline {section}{\numberline {1}Sheet 8}{1}{section.1}%
+\contentsline {subsection}{\numberline {1.1}Finite Discrete Fourier Transform (FDFT)}{1}{subsection.1.1}%
+\contentsline {subsection}{\numberline {1.2}More FDFT}{2}{subsection.1.2}%
+\contentsline {subsection}{\numberline {1.3}Sampling Sinusoids}{2}{subsection.1.3}%
+\contentsline {subsection}{\numberline {1.4}Short-Time Fourier Transform (STFT)}{3}{subsection.1.4}%
diff --git a/appl_ana/sesh8/normal.png b/appl_ana/sesh8/normal.png
Binary files differ.