Skip to content

Commit

Permalink
Korrektur der Beispiele für KDNF und KKNF
Browse files Browse the repository at this point in the history
außerdem dieses mal Versionsnummer inkrementiert
  • Loading branch information
LeanderJDev authored Nov 4, 2024
1 parent bad7805 commit 3540fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 03_Minimierung.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
author: Sebastian Zug & André Dietrich & Fabian Bär
email: [email protected] & [email protected] & [email protected]
version: 0.0.2
version: 0.0.3
language: de
narrator: Deutsch Female
Expand Down Expand Up @@ -226,12 +226,12 @@ Und nun in der Kombination ....
**Kanonische Disjunktive Normalform (KDNF)**

+ eindeutige Darstellung einer booleschen Funktion f als Disjunktion von Mintermen
+ Beispiel: $( x \cdot y \cdot z ) + ( x \cdot y \cdot z ) + ( x \cdot y \cdot z )$ ist KDNF von $f(x,y,z)$
+ Beispiel: $( \overline{x} \cdot y \cdot z ) + ( x \cdot \overline{y} \cdot \overline{z} ) + ( \overline{x} \cdot y \cdot \overline{z} )$ ist KDNF von $f(x,y,z)$

**Kanonische Konjunktive Normalform (KKNF)**

+ eindeutige Darstellung einer booleschen Funktion f als Konjunktion von Maxtermen
+ Beispiel: $( x + y ) \cdot ( x + y ) \cdot ( x + y )$ ist KKNF von $f(x,y)$
+ Beispiel: $( x + \overline{y} ) \cdot ( \overline{x} + y ) \cdot ( \overline{x} + \overline{y} )$ ist KKNF von $f(x,y)$
********************************************************************************

{{3-4}}
Expand Down

0 comments on commit 3540fcf

Please sign in to comment.