aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/60-gruppen/images
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--buch/chapters/60-gruppen/images/Makefile8
-rw-r--r--buch/chapters/60-gruppen/images/c60.jpgbin0 -> 142174 bytes
-rw-r--r--buch/chapters/60-gruppen/images/nichtkomm.pdfbin0 -> 157193 bytes
-rw-r--r--buch/chapters/60-gruppen/images/nichtkomm.tex68
-rw-r--r--buch/chapters/60-gruppen/images/rodriguez.jpgbin0 -> 168776 bytes
-rw-r--r--buch/chapters/60-gruppen/images/rodriguez.pdfbin0 -> 181775 bytes
-rw-r--r--buch/chapters/60-gruppen/images/rodriguez.tex45
7 files changed, 120 insertions, 1 deletions
diff --git a/buch/chapters/60-gruppen/images/Makefile b/buch/chapters/60-gruppen/images/Makefile
index 3ed39e5..294ecfa 100644
--- a/buch/chapters/60-gruppen/images/Makefile
+++ b/buch/chapters/60-gruppen/images/Makefile
@@ -3,7 +3,8 @@
#
# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
-all: phasenraum.pdf kartenkreis.pdf karten.pdf sl2.pdf scherungen.pdf
+all: phasenraum.pdf kartenkreis.pdf karten.pdf sl2.pdf scherungen.pdf \
+ rodriguez.pdf nichtkomm.pdf
phasenraum.pdf: phasenraum.tex
pdflatex phasenraum.tex
@@ -23,3 +24,8 @@ sl2.pdf: sl2.tex
scherungen.pdf: scherungen.tex
pdflatex scherungen.tex
+rodriguez.pdf: rodriguez.tex rodriguez.jpg
+ pdflatex rodriguez.tex
+
+nichtkomm.pdf: nichtkomm.tex c60.jpg
+ pdflatex nichtkomm.tex
diff --git a/buch/chapters/60-gruppen/images/c60.jpg b/buch/chapters/60-gruppen/images/c60.jpg
new file mode 100644
index 0000000..2bc77e7
--- /dev/null
+++ b/buch/chapters/60-gruppen/images/c60.jpg
Binary files differ
diff --git a/buch/chapters/60-gruppen/images/nichtkomm.pdf b/buch/chapters/60-gruppen/images/nichtkomm.pdf
new file mode 100644
index 0000000..8b66ea3
--- /dev/null
+++ b/buch/chapters/60-gruppen/images/nichtkomm.pdf
Binary files differ
diff --git a/buch/chapters/60-gruppen/images/nichtkomm.tex b/buch/chapters/60-gruppen/images/nichtkomm.tex
new file mode 100644
index 0000000..53cf87a
--- /dev/null
+++ b/buch/chapters/60-gruppen/images/nichtkomm.tex
@@ -0,0 +1,68 @@
+%
+% nichtkomm.tex
+%
+% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+%
+\documentclass[tikz]{standalone}
+\usepackage{times}
+\usepackage{amsmath}
+\usepackage{txfonts}
+\usepackage[utf8]{inputenc}
+\usepackage{graphics}
+\usetikzlibrary{arrows,intersections,math}
+\usepackage{ifthen}
+\begin{document}
+
+\definecolor{darkgreen}{rgb}{0,0.6,0}
+
+\newboolean{showgrid}
+\setboolean{showgrid}{false}
+\def\breite{7}
+\def\hoehe{4}
+
+\begin{tikzpicture}[>=latex,thick]
+
+% Povray Bild
+\node at (0,0) {\includegraphics[width=14cm]{c60.jpg}};
+
+% Gitter
+\ifthenelse{\boolean{showgrid}}{
+\draw[step=0.1,line width=0.1pt] (-\breite,-\hoehe) grid (\breite, \hoehe);
+\draw[step=0.5,line width=0.4pt] (-\breite,-\hoehe) grid (\breite, \hoehe);
+\draw (-\breite,-\hoehe) grid (\breite, \hoehe);
+\fill (0,0) circle[radius=0.05];
+}{}
+
+\coordinate (A) at (-0.3,3);
+\coordinate (B) at (-1.1,2);
+\coordinate (C) at (-2.1,-1.2);
+\draw[->,color=red,line width=1.4pt]
+ (A)
+ to[out=-143,in=60]
+ (B)
+ to[out=-120,in=80]
+ (C);
+%\fill[color=red] (B) circle[radius=0.08];
+\node[color=red] at (-1.2,1.5) [above left] {$R_{x_1,\alpha}$};
+\coordinate (D) at (0.3,3.2);
+\coordinate (E) at (1.8,2.8);
+\coordinate (F) at (5.2,-0.3);
+\draw[->,color=blue,line width=1.4pt]
+ (D)
+ to[out=-10,in=157]
+ (E)
+ to[out=-23,in=120]
+ (F);
+%\fill[color=blue] (E) circle[radius=0.08];
+\node[color=blue] at (2.4,2.4) [above right] {$R_{x_2,\beta}$};
+\draw[->,color=darkgreen,line width=1.4pt]
+ (0.7,-3.1) to[out=1,in=-160] (3.9,-2.6);
+\node[color=darkgreen] at (2.5,-3.4) {$R_{x_3,\gamma}$};
+
+\node at (6.4,-2.9) {$x_1$};
+\node at (-0.2,3.8) {$x_3$};
+
+\end{tikzpicture}
+
+\end{document}
+
diff --git a/buch/chapters/60-gruppen/images/rodriguez.jpg b/buch/chapters/60-gruppen/images/rodriguez.jpg
new file mode 100644
index 0000000..5c49700
--- /dev/null
+++ b/buch/chapters/60-gruppen/images/rodriguez.jpg
Binary files differ
diff --git a/buch/chapters/60-gruppen/images/rodriguez.pdf b/buch/chapters/60-gruppen/images/rodriguez.pdf
new file mode 100644
index 0000000..d947fe1
--- /dev/null
+++ b/buch/chapters/60-gruppen/images/rodriguez.pdf
Binary files differ
diff --git a/buch/chapters/60-gruppen/images/rodriguez.tex b/buch/chapters/60-gruppen/images/rodriguez.tex
new file mode 100644
index 0000000..8544739
--- /dev/null
+++ b/buch/chapters/60-gruppen/images/rodriguez.tex
@@ -0,0 +1,45 @@
+%
+% 3dimagetemplate.tex
+%
+% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+%
+\documentclass[tikz]{standalone}
+\usepackage{times}
+\usepackage{amsmath}
+\usepackage{txfonts}
+\usepackage[utf8]{inputenc}
+\usepackage{graphics}
+\usetikzlibrary{arrows,intersections,math}
+\usepackage{ifthen}
+\begin{document}
+
+\definecolor{darkgreen}{rgb}{0,0.6,0}
+
+\newboolean{showgrid}
+\setboolean{showgrid}{false}
+\def\breite{7}
+\def\hoehe{4}
+
+\begin{tikzpicture}[>=latex,thick]
+
+% Povray Bild
+\node at (0,0) {\includegraphics[width=10cm]{rodriguez.jpg}};
+
+% Gitter
+\ifthenelse{\boolean{showgrid}}{
+\draw[step=0.1,line width=0.1pt] (-\breite,-\hoehe) grid (\breite, \hoehe);
+\draw[step=0.5,line width=0.4pt] (-\breite,-\hoehe) grid (\breite, \hoehe);
+\draw (-\breite,-\hoehe) grid (\breite, \hoehe);
+\fill (0,0) circle[radius=0.05];
+}{}
+
+\node[color=blue] at (0.6,3.0) {$\vec{k}\mathstrut$};
+\node[color=red] at (1.8,-1.0) [below right] {$\vec{x}\mathstrut$};
+\node[color=darkgreen] at (-4.5,1.0) [below left]
+ {$\vec{x}\times\vec{k}\mathstrut$};
+\node[color=yellow] at (1.9,-0.5) [right] {$\vec{x}-(\vec{x}\cdot\vec{k})\vec{k}$};
+
+\end{tikzpicture}
+
+\end{document}
+