Gray codes in karnaugh maps

digital-logickarnaugh map

In my textbook , they have given some applications of gray codes.
One main use of gray code is in karnaugh maps.
consider a 3 variable k-map

Here gray codes are used. but why decimal equivalent of binary code is written in that box instead of decimal equivalent of gray code.
That is ,first row third column box should be written as 2 right!! Since 011 is gray code ,its decimal value is 2.
Please clarify this…

Best Answer

The definition of the outputs shown within a karnaugh map is defined by a forumla or truth table, of which the axis values are the inputs. In this example, 0 1 2 ... has apparently been used as arbitrary filler numbers.

Gray codes refer only to the method by which the axis are labeled.

Here are some clear examples of how the tables are used.