0

Expressions Simplifications Boolean Algebra
I started simplifying function and got to the detailed picture and wanted to know if I can reduce the above expressions, for example :

Y'.X'.Y = 0 ?
Y'.X'.Z.X = 0 ?

Example

Ofir Attia
  • 3,136

1 Answers1

1

Yes. Both disjunction and conjunction are commutative in a boolean algebra. Hence $$Y^\prime X^\prime Y = X^\prime YY^\prime=0$$ for instance.

Abel
  • 7,312