Given a Boolean expression or its minterms, the program described here prints the simplified (‘reduced’ or ‘parsed’) expression.Anyone who’s ever designed a fairly complex digital circuit will know that what looks like a tangled network of logic gates and inverters may often be simplified by writing down everything that happens in the circuit in the form of Boolean expressions and then discovering that these can often be condensed in a way that allows your to actually cut down on the number of ICs to be used!
Discussion (0 comments)