I'm simplifying function in Boolean algebra. Which form is simpler:
$AB' + C'D + A'BC$
OR
$DA' + C'D + AB'$
Second form has less letters but overlays itself at more spots. Which one is simpler?
I'm simplifying function in Boolean algebra. Which form is simpler:
$AB' + C'D + A'BC$
OR
$DA' + C'D + AB'$
Second form has less letters but overlays itself at more spots. Which one is simpler?
The two functions are similar but not equivalent:
The second function is simpler, because its sum of products consists of three conjunctions with two literals each. The first function consists of two conjunctions with two literals each and a third conjunction with three literals. This third conjunction is thus one literal "heavier".