I need help about this exercise:
Which rows and which columns of a 4 x 16 map for
Boolean functions in six variables using the Gray codes
1111, 1110, 1010, 1011, 1001,1000,0000,0001, 0011, 0010,
0110,0111, 0101,0100, 1100, 1101 to label the columns
and 11, 10, 00, 01 to label the rows need to be considered
adjacent so that cells that represent minterms that differ
in exactly one literal are considered adjacent?
As i thought, adjacent rows should be 11 and 10, 10 and 00, 00 and 01, 11 and 01.. Similarly I thought the same thing about the columns, however, the solution is:
Rows 1 and 4 are considered adjacent.
The pairs of columns considered adjacent are: columns 1 and
4, 1 and 12, 1 and 1 6, 2 and 1 1,2 and 15, 3 and 6, 3 and 1 0, 4
and 9, 5 and 8, 5 and 1 6, 6 and 1 5, 7 and 1 0, 7 and 14, 8 and
13, 9 and 12, 11 and 14, 13 and 16.
I just don't get why is it like that
If someone has some time and will to help me I would be more than grateful !! Thanks :)
[Tags might need to be edited, couldn't put anything in connection to boolean funcions etc.]