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
How far in math did you get? "Discrete Mathematics" is offered by most colleges and is directly applicable to programming concepts.
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).
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.
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.
Programming is like math in a way. It uses functions, variables, and Yoni likes it.
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? :)
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.
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!