aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/2/images/quotient2.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-03-16 15:48:10 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2021-03-16 15:48:10 +0100
commit4614294614e6f6b38e0ca86e77871e75b4c26071 (patch)
tree23ac9079936fd3b79e790897c690146dec577eb0 /vorlesungen/slides/2/images/quotient2.tex
parentadd new slide (diff)
downloadSeminarMatrizen-4614294614e6f6b38e0ca86e77871e75b4c26071.tar.gz
SeminarMatrizen-4614294614e6f6b38e0ca86e77871e75b4c26071.zip
add new slides
Diffstat (limited to 'vorlesungen/slides/2/images/quotient2.tex')
-rw-r--r--vorlesungen/slides/2/images/quotient2.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/vorlesungen/slides/2/images/quotient2.tex b/vorlesungen/slides/2/images/quotient2.tex
new file mode 100644
index 0000000..607fd03
--- /dev/null
+++ b/vorlesungen/slides/2/images/quotient2.tex
@@ -0,0 +1,29 @@
+%
+% quotient2.tex -- Vektorraumquotient
+%
+% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+%
+\documentclass[tikz]{standalone}
+\usepackage{amsmath}
+\usepackage{times}
+\usepackage{txfonts}
+\usepackage{pgfplots}
+\usepackage{csvsimple}
+\usetikzlibrary{arrows,intersections,math}
+\begin{document}
+\definecolor{darkgreen}{rgb}{0,0.6,0}
+\definecolor{darkred}{rgb}{0.7,0,0}
+\def\skala{1}
+\begin{tikzpicture}[>=latex,thick,scale=\skala]
+
+\node at (0,0) {\includegraphics[width=8cm]{quotient2.jpg}};
+
+\node[color=blue] at (0.57,-0.94) {$v$};
+\node[color=darkgreen] at (-1.15,0.65) {$w$};
+\node[color=orange] at (2.15,1) {$v+w$};
+\node[color=darkred] at (-2.1,-0.9) {$0$};
+\node[color=darkred] at (-3.1,2.4) {$U$};
+
+\end{tikzpicture}
+\end{document}
+