Grafik für Vektorprodukt im mehrdimensionalen Bereich begonnen
This commit is contained in:
14
tikzgrafiken/tikz_3_2.tikz
Normal file
14
tikzgrafiken/tikz_3_2.tikz
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
\usetikzlibrary{arrows}
|
||||||
|
\usetikzlibrary{snakes}
|
||||||
|
|
||||||
|
\begin{tikzpicture}[scale=1.5]
|
||||||
|
|
||||||
|
|
||||||
|
\draw[help lines] (-5,-5) grid (5,5);
|
||||||
|
|
||||||
|
\draw [thick,-latex] (0,0) -- (3,0);
|
||||||
|
\draw [thick,dashed] (1,1.5) -- (4,1.5);
|
||||||
|
\draw [thick, -latex] (0,0) -- (1,1.5);
|
||||||
|
\draw [thick,dashed] (3,0) -- (4,1.5);
|
||||||
|
\end{tikzpicture}
|
||||||
Reference in New Issue
Block a user