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

14
Grafiken/I_Abb005.tex Normal file
View File

@@ -0,0 +1,14 @@
\begin{figure}[htb]
\centering
\begin{tikzpicture}[sloped,scale=1.5]
\draw[-latex](0,0)--(6,0) node[midway, below]{$\vec{x}+\vec{y}$};
\draw[-latex](0,0)--(2,1) node[midway, above]{$\vec{x}$};
\draw[-latex](2,1)--(6,0) node[midway, above]{$\vec{y}$};
\end{tikzpicture}
\caption{Vektoraddition}
\end{figure}