Neutrales Element bei NAND.
-
Hallo Forum,
was ist das neutrale Element der Nand (~) Verknüpfung. (Auf Boolean)
Es müßte doch so sein:
a~x = a
Wobei x das neutrale Element ist.
a~x= NOT(a AND x) = NOT(a) OR NOT(x)
Egal was für x eingesetzt wird, es kann doch höchstens NOT(a) herauskommen.Vielen Dank
Luigi
-
0 nand x = not(0 and x) = not(0) = 1
1 nand x = not(1 and x) = not(x)=> es gibt kein neutrales Element.
-
Hab ich mir schon gedacht.
Vielen Dank Bashar