Boolean Algebra

Logical functions

There can be total of 2 raise to the power 2n functions possible for n binary variables. So for n=2 i.e. two variables we have total of 16 functions and we have already talked about few of those like AND, OR, NOT. So there are 13 more functions to be defined. F0=0 F1=xy F2=xy’ F3=x F4=x’y […]