diff options
author | fabioviecelli <80270098+fabioviecelli@users.noreply.github.com> | 2021-09-11 10:58:18 +0200 |
---|---|---|
committer | fabioviecelli <80270098+fabioviecelli@users.noreply.github.com> | 2021-09-11 10:58:18 +0200 |
commit | 161819cca8037d3d0cb364705aa8d1dc735c0209 (patch) | |
tree | 56fc080c3a9241705490408883bb6ea532439235 /buch/chapters/70-graphen/images/adjazenzd.tex | |
parent | Update Teil_Fabio.tex (diff) | |
parent | add combined images (diff) | |
download | SeminarMatrizen-161819cca8037d3d0cb364705aa8d1dc735c0209.tar.gz SeminarMatrizen-161819cca8037d3d0cb364705aa8d1dc735c0209.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'buch/chapters/70-graphen/images/adjazenzd.tex')
-rw-r--r-- | buch/chapters/70-graphen/images/adjazenzd.tex | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/buch/chapters/70-graphen/images/adjazenzd.tex b/buch/chapters/70-graphen/images/adjazenzd.tex index 5cef18e..81801d3 100644 --- a/buch/chapters/70-graphen/images/adjazenzd.tex +++ b/buch/chapters/70-graphen/images/adjazenzd.tex @@ -10,12 +10,14 @@ \usepackage{txfonts} \usepackage{pgfplots} \usepackage{csvsimple} +\usepackage{color} \usetikzlibrary{arrows,intersections,math,calc} \begin{document} \def\skala{1} \begin{tikzpicture}[>=latex,thick,scale=\skala] \def\r{1.8} +\def\R{\bgroup\color{red}0\egroup} \begin{scope} \coordinate (A) at ({\r*cos(0*72)},{\r*sin(0*72)}); @@ -71,15 +73,16 @@ B(G) \end{pmatrix*}$}; \end{scope} + \begin{scope}[xshift=3cm,yshift=1.1cm] \node at (0,0) [right] {$\displaystyle A(G) = \begin{pmatrix*}[r] - 0& 1& 1& 0& 1\\ - 1& 0& 1& 1& 0\\ - 1& 1& 0& 1& 0\\ - 0& 1& 1& 0& 1\\ + 0&\R&\R& 0&\R\\ + 1& 0&\R&\R& 0\\ + 1& 1& 0&\R& 0\\ + 0& 1& 1& 0&\R\\ 1& 0& 0& 1& 0 \end{pmatrix*}, \quad @@ -90,7 +93,7 @@ D(G) 0&3&0&0&0\\ 0&0&3&0&0\\ 0&0&0&3&0\\ -0&0&0&0&1 +0&0&0&0&2 \end{pmatrix*} $}; \end{scope} |