aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/verkehr
diff options
context:
space:
mode:
authorPascal Schmid <81317360+paschost@users.noreply.github.com>2021-08-04 13:59:52 +0200
committerGitHub <noreply@github.com>2021-08-04 13:59:52 +0200
commit062f9b9a2984a3e8cec05adaf5cc9cf83da131e0 (patch)
tree3ca43b39cfb6f38c6a204ac3b043af2928aa3f55 /buch/papers/verkehr
parentMerge pull request #64 from Kuehnee/master (diff)
downloadSeminarMatrizen-062f9b9a2984a3e8cec05adaf5cc9cf83da131e0.tar.gz
SeminarMatrizen-062f9b9a2984a3e8cec05adaf5cc9cf83da131e0.zip
Formel mit "cases" eingerückt
Diffstat (limited to 'buch/papers/verkehr')
-rw-r--r--buch/papers/verkehr/section1.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/buch/papers/verkehr/section1.tex b/buch/papers/verkehr/section1.tex
index 6ac86ad..4991950 100644
--- a/buch/papers/verkehr/section1.tex
+++ b/buch/papers/verkehr/section1.tex
@@ -72,10 +72,10 @@ Verwendet wird er beispielsweise um die Verlinkungsstruktur verschiedener Websit
Dabei handelt es sich um einen iterativen Prozess. Ausgegangen wird von der Adjazenz-Matrix $A$, für welche folgendes gilt:
\begin{equation}
-A_{i,j}=\left\{ \begin{matrix}
-1 & \text{Kante von $j$ nach $i$} \\ 0 & \text{keine Kante von $j$ nach $i$}
-\end{matrix}
- \right.
+A_{i,j} = \begin{cases}
+1&\quad\text{Kante von $j$ nach $i$}\\
+0&\quad\text{keine Kante von $j$ nach $i$}
+\end{cases}
\label{verkehr:Adja}
\end{equation}