Maxterm

Maxterm =sum of all the literals, either with complement or without complement, is known as Maxterm. ex: Let's assume that we have three Boolean variables a, b, and c having values a=1,b=0,c=1 then maxterm expression would be a’+b+c’ 
Maxterm designation/Notation from expression:
 o In the first step, we will write the term consisting of all the variables
 o Next, we will write 0 in place of all the non-complement variables such as A or b.
 o We will write 1 in place of all the complement variables such as A’ or ~b.
 o Now, we will find the decimal number of the binary formed from the above steps.
 o In the end, we will write the decimal number as a subscript of letter M(maxterm). 
Let's take some examples to understand the theory of shorthand notation

Comments