Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
Laws of Boolean Algebra??
Index
->
General Programming
Author
Message
n3rdwannab3
Posted:
Sun Jan 26, 2014 9:03 pm
Post subject: Laws of Boolean Algebra??
Convert the following product of sums into a sum of products using the laws of Boolean Algebra
(x' + y) * (y' + z) * (z' + x)
where x' is NOT x
+ is OR
* is AND
I have no clues how to start... is this like mathematics?
Sponsor
Sponsor
Insectoid
Posted:
Sun Jan 26, 2014 9:20 pm
Post subject: RE:Laws of Boolean Algebra??
Look at De Morgan's laws.
NOT(A OR B) = (NOT A) AND (NOT B)
Also,
NOT(A AND B) = (NOT A) OR (NOT B)
This also means that NOT((NOT A) AND (NOT B)) = A OR B. Or you can do NOT((NOT A) AND B) = A OR (NOT B).
Look for these identities in your product of sums, and swap them out for their equivalent pair. For example, (x' + y) can be re-written as (x * y')'.
It's been a while since I've done this, so I might have a mistake or two in there.
Tony
Posted:
Sun Jan 26, 2014 9:21 pm
Post subject: Re: Laws of Boolean Algebra??
n3rdwannab3 @ Sun Jan 26, 2014 9:03 pm wrote:
is this like mathematics?
Yes.
https://en.wikipedia.org/wiki/Boolean_algebra
Tony's
programming blog
. DWITE - a
programming contest
.
Raknarg
Posted:
Mon Jan 27, 2014 8:37 am
Post subject: RE:Laws of Boolean Algebra??
@Insectoid everything looks good there
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
General Programming
Page
1
of
1
[ 4 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy