summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-09 01:20:15 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-09 01:20:15 +0200
commit0cd019a2390f028abc5165b0ab0bf80950d85251 (patch)
treec0b45bec70975dd291cfd334f35d149510b98d98
parent6f40d2ea416d3fb8f58e1d0993f5d581e8a330c7 (diff)
Typesetting for chinese remainder.
-rw-r--r--math/math.tex6
-rw-r--r--tcr.pdfbin257807 -> 257811 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/math/math.tex b/math/math.tex
index c06bd34..ca81f4b 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -35,9 +35,9 @@ Sei $0 \leq x < n$. Definiere $d := \gcd(x, n)$.\newline
d := ggT(n, m) = yn + zm
\]
Formel kann auch für nicht teilerfremde Moduli verwendet werden.
- \item Sind die Moduli nicht teilerfremd, existiert genau dann eine Lösung,
- wenn $a_i \equiv a_j \mod \gcd(m_i, m_j)$. In diesem Fall sind keine Faktoren
- auf der linken Seite erlaubt.
+ Sind die Moduli nicht teilerfremd, existiert genau dann eine Lösung,
+ wenn $a_i \equiv a_j \mod \gcd(m_i, m_j)$. In diesem Fall sind keine Faktoren
+ auf der linken Seite erlaubt.
\end{itemize}
\lstinputlisting{math/chineseRemainder.cpp}
diff --git a/tcr.pdf b/tcr.pdf
index 9d598f7..6381065 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ