Valhalla Legends Archive

Programming => General Programming => Topic started by: cefx- on July 04, 2004, 08:00 PM

Title: Rusty at math / looking for suggestions
Post by: cefx- on July 04, 2004, 08:00 PM
Hey all,

I am rusty in math.
I am looking for some literature / books that would be a sort of "re introduction" or "preparation" for the mathematical concepts/aspects of programming?

Or more specifically, topics to research which would empower me to handle any mathematical challenges programming will present.

Cheers,
Iain
Title: Re:Rusty at math / looking for suggestions
Post by: Grok on July 05, 2004, 08:39 AM
How far in math did you get?  "Discrete Mathematics" is offered by most colleges and is directly applicable to programming concepts.
Title: Re:Rusty at math / looking for suggestions
Post by: Yoni on July 05, 2004, 11:47 AM
The math you'll need to write a program varies depends on what kind of program you're writing.
Sometimes, you don't need math at all. However, many branches of math are useful to know.
I don't know of any math literature that deals with "programming math", since that doesn't exist - almost any type of math can be applied in programming. So, learn everything :P

If you have a specific question, you can always ask me (http://forum.valhallalegends.com/phpbbs/index.php?board=36).
Title: Re:Rusty at math / looking for suggestions
Post by: cefx- on July 05, 2004, 07:58 PM
I'll check that out, Grok, though I'm more inclined to a self learning approach. :)

Yoni:
That's why there are quotations around those two words :P
Hehe.

Essentially, a good book that would strengthen my math skills, I suppose.

'Course, if I fluke into a University acceptance, I'll be taking some math classes for that purpose.
Title: Re:Rusty at math / looking for suggestions
Post by: Grok on July 05, 2004, 09:11 PM
You could try Mathematics for Computer Science (http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-042JMathematics-for-Computer-ScienceFall2002/CourseHome/index.htm), part of MIT's OpenCourseWare.
Title: Re:Rusty at math / looking for suggestions
Post by: Maddox on July 08, 2004, 02:18 AM
Programming is like math in a way. It uses functions, variables, and Yoni likes it.
Title: Re:Rusty at math / looking for suggestions
Post by: Grok on July 08, 2004, 08:26 PM
Quote from: Maddox on July 08, 2004, 02:18 AM
Programming is like math in a way. It uses functions, variables, and Yoni likes it.

Amateurgramming is like art.  You throw code on the editor until it feels good.  Right, Adron? :)
Title: Re:Rusty at math / looking for suggestions
Post by: Adron on July 09, 2004, 03:27 AM
Quote from: Grok on July 08, 2004, 08:26 PM
Quote from: Maddox on July 08, 2004, 02:18 AM
Programming is like math in a way. It uses functions, variables, and Yoni likes it.

Amateurgramming is like art.  You throw code on the editor until it feels good.  Right, Adron? :)

A bit like it. The other, non-creative, programming could be done by a machine and nothing new will ever come out of it.
Title: Re:Rusty at math / looking for suggestions
Post by: cefx- on July 09, 2004, 09:25 AM
Wow, I feel dumb.

Grok, as you can imagine, I didn't read the OCW MIT link when I made my last post.

lol.

That rocks man!  Thanks so much!