Files
eth-summaries/semester3/numcs/numcs-summary.tex
2025-09-22 11:24:13 +02:00

44 lines
2.0 KiB
TeX

\documentclass{article}
\newcommand{\dir}{../../latex}
\input{\dir/include.tex}
\load{recommended}
\setup{Numerical Methods for Computer Science}
\begin{document}
\startDocument
\usetcolorboxes
% ╭────────────────────────────────────────────────╮
% │ Title page │
% ╰────────────────────────────────────────────────╯
\textit{Denken vor Rechnen}
% ────────────────────────────────────────────────────────────────────
% ╭────────────────────────────────────────────────╮
% │ Table of Contents │
% ╰────────────────────────────────────────────────╯
\newpage
\printtoc{ForestGreen}
% ────────────────────────────────────────────────────────────────────
% ╭────────────────────────────────────────────────╮
% │ Main content │
% ╰────────────────────────────────────────────────╯
\newsection
\section{Introduction}
\input{parts/introduction/rounding-errors.tex}
\input{parts/introduction/time-complexity.tex}
\input{parts/introduction/matrix-multiplication.tex}
\input{parts/interpolation.tex}
\end{document}