3

Do Karnaugh maps use a base ten numbering system??

Aleatory
  • 497
  • 2
  • 5
  • 12

3 Answers3

9

No, binary Gray code.

endolith
  • 28,494
  • 23
  • 117
  • 181
markrages
  • 19,905
  • 7
  • 59
  • 96
5

The essential thing about Karnaugh maps is that when you compare the binary numbers assigned to adjacent cells, they will differ in exactly one bit. This is what enables you graphically simplify an expression by collecting adjacent cells. You could write in the decimal equivalents of the binary patterns if you like, but doing so doesn't really provide any useful advantages.

JustJeff
  • 19,163
  • 3
  • 48
  • 75
1

You may find this of interest.