I've been putting it off and putting it off, and now this semester I'm finally taking the Discrete Structures course.
Well, I must say, it makes me want to slit my wrists! Maybe it'll get better, but seriously, (p->q) ^ (r or !q) -> who gives a sh$t!
I know it relates to gates and circuits, but man, i really want to shoot myself!
Anybody else's thoughts on Disrcete Structures?
Discrete Structures...
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Man ...
Man check out Discrete Structures by C.L Liu ...
It is somewhat fun .. But It mainly depends on
who teaches it to you....?? Errr is your teacher
good enough...
It is somewhat fun .. But It mainly depends on
who teaches it to you....?? Errr is your teacher
good enough...
Never heard it called 'discrete structures'. Mine was called 'introduction to computer mathematics', and it is REALLY REALLY REALLY useful when it comes to digital logic. You won't know how you managed before you knew it when you get down to optimising karnaugh-maps
That's what I get. Am I right? Haven't done it for a year and a half
JamesM
Code: Select all
(p->q)^(r v ¬q)
(p v ¬q) ^ (r v ¬q)
(p ^ r) v ¬q
JamesM
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
p -> q becomes ¬p v q rather than p v ¬q (an implication holds when the either the implied is true or the premise is false)JamesM wrote:Code: Select all
(p->q)^(r v ¬q) (p v ¬q) ^ (r v ¬q) (p ^ r) v ¬q