Band I Init

This commit is contained in:
2024-02-07 17:40:53 +01:00
commit 0836113d17
46 changed files with 4531 additions and 0 deletions

18
Grafiken/I_Abb004.tex Normal file
View File

@@ -0,0 +1,18 @@
\begin{figure}[htb]
\centering
\begin{tikzpicture}
\draw[-latex, thick] (-6,0) -- (6, 0);
\foreach \c in {-5,0,...,5}{
\draw (\c,-.1) -- (\c,.1) node[below=4pt] {$\scriptstyle\c$};
}
\draw[latex-latex](-5,0.5) --(0,0.5) node[above, midway]{$|-5|=5$};
\draw[latex-latex](0,0.5) --(5,0.5) node[above, midway]{$|5|=5$};
\end{tikzpicture}
\caption{Betrag einer reellen Zahl}
\end{figure}