Vektor 1 Addition Grafik fertig

This commit is contained in:
2020-11-09 13:47:57 +01:00
parent 6f5c2269ed
commit 45398d9e6d

View File

@@ -14,25 +14,27 @@ x=1cm,y=1cm,
axis lines=middle, axis lines=middle,
ymajorgrids=true, ymajorgrids=true,
xmajorgrids=true, xmajorgrids=true,
xmin=-4.66270591911281, xmin=-0.5,
xmax=11.894647164540304, xmax=6.5,
ymin=-2.4761462907710943, ymin=-0.25,
ymax=7.830725732214009, ymax=6.6,
xtick={-4,-3,...,11}, xtick={-4,-3,...,6},
ytick={-2,-1,...,7},] ytick={0,...,6},]
\clip(-4.66270591911281,-2.4761462907710943) rectangle (11.894647164540304,7.830725732214009); \clip(-4.66270591911281,-2.4761462907710943) rectangle (11.894647164540304,7.830725732214009);
\draw [-latex,line width=1pt, color=red] (0,0) -- (5,2); \draw [-latex,line width=1pt, color=red] (0,0) -- (5,2);
\draw [-latex,line width=1pt, color=blue] (0,0) -- (1,4); \draw [-latex,line width=1pt, color=blue] (0,0) -- (1,4);
\draw [-latex,line width=2pt] (0,0) -- (6,6);
\draw [-latex,line width=1pt, color=red, dashed] (1,4) -- (6,6); \draw [-latex,line width=1pt, color=red, dashed] (1,4) -- (6,6);
\draw [-latex,line width=2pt] (5,2) -- (6,6); \draw [-latex,line width=1pt, color=blue, dashed] (5,2) -- (6,6);
\draw [-latex,line width=2pt, color=orange] (0,0) -- (6,6);
\begin{scriptsize} \begin{scriptsize}
\draw[color=red] (2.5189255735382816,1.3) node {$\vec{x}$}; \draw[color=red] (2.5189255735382816,1.3) node {$\overrightarrow{x}$};
\draw[color=black] (0.49608153164401014,2.142145794294401) node {$v$}; \draw[color=blue] (0.25,2.142145794294401) node {$\overrightarrow{y}$};
\draw[color=black] (3.000555107322632,3.158919254505808) node {$w$}; \draw[color=orange] (2.4,3.158919254505808) node {$\overrightarrow{x+y}$};
\draw[color=red] (3.524996155221147,5.3) node {$\vec{x}'$}; \draw[color=red] (3.524996155221147,5.3) node {$\overrightarrow{x'\;\,}$};
\draw[color=black] (5.494325804472712,4.143584079131591) node {$b$}; \draw[color=blue] (5.9,4) node {$\overrightarrow{y'\;\,}$};
\end{scriptsize} \end{scriptsize}
\end{axis} \end{axis}
\end{tikzpicture} \end{tikzpicture}