Understanding Canonical Maxterm Form and 'Big M' Notation for Karnaugh Maps

  • Thread starter Thread starter Idyllic
  • Start date Start date
Click For Summary
SUMMARY

Canonical maxterm form and canonical minterm form are essential concepts in Boolean algebra, particularly in the context of Karnaugh Maps (K-Maps). A maxterm is defined as a sum term that includes all input variables, while a minterm is a product term that also involves all input variables. The 'big M' notation is used to express products of maxterms, denoted as Pi followed by an "M" list, such as (a + b' + c)(a' + b + c) = \prod M(2,4). Understanding these forms is crucial for simplifying Boolean expressions and optimizing digital circuits.

PREREQUISITES
  • Understanding of Boolean algebra
  • Familiarity with Karnaugh Maps (K-Maps)
  • Knowledge of minterms and maxterms
  • Basic skills in digital logic design
NEXT STEPS
  • Study the process of converting Boolean expressions to canonical forms
  • Learn how to utilize Karnaugh Maps for simplification
  • Explore the significance of 'big M' notation in digital logic
  • Practice problems involving the conversion between minterms and maxterms
USEFUL FOR

This discussion is beneficial for students studying digital logic design, educators teaching Boolean algebra, and anyone preparing for exams in computer engineering or related fields.

Idyllic
Messages
13
Reaction score
0
My silly lecturer doesn't explain things properly so I can't find any decent information in our lecture notes to revise for my exam next week.

My questions are:

1. What is canonical maxterm form?
2. What is canonical minterm form?
3. How do you express these using 'big M' notation?

I've searched the internet for answers but I think if somebody explains it to me and shows a simple example it would be the best and quickest way.

Thanks
 
Engineering news on Phys.org
Idyllic said:
My silly lecturer doesn't explain things properly so I can't find any decent information in our lecture notes to revise for my exam next week.

My questions are:

1. What is canonical maxterm form?
2. What is canonical minterm form?
3. How do you express these using 'big M' notation?

I've searched the internet for answers but I think if somebody explains it to me and shows a simple example it would be the best and quickest way.

Thanks

A maxterm is a sum term that involved each of the input variables while a minterm is a product term that involves each of the the input variables. Products of maxterms (and sums of minterms) are considered canonical forms.

Since maxterms are used in products (that is, ANDed together) it follows that each maxterm (when = 0) represents a unique cell in the K-Map which is zero.

Since minterms are used in sums (that is, ORed together) it follows that each minterm (when = 1) represents a unique cell in the K-Map.which is one.

Example in three variables (a b c).

Minterm : a' b c = m3

Maxterm : (a + b' + c) = M2

Notice how the maxterms are indexed in what at first might seem a counter-intuitive way. Here the complemented variables are assign "one" in the binary code. It's done this way so that each maxterm index corresponds in a very direct way to a specific cell in the K-Map that is zero. For example, given M2 as above, the K-Map will have a zero in the position where a,b,c = 0 1 0.
 
Last edited:
Products of maxterms are usually denoted with a product symbol (Pi) followed by an "M" list, for example.

(a + b' + c) (a' + b + c) = \prod M(2,4)

Sums of minterms are usually denoted as a sum symbol (Sigma) followed by an "m" list, for example.

a' b c + a b' c = \sum m(3,5)
 
Last edited:
Ok thanks. So what does 'big M' notation mean?

The question is written thus:

Write f in canonical maxterm form. (Use 'big M' notation).

I'm guessing it means just write it in maxterms again.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
16K
Replies
12
Views
3K
  • · Replies 12 ·
Replies
12
Views
6K
  • · Replies 5 ·
Replies
5
Views
4K