mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 10:34:23 +00:00
[NumCS] Finish setup
This commit is contained in:
@@ -10,7 +10,34 @@
|
|||||||
\startDocument
|
\startDocument
|
||||||
\usetcolorboxes
|
\usetcolorboxes
|
||||||
|
|
||||||
|
% ╭────────────────────────────────────────────────╮
|
||||||
|
% │ Title page │
|
||||||
|
% ╰────────────────────────────────────────────────╯
|
||||||
\textit{Denken vor Rechnen}
|
\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}
|
\end{document}
|
||||||
|
|||||||
0
semester3/numcs/parts/numpy/tips-and-tricks.tex
Normal file
0
semester3/numcs/parts/numpy/tips-and-tricks.tex
Normal file
Reference in New Issue
Block a user