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

  • Thread starter Thread starter Idyllic
  • Start date Start date
AI Thread Summary
Canonical maxterm form represents a logical expression as a product of maxterms, where each maxterm corresponds to a unique combination of input variables resulting in a zero output. Conversely, canonical minterm form is expressed as a sum of minterms, where each minterm corresponds to combinations that yield a one output. In 'big M' notation, products of maxterms are denoted with a product symbol (Pi) followed by an "M" list, while sums of minterms use a sum symbol (Sigma) followed by an "m" list. For example, a maxterm for three variables can be written as (a + b' + c) = M2, and the corresponding 'big M' notation would be expressed as \prod M(2,4). Understanding these forms and notations is crucial for effectively utilizing Karnaugh Maps in simplifying logical expressions.
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.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top