53 lines
1.4 KiB
TeX
53 lines
1.4 KiB
TeX
%!TEX root=../../MathIng.tex
|
|
%%%Nur Muster
|
|
\begin{figure}[htb]
|
|
\centering
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\tikzstyle{every node}=[font=\scriptsize]
|
|
\draw[-latex] (-5.5,0) -- (-1,0) node[below] {$x$};
|
|
\foreach \x in {-4,-3.5,...,-1.5}
|
|
\draw (\x,-0.1) -- (\x,0.1);
|
|
\node[below] at (-3.5, -0.1) {$2$};
|
|
\node[below] at (-2.5, -0.1) {$4$};
|
|
\node[below] at (-1.5, -0.1) {$6$};
|
|
|
|
\draw[-latex] (-4.5,-2) -- (-4.5,2) node[left] {$y$};
|
|
|
|
\foreach \y in {-1,-0.5,...,1}
|
|
\draw (-4.6,\y) -- (-4.4,\y);
|
|
\node[left] at (-4.6, -1) {$-2$};
|
|
\node[left] at (-4.6, -0.5) {$-1$};
|
|
\node[left] at (-4.6, 0.5) {$1$};
|
|
\node[left] at (-4.6, 1) {$2$};
|
|
|
|
\draw[-latex] (1.5,0) -- (6,0) node[below] {$x$};
|
|
\foreach \x in {3,3.5,...,5.5}
|
|
\draw (\x,-0.1) -- (\x,0.1);
|
|
\node[below] at (3.5, -0.075) {$2$};
|
|
\node[below] at (4.5, -0.075) {$4$};
|
|
\node[below] at (5.5, -0.075) {$6$};
|
|
|
|
\draw[-latex] (2.5,-2) -- (2.5,2) node[left] {$y$};
|
|
\foreach \y in {-1,-0.5,...,1}
|
|
\draw (2.4,\y) -- (2.6,\y);
|
|
|
|
|
|
\node[left] at (2.4, -1) {$-2$};
|
|
\node[left] at (2.4, -0.5) {$-1$};
|
|
\node[left] at (2.4, 0.5) {$1$};
|
|
\node[left] at (2.4, 1) {$2$};
|
|
|
|
\draw[fill=black] (-3,1) circle (0.05) node[above] {$z_1$};
|
|
\draw[fill=black] (-3,-1) circle (0.05) node[below] {$z_2$};
|
|
|
|
|
|
\draw[-latex] (2.5,0) -- (4,1)node[midway, above]{$z_1$};
|
|
\draw[-latex] (2.5,0) -- (4,-1)node[midway, below]{$z_2$};
|
|
|
|
\end{tikzpicture}
|
|
\caption{Darstellung komplexer Zahlen in der Gaußschen Ebene}
|
|
\end{figure}
|
|
|