add Digitaltechnik and Lineare Algebra
This commit is contained in:
commit
b872f672ae
27 changed files with 940 additions and 0 deletions
20
Lineare Algebra/inhalt/08_Ringe.tex
Normal file
20
Lineare Algebra/inhalt/08_Ringe.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue