aboutsummaryrefslogtreecommitdiffstats
path: root/buch
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-05 13:18:18 +0200
committerGitHub <noreply@github.com>2021-08-05 13:18:18 +0200
commit6be63d25759248b530cd37dc4356cf863dc5398c (patch)
treee2564ba31f5c5de1092763762ddcac6641b9636a /buch
parentMerge pull request #70 from paschost/patch-5 (diff)
parentFormel mit "cases" eingerückt (diff)
downloadSeminarMatrizen-6be63d25759248b530cd37dc4356cf863dc5398c.tar.gz
SeminarMatrizen-6be63d25759248b530cd37dc4356cf863dc5398c.zip
Merge pull request #71 from paschost/patch-4
Formel mit "cases" eingerückt
Diffstat (limited to 'buch')
-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 1557ff8..8994066 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}