New Reply

Expressing Karnaugh maps

 
Share Thread Thread Tools
Jun16-11, 11:59 PM   #1
 

Expressing Karnaugh maps


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
 
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> Company pioneering new types of material for 3-D printer 'ink'
>> Student-built innovations to help improve and save lives
>> Researchers use light projector and single-pixel detectors to create 3-D images
Jun17-11, 06:27 AM   #2
 
Recognitions:
Science Advisor Science Advisor
Quote by Idyllic View Post
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.
 
Jun17-11, 06:32 AM   #3
 
Recognitions:
Science Advisor Science Advisor
Products of maxterms are usually denoted with a product symbol (Pi) followed by an "M" list, for example.

[tex](a + b' + c) (a' + b + c) = \prod M(2,4)[/tex]

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

[tex]a' b c + a b' c = \sum m(3,5)[/tex]
 
Jun20-11, 08:27 PM   #4
 

Expressing Karnaugh maps


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.
 
New Reply
Thread Tools


Similar Threads for: Expressing Karnaugh maps
Thread Forum Replies
Karnaugh Maps Calculus & Beyond Learning Materials 54
karnaugh map using 74ls ic's Quantum Physics 1
karnaugh map Quantum Physics 1
Karnaugh maps? General Math 1
Linear Maps/Matrix Maps Engineering, Comp Sci, & Technology Homework 2