summaryrefslogtreecommitdiff
path: root/math/math.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-08 23:58:52 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-08 23:58:52 +0200
commitfc360bc7cf96765febb2bf8222a2e7b0731adf7d (patch)
treeb2e3ea6149f0a404d69b0956d606ad4c3bea42d7 /math/math.tex
parentf5316545b46edfc511b628430cd883ca2c56f1ca (diff)
Adding code for regular gauss algorithm.
Diffstat (limited to 'math/math.tex')
-rw-r--r--math/math.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/math.tex b/math/math.tex
index 7d36c00..c06bd34 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -22,6 +22,9 @@ Sei $0 \leq x < n$. Definiere $d := \gcd(x, n)$.\newline
\subsection{LGS über $\mathbb{F}_p$}
\lstinputlisting{math/lgsFp.cpp}
+\subsection{LGS über $\mathbb{R}$}
+\lstinputlisting{math/gauss.cpp}
+
\subsection{Chinesischer Restsatz}
\begin{itemize}
\item Extrem anfällig gegen Overflows. Evtl. häufig 128-Bit Integer verwenden.