From 001c12e5156f2e3b656bd42608768af5c3db4171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 5 Aug 2021 19:14:44 +0200 Subject: Zwei Drehungen --- buch/papers/clifford/3d/qq.tex | 68 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 buch/papers/clifford/3d/qq.tex (limited to 'buch/papers/clifford/3d/qq.tex') diff --git a/buch/papers/clifford/3d/qq.tex b/buch/papers/clifford/3d/qq.tex new file mode 100644 index 0000000..c2ac1bc --- /dev/null +++ b/buch/papers/clifford/3d/qq.tex @@ -0,0 +1,68 @@ +% +% qq.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{darkred}{rgb}{0.7,0,0} + +\newboolean{showgrid} +\setboolean{showgrid}{false} +\def\breite{4} +\def\hoehe{4} + +\begin{tikzpicture}[>=latex,thick] + +% Povray Bild +\begin{scope}[xshift=-3.3cm] +\node at (0,0) {\includegraphics[width=6.3cm]{q23.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]; +}{} +\fill[color=white,opacity=0.5] ({-0.6-0.3},{-0.2-0.2}) rectangle ({-0.6+0.3},{-0.2+0.2}); +\node[color=darkred] at (-0.6,-0.2) {$q_{23}$}; +\node[color=blue] at (-0.4,2.7) {$\mathbf{v}$}; +\node[color=blue] at (0.7,0.4) {$\mathbf{v}''_{23}$}; +\node at (3.1,-1.4) {$a_1$}; +\node at (-2.7,-2.4) {$a_3$}; +\node at (-0.7,3.4) {$a_2$}; +\end{scope} + +\setboolean{showgrid}{false} + +\begin{scope}[xshift=3.3cm] +\node at (0,0) {\includegraphics[width=6.3cm]{q31.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]; +}{} +\fill[color=white,opacity=0.5] ({-0.7-0.3},{-0.9-0.2}) rectangle ({-0.7+0.3},{-0.9+0.2}); +\node[color=darkred] at (-0.7,-0.9) {$q_{13}$}; +\node[color=blue] at (0.7,0.4) {$\mathbf{v}''_{23}$}; +\node[color=blue] at (2.7,-0.7) {$\mathbf{v}''$}; +\node at (3.1,-1.4) {$a_1$}; +\node at (-2.7,-2.4) {$a_3$}; +\node at (-0.7,3.4) {$a_2$}; +\end{scope} + + +\end{tikzpicture} + +\end{document} + -- cgit v1.2.1 From e5df99c1ee45a6897c4fe98b018088ef0289f7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 5 Aug 2021 19:35:13 +0200 Subject: add images for clifford --- buch/papers/clifford/3d/qq.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'buch/papers/clifford/3d/qq.tex') diff --git a/buch/papers/clifford/3d/qq.tex b/buch/papers/clifford/3d/qq.tex index c2ac1bc..9baa8bb 100644 --- a/buch/papers/clifford/3d/qq.tex +++ b/buch/papers/clifford/3d/qq.tex @@ -33,9 +33,9 @@ \fill (0,0) circle[radius=0.05]; }{} \fill[color=white,opacity=0.5] ({-0.6-0.3},{-0.2-0.2}) rectangle ({-0.6+0.3},{-0.2+0.2}); -\node[color=darkred] at (-0.6,-0.2) {$q_{23}$}; -\node[color=blue] at (-0.4,2.7) {$\mathbf{v}$}; -\node[color=blue] at (0.7,0.4) {$\mathbf{v}''_{23}$}; +\node[color=darkred] at (-0.6,-0.2) {$\boldsymbol{q}_{23}$}; +\node[color=blue] at (-0.4,2.7) {$\boldsymbol{v}$}; +\node[color=blue] at (0.7,0.4) {$\boldsymbol{v}''_{23}$}; \node at (3.1,-1.4) {$a_1$}; \node at (-2.7,-2.4) {$a_3$}; \node at (-0.7,3.4) {$a_2$}; @@ -53,9 +53,9 @@ \fill (0,0) circle[radius=0.05]; }{} \fill[color=white,opacity=0.5] ({-0.7-0.3},{-0.9-0.2}) rectangle ({-0.7+0.3},{-0.9+0.2}); -\node[color=darkred] at (-0.7,-0.9) {$q_{13}$}; -\node[color=blue] at (0.7,0.4) {$\mathbf{v}''_{23}$}; -\node[color=blue] at (2.7,-0.7) {$\mathbf{v}''$}; +\node[color=darkred] at (-0.7,-0.9) {$\boldsymbol{q}_{13}$}; +\node[color=blue] at (0.7,0.4) {$\boldsymbol{v}''_{23}$}; +\node[color=blue] at (2.7,-0.7) {$\boldsymbol{v}''$}; \node at (3.1,-1.4) {$a_1$}; \node at (-2.7,-2.4) {$a_3$}; \node at (-0.7,3.4) {$a_2$}; -- cgit v1.2.1