From fc360bc7cf96765febb2bf8222a2e7b0731adf7d Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Sat, 8 Oct 2016 23:58:52 +0200 Subject: Adding code for regular gauss algorithm. --- math/math.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math/math.tex') 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. -- cgit v1.2.3