Martin Thoma hace 12 años
padre
commit
3bec81b0b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      presentations/Diskrete-Mathematik/Handout/Handout.tex

+ 1 - 1
presentations/Diskrete-Mathematik/Handout/Handout.tex

@@ -249,7 +249,7 @@ Ein Graph heißt \textbf{eulersch}, wenn er einen eulerschen Kreis enthält.
         Außerdem gilt: 
         \[\text{Grad}(e_i) = \begin{cases}
             2 \cdot \text{Anzahl der Vorkommen von } e_i \text{ in } C & \text{falls } i\neq 0\\
-            2 \cdot (\text{Anzahl der Vorkommen von } e_i -1) \text{ in } C & \text{falls } i = 0\\
+            2 \cdot (\text{Anzahl der Vorkommen von } e_i \text{ in } C -1)  & \text{falls } i = 0\\
         \end{cases}
         \]
         $\Rightarrow \forall e \in E: \text{Grad}(e)$ ist gerade