Discrete Structures...

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
eboyd
Member
Member
Posts: 97
Joined: Thu Jul 26, 2007 9:18 am
Location: United States

Discrete Structures...

Post by eboyd »

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?
User avatar
Combuster
Member
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:

Post by Combuster »

It sounds like pure logic. That course is probably purely to cause other things to make sense. On its own its relatively boring.

Required course?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
eboyd
Member
Member
Posts: 97
Joined: Thu Jul 26, 2007 9:18 am
Location: United States

Post by eboyd »

Ja, it's boring. That's what's bothering me. BTW, I've been to Utrecht before, I used to live in Wurzburg, Deutschland. Typically though we just follwed E35 toward Utrecht en route to Amsterdam! \:D/

Unfortuanetly, yes, it is required. :cry:
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Man ...

Post by DeletedAccount »

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...
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

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 ;)

Code: Select all

(p->q)^(r v ¬q)
(p v ¬q) ^ (r v ¬q)
(p ^ r) v ¬q
That's what I get. Am I right? Haven't done it for a year and a half :P

JamesM
User avatar
Combuster
Member
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:

Post by Combuster »

JamesM wrote:

Code: Select all

(p->q)^(r v ¬q)
(p v ¬q) ^ (r v ¬q)
(p ^ r) v ¬q
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)
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

Damn you combuster! I'd just noticed that and was going to subtly change my post! ;)

JamesM
Post Reply