Homework 5, K-maps and Quine-McCluskey.

Short Description:

Simplify expressions using K-maps and the Quine-McCluskey algorithm.

Goals

When you finish this homework, you should have:

Formal Description

Please do the following
  1. [4 points each] Simplify the following expressions using k-maps. Make sure you provide the final expression in terms of variables.
    1. f = Σm(1,2,3)
    2. f = Σm(0,2,5,7)
    3. f = Σm(0,2,4,6)
    4. f = Σm(1,2,6,7)
    5. f = Σm(4,6,9,11,13,15)
  2. [5 points each] Simplify the following expressions using the Quine-McCluskey algorithm.. Make sure you provide the final expression in terms of variables.
    1. f = Σm(1,2,3)
    2. f = Σm(1,2,6,7)
    3. f = Σm(4,6,9,11,13,15)

Required Files

You may either In either case, the document should be cleanly written.

Submission

Hand in the paper by class time on the due date, or submit the word document to the D2L folder Homework 5 by the due date.