-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b070c5
commit ccaf10d
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
author: Sebastian Zug & André Dietrich & Fabian Bär | ||
email: [email protected] & [email protected] & [email protected] | ||
version: 0.0.1 | ||
version: 0.0.3 | ||
language: de | ||
narrator: Deutsch Female | ||
|
@@ -77,6 +77,10 @@ style="width: 80%; min-width: 420px; max-width: 720px;" | |
|
||
--------------------------------------------------------------------- | ||
|
||
## Exkurs: Arbeit mit Git | ||
|
||
> Dieser Abschnitt soll verschwinden. Er dient nur als Beispiel für die Arbeit mit Git. | ||
## Digital vs. Analog | ||
|
||
> __Frage:__ Was bedeutet der Übergang von der Ebene der physikalischen Phänomene (0) auf die Ebene der digitalen Logik (2)? | ||
|
@@ -273,7 +277,7 @@ __Lösung:__ Boolesche Algebra basierend auf den Vorarbeiten von G. Boole aus de | |
+ drei Boolesche Operationen: + , $\cdot$ sowie „not" | ||
+ vier Axiome | ||
|
||
Die Boolsche Algebra basiert nach Huntington auf einer Trägermenge | ||
Die Boolsche Algebra basiert nach [Huntington](https://de.wikipedia.org/wiki/Edward_Vermilye_Huntington) auf einer Trägermenge | ||
$B \{0,1\}$ (Zuständen) mit zwei Verknüpfungen auf $B$ für deren Element $a\in B$, $b\in B$ und $c\in B$ gilt: | ||
|
||
| Axiom | Definition | | ||
|