summaryrefslogtreecommitdiff
path: root/math/math.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <s_jungeb@i08pc57.atis-stud.uni-karlsruhe.de>2014-11-22 11:46:50 +0100
committerPaul Jungeblut <s_jungeb@i08pc57.atis-stud.uni-karlsruhe.de>2014-11-22 11:46:50 +0100
commitca740ed7caeca4deb09a2fc7912f599555442e15 (patch)
treeae25a2d25643067731eafaf16ee9ddf44f008d4e /math/math.tex
parentfa83b8c841073b462840260b54593767e597f543 (diff)
bisschen LGS
Diffstat (limited to 'math/math.tex')
-rw-r--r--math/math.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/math.tex b/math/math.tex
index f82ab65..db42b74 100644
--- a/math/math.tex
+++ b/math/math.tex
@@ -15,6 +15,13 @@ Sei $0 \leq x < n$. Definiere $d := gcd(x, n)$.
\end{itemize}
\item[Falls $d \neq 1$:] es existiert kein $x^{-1}$
\end{description}
+\lstinputlisting{math/multInv.cpp}
+
+\subsubsection{Mod-Exponent über $\mathbb{F}_p$}
+\lstinputlisting{math/modExp.cpp}
+
+\subsection{LGS über $\mathbb{F}_p$}
+\lstinputlisting{math/lgsFp.cpp}
\subsection{Binomialkoeffizienten}
\lstinputlisting{math/binomial.cpp} \ No newline at end of file