0
ich tue Boolesche Algebra Vereinfachung und erhielt das Ergebnis vonXOR Boolesche Algebra, die Vereinfachung der
(A.B) xor(C xor D)
Does
(A.B) xor (C xor D) = (A.B) xor C xor D ?
ich tue Boolesche Algebra Vereinfachung und erhielt das Ergebnis vonXOR Boolesche Algebra, die Vereinfachung der
(A.B) xor(C xor D)
Does
(A.B) xor (C xor D) = (A.B) xor C xor D ?
Die xor
Operation entspricht zusätzlich mod 2, wobei 0 < => false und true < => 1, ja, es ist eine assoziative Operation. Siehe: https://en.wikipedia.org/wiki/Exclusive_or#Relation_to_modern_algebra
Warum nicht eine Wahrheitstabelle machen und sehen? –