Karnaugh-Veitch Map

This interactive Karnaugh-Veitch map represents the function y = f(xn,...,x1, x0). You can manually edit this function by clicking on the cells of the map. Alternatively, you can generate a random function by pressing the "Random example" button.


Number of input variables:      Allow Don’t-Care:      Hide result:

The JavaScript source code can be found here: karnaughmap.js, qmc.js.

This website is part of the lecture Technical Computer Science.

Keywords: Karnaugh map simulator, Karnaugh map simulation, virtual Karnaugh map, online Karnaugh maps, interactive Karnaugh map, Karnaugh-Veitch map, KV map, html5, javascript,