diff options
author | Nao Pross <np@0hm.ch> | 2021-05-26 22:02:15 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-05-26 22:02:15 +0200 |
commit | 31fa08ffa722b2f0fba35393f661f7346d41af4e (patch) | |
tree | 318a90e21c4b130bacbb477f64addc3da2a6a2ce /buch/chapters/70-graphen/beschreibung.tex | |
parent | Start working on feedback (diff) | |
parent | Merge pull request #17 from NaoPross/book-typos (diff) | |
download | SeminarMatrizen-31fa08ffa722b2f0fba35393f661f7346d41af4e.tar.gz SeminarMatrizen-31fa08ffa722b2f0fba35393f661f7346d41af4e.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'buch/chapters/70-graphen/beschreibung.tex')
-rw-r--r-- | buch/chapters/70-graphen/beschreibung.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/chapters/70-graphen/beschreibung.tex b/buch/chapters/70-graphen/beschreibung.tex index 25cfcc0..a0f46da 100644 --- a/buch/chapters/70-graphen/beschreibung.tex +++ b/buch/chapters/70-graphen/beschreibung.tex @@ -401,7 +401,7 @@ Sie hat für $i\ne j$ die Einträge \\ &=\text{Anzahl der Kanten, die $i$ mit $j$ verbinden} \\ -&=a_{ij} +&=a_{ij}. \end{align*} Die Adjazenzmatrix eines Graphen lässt sich also aus der Inzidenzmatrix berechnen. |