add Digitaltechnik and Lineare Algebra

This commit is contained in:
Dominik 2025-03-26 20:51:23 +01:00
commit b872f672ae
Signed by: dominik
GPG key ID: 06A4003FC5049644
27 changed files with 940 additions and 0 deletions

View file

@ -0,0 +1,20 @@
\section{Ringe}
\begin{itemize}
\item $(R, +)$ ist eine abelsche Gruppe
\item $(R, \cdot)$ ist assoziativ
\item Distributivgesetz: $a \cdot (b + c) = a \cdot b + a \cdot c$
\end{itemize}
\textbf{Heißt je, wenn} \\
Ring mit Eins: $\exists 1 \in R: 1 \cdot a = a \cdot 1 = a$ \\
kommutativ: $a \cdot b = b \cdot a$ \\
nullteilerfrei: $a \cdot b = 0 \Rightarrow a = 0 \lor b = 0$
\section{Körper}
\begin{itemize}
\item $(K, +)$ ist eine abelsche Gruppe
\item $(K \setminus \{0\}, \cdot)$ ist eine abelsche Gruppe
\item Distributivgesetz: $a \cdot (b + c) = a \cdot b + a \cdot c$
\end{itemize}