1. Simplifying an Algebraic Expression with Absorption
Computer Engineering StudentBackground
Working on a logic synthesis assignment where boolean terms need reduction to their minimum literal count.
Problem
Verify that AB + A'B simplifies to the single variable B.
How to use
Set Input Mode to Expression, enter 'AB + A'B' into the Boolean expression field, and select 2 variables.
inputMode: expression, expression: AB + A'B, varCount: 2Outcome
Calculates canonical form Σm(1, 3), yields minimal SOP 'F = B' with 1 literal, and displays the 2x2 Gray-coded Karnaugh map alongside complete verification.