DIGITAL SYSTEMS CALCULATORS


TOOL: KARNAUGH MAP SOLVER FOR TRUTH TABLES (SUM OF PRODUCTS FORM)


KARNAUGH MAP SOLVER FOR TRUTH TABLES

Click on a row in the truth table to switch the value among 0 , 1, and X.

ABCF00010011010001111000101111011111

SOLUTION

10111324151716ABC0001111001BCA

F = B'D' + AD' + BCD

Click here to see the solution in product of sums form.

The calculator above gives the simplified function in sum of products form. If you are looking for the Product of Sums solution, please click here.

 
 

INFORMATION

Karnaugh maps, also known as K-maps, are a graphical method used to simplify Boolean algebra expressions. They provide a systematic way to minimize Boolean functions and are particularly useful for simplifying expressions with up to five variables.

Karnaugh maps represent Boolean functions graphically in a tabular form. Each cell in the table corresponds to a unique combination of input variables.

The main technique used with Karnaugh maps is grouping adjacent cells with the value 1 to identify patterns that can be combined to simplify the expression.

Karnaugh maps are widely used in digital logic design, especially in the design of combinational logic circuits. They help engineers optimize circuits for speed, area, and power consumption.

Karnaugh maps provide a visual and systematic approach to simplifying Boolean expressions, making them an essential tool in digital logic design.

WHAT IS KARNAUGH MAP SOLVER FOR TRUTH TABLES?

Karnaugh map solver for truth tables,

  • Allows the user to set the values to 0, 1 or X (don't care) in a 2,3 4 or 5 variable truth tables,
  • Uses Karnaugh maps to simplify the function and
  • Illustrates the solution in sum of products form.

HOW TO USE THE KARNAUGH MAP SOLVER FOR TRUTH TABLES?

You can use the Karnaugh map solver for truth tables in two ways.

  • USER INPUTS

    Truth table rows

    You can click on any row on the truth table to toggle the values among 0, 1, and X. X is used to indicate the don't care state. Similar to the truth table, it is possible to switch the values by clicking on the squares of the Karnaugh map.

    All=0 button

    ALL = 0 and ALL = 1 buttons reset and set all values on the truth table, respectively.

  • RANDOM INPUTS

    random buttons

    The DIE ICON generates a random set of values on the truth table. You can create your own examples and practice using this property.

  • SELECTING THE NUMBER OF VARIABLES

    Variable button

    2, 3, 4 and 5 variable maps are available.

  • DOWNLOADING THE SOLUTION

    • Download Link

      You can download the solution as an image file with .jpg extension if you click on the "Download Solution" link at the bottom of the solution panel. You can share the downloaded image file.

 

CALCULATORS

Truth Table Calculators