I have to minimize the expression using minterms and a Karnaugh map:
$F_{4,2655}$
How might I get this expression I am given into a form much like a typical boolean algebra minification question? I do not understand the given notation.
From a classmate they commented that the notation means the following:
2655 would be the sum of all the minterm values of function F, expressed in decimal (which when converted to binary gives the Boolean representation that corresponds to truth table).
So...
$2655_{10} = 0000 1010 0101 1111_2$
Then I need to do something with this from here, but I am not sure what. I included an extra 4 bits as I believe the $2^4$ in the question represents the amount of bits. Now having this somewhat converted I am not sure where to go from here.
I assume that F4,2655 is a shorthand notation for the Boolean expression with four inputs which has a truthtable with the binary equivalent of 2655 as output column.
The truthtable looks as follows:
Translated into a Karnaugh map
Resulting minimized expression:
Reversing the order of bits in the output column results in:
Truthtable:
Karnaugh map:
Minimized expression:
So, both cases yield a somewhat similar expression