\documentclass{article} \newcommand{\dir}{~/projects/latex} \input{\dir/include.tex} \load{full} \usepackage{lmodern} \setFontType{sans} \renewcommand{\authorTitle}{Robin Bacher, Janis Hutz\\\url{https://github.com/janishutz/eth-summaries}} \renewcommand{\authorHeaders}{Robin Bacher, Janis Hutz} \setLang{de} \setup{Numerical Methods for Computer Science} \begin{document} \startDocument \usetcolorboxes \setcounter{numberingConfig}{3} \setcounter{numberSubsections}{1} % ╭────────────────────────────────────────────────╮ % │ Title page │ % ╰────────────────────────────────────────────────╯ \vspace{2cm} \begin{Huge} \begin{center} TITLE PAGE COMING SOON \end{center} \end{Huge} \vspace{4cm} \begin{center} \begin{Large} ``\textit{Denken vor Rechnen}'' \end{Large} \hspace{3cm} - Vasile Grudinaru, 2025 \end{center} \vspace{3cm} \begin{center} HS2025, ETHZ\\[0.2cm] \begin{Large} Summary of the Script and Lectures \end{Large}\\[0.2cm] \end{center} % ──────────────────────────────────────────────────────────────────── % ╭────────────────────────────────────────────────╮ % │ Table of Contents │ % ╰────────────────────────────────────────────────╯ \newpage \printtoc{ForestGreen} % ──────────────────────────────────────────────────────────────────── % ╭────────────────────────────────────────────────╮ % │ Introduction │ % ╰────────────────────────────────────────────────╯ \newpage \setcounter{section}{-1} \section{Introduction} This summary is intended to give you a broad overview of the topics relevant for the exam and is not intended to serve as a full on replacement for the script. We have decided to write it in German, as is the new script and for some of the topics that are poorly explained in the script, we have added further explanations. The numbering should match the script's numbering exactly (apart from the cases where two definitions were combined due to being closely related and short), making it easier for you to look up the relevant definitions, theorems, etc in context in the script. % ──────────────────────────────────────────────────────────────────── % ╭────────────────────────────────────────────────╮ % │ Main content │ % ╰────────────────────────────────────────────────╯ % ── Introduction ──────────────────────────────────────────────────── \newsection \section{Einführung} \input{parts/00_introduction/00_rounding-errors.tex} \input{parts/00_introduction/01_time-complexity.tex} \input{parts/00_introduction/02_matrix-multiplication.tex} % ── polynomial interpolation ──────────────────────────────────────── \newsection \section{Polynominterpolation} \input{parts/01_interpolation/00_polynomial/00_intro.tex} \input{parts/01_interpolation/00_polynomial/01_monome.tex} \input{parts/01_interpolation/00_polynomial/02_newton-basis.tex} \input{parts/01_interpolation/00_polynomial/03_lagrange-and-barzycentric-formula.tex} \input{parts/01_interpolation/00_polynomial/04_chebyshev-interpolation.tex} % ── trigonometric interpolation ───────────────────────────────────── \newsection \section{Trigonometrische Interpolation} \input{parts/01_interpolation/01_trigonometric/00_fourier.tex} \input{parts/01_interpolation/01_trigonometric/01_dft.tex} \end{document}