Boolean function - minterms - literals

  • Thread starter Thread starter General_Sax
  • Start date Start date
  • Tags Tags
    Function
Click For Summary
SUMMARY

The discussion focuses on converting a Boolean function F(A, B, C, D, E) into its minimal sum of products form and expressing it as a sum of minterms. The user initially provided a truth table resulting in 11 terms and sought clarification on whether to use Karnaugh maps (K-maps) or Boolean algebra for simplification. Additionally, the user inquired about the distinction between a complement and a dual in Boolean algebra, ultimately resolving their initial problems but remaining confused about the latter concept.

PREREQUISITES
  • Understanding of Boolean algebra and its operations
  • Familiarity with truth tables and their construction
  • Knowledge of Karnaugh maps (K-maps) for simplification
  • Concept of minterms in Boolean functions
NEXT STEPS
  • Learn how to simplify Boolean functions using Karnaugh maps (K-maps)
  • Study the principles of Boolean algebra for algebraic simplification
  • Research the definitions and differences between complement and dual in Boolean algebra
  • Explore advanced topics in digital logic design, such as circuit minimization techniques
USEFUL FOR

Students and professionals in electrical engineering, computer science, or anyone studying digital logic design and Boolean algebra.

General_Sax
Messages
445
Reaction score
0
Boolean function - minterms -- literals

Homework Statement


(a) Describe the circuit in a form of a Boolean function F(A, B, C, D, E). Convert this
expression to the sum of products form that includes minimal number of literals, and next
express this function as a sum of minterms, namely F(A, B, C, D, E) = m(….).

Homework Equations



xx

The Attempt at a Solution



I wrote out a truth table for the function and have a total of 11 terms. I might as well write it out here:

F = A'B'CD'E + A'B'CDE + A'BC'DE + A'BCD'E + A'BCDE + AB'C'DE + AB'CD'E + AB'CDE + ABC'DE + ABCD'E + ABCDE

next step: Convert this expression to the sum of products form that includes minimal number of literals.

Do they want me to K-map the function, or do they want me to simplify the expression algebraically (boolean algebra obviously)?EDIT: one more question: What is the difference between a complement and a dual??
 
Last edited:
Physics news on Phys.org


I have another question, and I didn't want to make another thread. My question is attached into this post.

Commutative

xy = yx

Associative

x + y = y + x


so, are they asking me to prove:

(x -> y) = ( y -> x)

and

(x -> y) + (y -> x) = (y -> x) + (x -> y)


This question is really confusing me.

Thanks for help in advance.
 

Attachments

  • all about circuits.jpg
    all about circuits.jpg
    16.8 KB · Views: 502


Both problems solved.

Still don't understand what the difference between a compliment and a dual is though.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
11
Views
3K