From 0aa7d4c082347eec3834c0db5ea5702154a13293 Mon Sep 17 00:00:00 2001 From: Sven Riwoldt Date: Mon, 9 Nov 2020 18:13:58 +0100 Subject: [PATCH] Addition2 bearbeitet --- Vektor_add_2.tex | 74 ++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/Vektor_add_2.tex b/Vektor_add_2.tex index b023b93..cbe4ab8 100644 --- a/Vektor_add_2.tex +++ b/Vektor_add_2.tex @@ -1,38 +1,38 @@ -\documentclass[10pt]{article} -\usepackage{pgf,tikz,pgfplots} -\pgfplotsset{compat=1.15} -\usepackage{mathrsfs} -\usetikzlibrary{arrows} -\pagestyle{empty} -\begin{document} -\definecolor{uuuuuu}{rgb}{0.26666666666666666,0.26666666666666666,0.26666666666666666} -\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1cm,y=1cm] -\begin{axis}[ -x=1cm,y=1cm, -axis lines=middle, -ymajorgrids=true, -xmajorgrids=true, -xmin=-3.5301370701590713, -xmax=7.701311755516924, -ymin=-3.410207869386736, -ymax=6.144461052102637, -xtick={-3.5,-3,...,7.5}, -ytick={-3,-2.5,...,6},] -\clip(-3.5301370701590713,-3.410207869386736) rectangle (7.701311755516924,6.144461052102637); -\draw [->,line width=2pt] (0,0) -- (7,2); -\draw [->,line width=2pt] (0,0) -- (-3,2); -\draw [->,line width=2pt] (0,0) -- (4,4); -\draw [->,line width=2pt] (-3,2) -- (4,4); -\draw [->,line width=2pt] (7,2) -- (4,4); -\begin{scriptsize} -\draw [fill=uuuuuu] (0,0) circle (2pt); -\draw[color=uuuuuu] (0.08138887731978244,0.19635719080161987) node {$A$}; -\draw[color=black] (3.5242446569218764,1.1587693251572473) node {$u$}; -\draw[color=black] (-1.4862515064759836,1.0793951285093604) node {$v$}; -\draw[color=black] (2.0062131460310395,2.150946783255832) node {$w$}; -\draw[color=black] (0.5278687334641462,3.162967790516389) node {$a$}; -\draw[color=black] (5.5085995731190485,3.083593593868502) node {$b$}; -\end{scriptsize} -\end{axis} -\end{tikzpicture} +\documentclass[10pt]{article} +\usepackage{pgf,tikz,pgfplots} +\pgfplotsset{compat=1.15} +\usepackage{mathrsfs} +\usetikzlibrary{arrows} +\pagestyle{empty} +\begin{document} +\definecolor{uuuuuu}{rgb}{0.26666666666666666,0.26666666666666666,0.26666666666666666} +\begin{tikzpicture}[x=1cm,y=1cm] +\begin{axis}[ +x=1cm,y=1cm, +axis lines=middle, +ymajorgrids=true, +xmajorgrids=true, +xmin=-3.5301370701590713, +xmax=7.701311755516924, +ymin=-3.410207869386736, +ymax=6.144461052102637, +xtick={-3,...,7}, +ytick={-3,-2,...,6},] +\clip(-3.5301370701590713,-3.410207869386736) rectangle (7.701311755516924,6.144461052102637); +\draw [-latex,,line width=2pt] (0,0) -- (7,2); +\draw [-latex,color=red,line width=1pt] (0,0) -- (-3,2); +\draw [-latex,,line width=2pt] (0,0) -- (4,4); +\draw [-latex,,line width=2pt] (-3,2) -- (4,4); +\draw [-latex,,line width=2pt] (7,2) -- (4,4); +\begin{scriptsize} + +\draw[color=uuuuuu] (0.08138887731978244,0.19635719080161987) node {$A$}; +\draw[color=black] (3.5242446569218764,1.1587693251572473) node {$u$}; +\draw[color=black] (-1.4862515064759836,1.0793951285093604) node {$v$}; +\draw[color=black] (2.0062131460310395,2.150946783255832) node {$w$}; +\draw[color=black] (0.5278687334641462,3.162967790516389) node {$a$}; +\draw[color=black] (5.5085995731190485,3.083593593868502) node {$b$}; +\end{scriptsize} +\end{axis} +\end{tikzpicture} \end{document} \ No newline at end of file