Grafik Spatprodukt begonnen
This commit is contained in:
@@ -15,12 +15,11 @@
|
||||
|
||||
\begin{document}
|
||||
|
||||
%\includegraphics[scale=0.75]{HTW3.png}
|
||||
|
||||
%\input{HTW1_1_3.tikz}
|
||||
\input{tikz_3_2.tex}
|
||||
|
||||
\newpage
|
||||
|
||||
\input{tikz_3_2.tikz}
|
||||
|
||||
\input{tikz_3_3.tex}
|
||||
|
||||
\end{document}
|
||||
|
||||
29
tikzgrafiken/tikz_3_2.tex
Normal file
29
tikzgrafiken/tikz_3_2.tex
Normal file
@@ -0,0 +1,29 @@
|
||||
%!TEX root=Grafiken.tex
|
||||
|
||||
\usetikzlibrary{arrows}
|
||||
\usetikzlibrary{snakes}
|
||||
|
||||
\begin{tikzpicture}[scale=1.5]
|
||||
|
||||
% https://tex.stackexchange.com/questions/175016/how-is-arc-defined-in-tikz
|
||||
|
||||
%\draw (x,y) arc (start:stop:radius); draws an arc
|
||||
|
||||
%with radius radius
|
||||
%starts from (x,y)
|
||||
%with center (x-r*cos(start), y-r*sin(start)) and
|
||||
%ends at (x-r*cos(start)+r*cos(stop), y-r*sin(start)+r*sin(stop)).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\draw[help lines] (-5,-5) grid (5,5);
|
||||
|
||||
\draw[red] (1,0) arc (0:56:1) node[midway,xshift=-15, yshift=-6]{$\alpha$};
|
||||
|
||||
\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}
|
||||
@@ -1,14 +0,0 @@
|
||||
|
||||
\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}
|
||||
19
tikzgrafiken/tikz_3_3.tex
Normal file
19
tikzgrafiken/tikz_3_3.tex
Normal file
@@ -0,0 +1,19 @@
|
||||
%!TEX root=Grafiken.tex
|
||||
|
||||
\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,-latex] (0,0) -- (1,2);
|
||||
\draw [thick,-latex, dashed] (0,0) -- (1.2,0.5);
|
||||
\draw [thick, dashed] (1.2,0.5) -- (4.2,0.5);
|
||||
|
||||
% \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