Subscribe Twitter Twitter
Showing posts with label LOGIC EXPRESSION MINIMIZATION. Show all posts
Showing posts with label LOGIC EXPRESSION MINIMIZATION. Show all posts

Friday, September 23, 2011

LOGIC EXPRESSION MINIMIZATION

Goal is to find an equivalent of an original logic expression that:

a) has fewer variables per term
b) has fewer terms
c) needs less logic to implement

There are three main manual methods
Algebraic minimization
Karnaugh Map minimization
Quine-McCluskey (tabular) minimization