From fde57297b3efbef28d09a532e1b3895d2b2ad917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20M=C3=BCller?= Date: Thu, 14 Jul 2022 15:03:28 +0200 Subject: Correct Makefile, add text to gamma.tex, separate python-scripts for each image --- buch/papers/laguerre/presentation/sections/gamma_approx.tex | 8 ++++---- buch/papers/laguerre/presentation/sections/laguerre.tex | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'buch/papers/laguerre/presentation') diff --git a/buch/papers/laguerre/presentation/sections/gamma_approx.tex b/buch/papers/laguerre/presentation/sections/gamma_approx.tex index 4073b3c..3d32aae 100644 --- a/buch/papers/laguerre/presentation/sections/gamma_approx.tex +++ b/buch/papers/laguerre/presentation/sections/gamma_approx.tex @@ -81,7 +81,7 @@ von $z$ und Grade $n$ der Laguerre-Polynome} \begin{frame}{$f(x) = x^z$} \begin{figure}[h] \centering -\scalebox{0.91}{\input{../images/integrands.pgf}} +\scalebox{0.91}{\input{../images/integrand.pgf}} % \caption{Integrand $x^z$ mit unterschiedlichen Werten für $z$} \end{figure} \end{frame} @@ -89,7 +89,7 @@ von $z$ und Grade $n$ der Laguerre-Polynome} \begin{frame}{Integrand $x^z e^{-x}$} \begin{figure}[h] \centering -\scalebox{0.91}{\input{../images/integrands_exp.pgf}} +\scalebox{0.91}{\input{../images/integrand_exp.pgf}} % \caption{Integrand $x^z$ mit unterschiedlichen Werten für $z$} \end{figure} \end{frame} @@ -98,7 +98,7 @@ von $z$ und Grade $n$ der Laguerre-Polynome} \textbf{Vermutung} \begin{itemize} -\item Es gibt Intervalle $[a(n), a(n+1)]$ in denen der relative Fehler minimal +\item Es gibt Intervalle $[a(n), a(n)+1]$ in denen der relative Fehler minimal ist \item $a(n) > 0$ \end{itemize} @@ -148,7 +148,7 @@ da Gauss-Quadratur nur für kleine $n$ praktischen Nutzen hat} \begin{figure} \centering \vspace{-24pt} -\scalebox{0.7}{\input{../images/estimate.pgf}} +\scalebox{0.7}{\input{../images/estimates.pgf}} % \caption{Integrand $x^z$ mit unterschiedlichen Werten für $z$} \end{figure} \end{column} diff --git a/buch/papers/laguerre/presentation/sections/laguerre.tex b/buch/papers/laguerre/presentation/sections/laguerre.tex index 07cafb8..ed29387 100644 --- a/buch/papers/laguerre/presentation/sections/laguerre.tex +++ b/buch/papers/laguerre/presentation/sections/laguerre.tex @@ -55,7 +55,7 @@ L_n(x) \begin{frame} \begin{figure}[h] \centering -\resizebox{0.74\textwidth}{!}{\input{../images/laguerre_polynomes.pgf}} +\resizebox{0.74\textwidth}{!}{\input{../images/laguerre_poly.pgf}} \caption{Laguerre-Polynome vom Grad $0$ bis $7$} \end{figure} \end{frame} -- cgit v1.2.1