Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Simplify Boolean Function

Status
Not open for further replies.

littlechicken

Newbie level 1
Joined
Sep 13, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
Hi! Everyone,
Pls help me simplify these Boolean Function:
1. VW + VWX'Y + VWYZ' + VWX'Z + X'YZ
2. ABC + B'D'E' + ADF + ACD'E' + AF
Thanks
 

VW( 1+x'y+yz'+x'z)+x'yz

vw+x'yz
--------------------------------------------



ABC + B'D'E' + ADF + ACD'E' + AF
ABC + AF(D+1) +B'D'E' + ACD'E'
ABC+AF+B'D'E' + ACD'E'
AC(B+D'E')+AF+B'D'E'
D'E'(AC+B')+ACB+AF
AC(D'E'+B)+D'E'+AF
D'E'(AC+1)+ACB+AF
D'E'+ACB+AF

any question else iam ready

Ahmed
 

VW( 1+x'y+yz'+x'z)+x'yz

vw+x'yz
--------------------------------------------



ABC + B'D'E' + ADF + ACD'E' + AF
ABC + AF(D+1) +B'D'E' + ACD'E'
ABC+AF+B'D'E' + ACD'E'
AC(B+D'E')+AF+B'D'E'
D'E'(AC+B')+ACB+AF
AC(D'E'+B)+D'E'+AF
D'E'(AC+1)+ACB+AF
D'E'+ACB+AF

any question else iam ready

Ahmed

HI i dont know how to change D'E'(AC+B')+ACB+AF to AC(D'E'+B)+D'E'+AF thank you
 

What I want to say was that the procedure had an error.


ABC + B'D'E' + ADF + ACD'E' + AF
ABC + AF(D+1) +B'D'E' + ACD'E'
ABC+AF+B'D'E' + ACD'E'
AC(B+D'E')+AF+B'D'E'
D'E'(AC+B')+ACB+AF
AC(D'E'+B)+D'E'+AF <-- wrong, is AC(D'E'+B)+B'D'E'+AF
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top