add Digitaltechnik and Lineare Algebra
This commit is contained in:
commit
b872f672ae
27 changed files with 940 additions and 0 deletions
10
Digitaltechnik/inhalt/02_Boolsche_Algebra.tex
Normal file
10
Digitaltechnik/inhalt/02_Boolsche_Algebra.tex
Normal file
|
@ -0,0 +1,10 @@
|
|||
\section{Boolsche Algebra}
|
||||
|
||||
\subsection{Huntington-Axiome}
|
||||
|
||||
\begin{enumerate}
|
||||
\item \textbf{Kommmutativität}: $a \land b = b \land a$ und $a \lor b = b \lor a$
|
||||
\item \textbf{Distributivität}: $a \land (b \lor c) = (a \land b) \lor (a \land c)$ und $a \lor (b \land c) = (a \lor b) \land (a \lor c)$
|
||||
\item \textbf{neutrales Element}: $a \land 1 = a$ und $a \lor 0 = a$
|
||||
\item \textbf{inverses Element}: $a \land \overline{a} = 0$ und $a \lor \overline{a} = 1$
|
||||
\end{enumerate}
|
Loading…
Add table
Add a link
Reference in a new issue