Jump to content

Math in real time.


Arnold_26

Recommended Posts

Hi guys.

In computer science we are using discrete math right?

I want know what is the role of discrete math in computing.

I mean in our everyday lives, I'd like to see the importance of it.

I want to see the theories in discrete math is used in the field programming / software developing, games, web developing, business, or operating system stuff like that.

Cos I don't see it. Especially if you are living where outsourcing is in rapid growth.

I've asked my professor on this one he will just answer "is included to my course a pre-requisite of automata" or "in some technology today"

I don't want a general answer, I want a specific answer on this.


Thanks guys.
Link to comment
https://forums.phpfreaks.com/topic/28288-math-in-real-time/
Share on other sites

[quote author=Arnold_26 link=topic=116100.msg472850#msg472850 date=1164329542]
I don't want a general answer, I want a specific answer on this.
[/quote]

A: ask a specific question, preferably one where a succinct answer will suffice rather than one where a doctoral dissertation [i]might[/i] do the topic justice.

or

B: http://en.wikipedia.org/wiki/Discrete_math will get you started on your quest (not necessarily a finite one)
Link to comment
https://forums.phpfreaks.com/topic/28288-math-in-real-time/#findComment-129360
Share on other sites

I use it on a fairly regular basis.  DeMorgan's Theorem?  Yeah.  Good stuff.  I evaluate how to write my logic statements in our client software based off of the needs of the output. 

That's just one example.  I didn't have much use for the proofs and such, but then again what am I going to do with a semester of art appreciation?
Link to comment
https://forums.phpfreaks.com/topic/28288-math-in-real-time/#findComment-129436
Share on other sites

I wasn't referring to PHP, but the same principle applies.  I actually use it in Java statements.  But it's just the idea of switching things between ORs and ANDs with the use of a negation operator.  Sometimes it's much more powerful to write it one way rather than the other.
Link to comment
https://forums.phpfreaks.com/topic/28288-math-in-real-time/#findComment-129626
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.