Theory
Algebraic Manipulation of Boolean Expressions
Tabular Method of Minimisation
Theory: What is minimisation?A Boolean expression is composed of variables and terms. The simplification of Boolean expressions can lead to more effective computer programs, algorithms and circuits.
Before continuing with this section, you should make sure you are familiar with the following topics:
Minimisation can be achieved by a number of methods, four well known methods are:
Algebraic Manipulation of Boolean Expressions
Tabular Method of Minimisation
Tree reduction
Bear in mind that the Tree reduction method will not be looked at in this tutorial.
ExercisesUsing the tabular minimisation LabVIEW simulation, minimise the following:
Z = f(A,B,C,D) = AB
+
BCD + ABC
Z = f(A,B,C,D) = 


+
A
D +
B
Z = f(A,B,C,D) = AB
D + 
CD + ABCD
