|
-
February 2nd, 2009, 12:38 PM
#1
boolean expression to truth table
Hello, How would I go about converting this boolean epression
F= xy'z+x'y'z+xyz
into a truth table? Do I need to simpify the equation first, or is their another way?
-
February 2nd, 2009, 12:45 PM
#2
Re: boolean expression to truth table
Since there are only three variables and the rather short expression is in disjunctive normal form, it is probably best to just substitute the values for each row of the truth table. The moment you see that a conjunctive clause evaluates to true you can enter a true value for that row and move on to the next row (i.e., use lazy or short-circuit evaluation).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|