|
|
#1 |
|
Comp Sci HW Help... boolean algebra
Ahh so confused okay these boolean expressions are very confused. I dont plan on copying and these two are not my only problems, im a good kid that does my hw lol(A+~B+C)(AB+~(AC)) I simplified it a lot but I think i got lost in them somewhere and I can't quite figure out where. and this one ~(A+B+AB) I got as far as ~A*~B*~A+~B but im not sure if i can multiply the ~A's or not to get one sigle ~A and end up with ~A*~B+~B the ~() means the negation of the variable within the parenthesis.. Any help would be greatley appreciated! Thanks!
__________________
-The Tex.
|
|
|
|
0
|
|
|
#2 |
|
Don't really want to do your homework for you, but I will tell you that ~A*~A = ~A. Think of an AND gate with the two inputs tied together. The output is always just going to be the same as the input.
BTW, I didn't check your simplification on that, but at first glance it looks like it's probably right. As for the first one, quite frankly I'm too lazy to do it right now. I should be doing my own Microwave Engineering homework right now anyway...
__________________
27" 2.93 GHz Core i7 iMac, 12 GB RAM 2.3 GHz Retina MacBook Pro 12" 1.33 GHz Superdrive PowerBook G4, 1.25 GB RAM iPhone 5, iPad 3, etc. |
|
|
|
0
|
|
|
#3 |
|
thank you very much for your input and I understand good luck on your microwaves?
lol lil over the head of a 16 year old
__________________
-The Tex.
|
|
|
|
0
|
|
|
#4 |
|
Ahhh, now I remember why I did NO CompSci courses...
before university. Such. A. Waste. Of. Time.
Nobody is ever going to ask you to do an expansion like that. Ever. I've worked in hardware design, cryptography, driver design, User Interfaces, Internet comms of all types, and not once have I needed to know how to do expansions/simplifications on boolean algebra. Evaluate boolean expressions, certainly. Determine the correct boolean expression, that's important too. But transform the thing? The ONLY fields where you would ever need to do that these days are graphics engines for 3D games, and physical simulations, both fields requiring large amounts of optimisation of code for good performance. And even there, most transforms will already have been done for you. And if they're not, and if by some bizarre misfortune Mathematica and Matlab can't help you, you do what any self-respecting programmer would do - write a programmer to do it automatically. That way you can't make any dumb errors... Actually, that's probably not a bad way of answering the question. Write a simple console app that does the transform for you. Give the source code to your teacher as your answer, and see if he gets it ;-) Not only will you learn something useful (text parsing), but you'll avoid wasting your time learning to do something really unimportant. |
|
|
|
0
|
|
|
#5 |
|
You've dropped some parentheses here, and they'll affect your answer.
Oh, and understanding boolean algebra may turn out to be really important if you work in computer hardware, study mathematics, study philosophy, or work in some areas of programming (as emphasized in the post above). Of course, you could write a program to do the transform for you, but then you'd certainly have to understand enough about this stuff to answer your original questions.
|
|
|
|
0
|
|
|
#6 |
|
I don't think it's a waste of time either. Understanding basic boolean algebra is very important as fundamental knowledge if you go into any engineering job involving digital design, like processor design for example. I haven't used a lot of the basic math that I learned in elementary, junior high, and high school (long division anyone?), but learning that stuff makes it so you can build on it and learn more complicated/higher-level stuff.
__________________
27" 2.93 GHz Core i7 iMac, 12 GB RAM 2.3 GHz Retina MacBook Pro 12" 1.33 GHz Superdrive PowerBook G4, 1.25 GB RAM iPhone 5, iPad 3, etc. |
|
|
|
1
|
|
|
#7 |
|
one of the basic principles of boolean algebra is
a^2 = a umm other than that just go step by step and try to find the corresponding simplified equation - there's plenty of alternative ways of applying the boolean mathematical laws - experiment, you'll sure to find some kind of simplification sooner or later through this approach. |
|
|
|
0
|
|
|
#8 |
|
answer with XOR operator.
I know this is an old thread, but here is
an equation that is the same as the initial one mentioned at the top of this thread. I arrived at the answer through a list of answers I created with a C# computer program that took 12 minutes to run, so I kind of cheated. Well here is the equation: ( A xor (not B)) or ( A xor C ) Here is the link to that C# program: http://mathisfunforum.com/viewtopic.php?id=13293 |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| new 11" ultimate for comp sci major? | pianoman429 | MacBook Air | 4 | Jul 20, 2011 01:08 PM |
| Macbook Air for a Comp. Sci. student? | DrHiggsBoson | MacBook Air | 21 | Apr 1, 2011 01:47 AM |
| So what programming / comp sci books did you get for Christmas? | Cromulent | Mac Programming | 24 | Jan 3, 2010 07:56 PM |
| Comp Sci Student in UK | samst0r | Buying Tips and Advice | 5 | Oct 2, 2009 01:46 PM |
All times are GMT -5. The time now is 06:14 AM.





Ahh so confused okay these boolean expressions are very confused. I dont plan on copying and these two are not my only problems, im a good kid that does my hw
lol



Linear Mode

