Hey everyone! Please guide or give me some instruct how to general or sumarize a MUX 2-1 only using NAND gate, thank very much, I have try as follow:
S = NAND(NOT(C).E0) + NAND(C.E1) or S = NAND(C.E0) + NAND(NOT(C).E1) or S = NAND[(NOT(C).E0) . (C.E1)] or S = NAND[(C.E0) . (NOT(C)E1)], I do it true or false, Please give me some advice.
S = NAND(NOT(C).E0) + NAND(C.E1) or S = NAND(C.E0) + NAND(NOT(C).E1) or S = NAND[(NOT(C).E0) . (C.E1)] or S = NAND[(C.E0) . (NOT(C)E1)], I do it true or false, Please give me some advice.