summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-06-10 23:55:36 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-06-10 23:55:36 +0200
commit918af529f83833407c8bbcefa262f173ece80b6d (patch)
tree88f87bfd42e04ee78abb83c3336ea14c915f004c
parent369565f753340fe82d4110d15e3220a64c043a3a (diff)
Fixing error in chinese remainder theorem.
-rw-r--r--math/math.tex2
-rw-r--r--tcr.pdfbin305399 -> 305354 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/math/math.tex b/math/math.tex
index a3805c1..94adf9f 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -37,7 +37,7 @@ Sei $0 \leq x < n$. Definiere $d := \ggT(x, n)$.\newline
\]
Formel kann auch für nicht teilerfremde Moduli verwendet werden.
Sind die Moduli nicht teilerfremd, existiert genau dann eine Lösung,
- wenn $a_i \equiv a_j \mod \ggT(m_i, m_j)$.
+ wenn $a\equiv~b \mod \ggT(m, n)$.
In diesem Fall sind keine Faktoren
auf der linken Seite erlaubt.
\end{itemize}
diff --git a/tcr.pdf b/tcr.pdf
index b7dd145..8a3de2c 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ