answersLogoWhite

0

How do you solve karnaugh map?

Updated: 10/18/2022
User Avatar

Wiki User

12y ago

Best Answer

The given expression would be-

F(A,B,C,D)=E(0,2,4,5,6)

where E=Summation

F= Function

A,B,C,D represents binary variables,

Now, for solving this problem, we draw a map with 2m cubes, since here is only 4 binary variables it will be 24 cubes means 16 boxes.

Each row will contain 4 boxes, the numbering of boxes is very important for the solution of the problem,

Numbering for the first block will be- 0,1,3,2

Numbering for the second block will be- 4,5,7,6

Numbering for the third block will be- 12,13,15,14

Numbering for the fourth block will be- 8,9,11,10

The left most and the upper most parts are numbered 00,01,11,10 horizontally as well as vertically

Now, place 1 at all the specified boxes(as per the question i,e;E(0,2,4,5,6,))

See the picture below...

http://sub.allaboutcircuits.com/images14116.png

http://sub.allaboutcircuits.com/images14117.png

Start combining all the adjacent boxes having 1 in it.

Note: all the four corners of the map are adjacent to each other.

http://sub.allaboutcircuits.com/images14118.png

Think it as, when you fold the page it will be together.

When trying to combine the boxes we will first look for 16 boxes all together, whether it can be combined or not(It can only be combined if it is filled with 1).

If not, then we will look for 8 boxes together then 4 the 2 at last 1. No box filled with 1 should remain alone. It must be combined with others, we can use same box to combine a non-combined box.

http://sub.allaboutcircuits.com/images14121.png

http://sub.allaboutcircuits.com/images14124.png

After making all the combinations,

Take anyone of the combination look for it`s rows and column involved in making the combination. take the common variable of column and common variable of row and write it then write + again look for the another combination and repeat the same process for all the combination.

For eg;

From the above example, 2 and 4 can be combined because both are adjacent to each other the value for this combination would be A`CD`.

Try it...

For more clarification mail me at: hussain.ashraf4u@gmail.com

you can download a computer program to minimize k map it is:-

http://www.ziddu.com/downloadlink/15018743/k_map_minimizer.zip.html

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you solve karnaugh map?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Discussion of karnaugh map?

Karnaugh Map is a very efficient way of solving Boolean functions.In this section we learn to solve two or three variables Boolean function in the form of a map.


What does each squares represent on a karnaugh map?

Each square in a Karnaugh map represents a:


How many times a variable can be used in karnaugh map?

4


How do you use karnaugh map in casio calculator?

To use the karnaugh map for the casio e200, you would follow the instructions used in the download. For the free pocket map, you simply enter your specifications with the check boxes and the calculator would do the rest.


Why do you need to know about karnaugh maps?

these maps will help us to solve boolean expressions.


What is k map?

K-map is actually also known as The Karnaugh map. This is a method to simplify Boolean algebra expressions introduced in 1953.


What is k-map?

K-map is actually also known as The Karnaugh map. This is a method to simplify Boolean algebra expressions introduced in 1953.


What are the limitation of karnaugh Map?

The size can be limited to 6 variables and also can be used for simplifying boolean expressions. Is K-map a msnormer?


How many squares does a karnaugh map require for a two-variable boolean equation?

4 squares (22).


When was Maurice Karnaugh born?

Maurice Karnaugh was born in 1924.


What is pair quads and octets in karnaugh map?

sets of 2, 4, or 8 bits. http://books.google.com/books?id=KxIzEPz9mq4C&pg=PA137&lpg=PA137&dq=what+is+pair+quads+and+octets+in+karnaugh+map&source=web&ots=2PFxcbByOU&sig=R0NLN36VarsdX1i4XHNujTTO2IU#PPA136,M1 this link explains it really well


What are K maps in digital electronics?

k map is karnaugh map . it is just a method to simplify or minimize the boolean equations so that it becomes easier to realize a circuit using minimum no. of gates.