Help me relearn mathematics and its practica applications
August 1, 2008 5:19 AM Subscribe
Applied Math Filter: Help me use math!
I'd like to learn more about mathematics and it's practical applications - particularly in Computer Science
I'm a Computer Networking graduate (under 25) who never really done much math at university. My course was somewhere between computer science and communications engineering so maths sort of slipped through the cracks.
Now, I'm looking to re-learn math. I know that a lot of mathematics is abstract but I'm having difficulties seeing practical applications.
Where I'm at:
I took calculus at high school but just scraped through (I spent more time fighting with the teacher than learning). I don't remember a bit of it. I'm pretty much at "square one" so will be learning from the start. I consider myself a quick learner in most areas but had a horrible foundation in math so never picked it back up. I've bought a couple of math books which should teach me the theory I need. I've always thought graphing calculators were pretty interesting but lack the mathematical knowledge to necessitate their use (or purchase). I'm currently in the process of ditching my "college job" to go for a "real job".
What I want:
I want to learn math with a view to using it practically (preferably in computer science).
How you can help:
I'd like suggestions on how I should go about learning mathematics and its practical applications. Which areas should I look at if I want to use mathematics in computing? I think my problem is that I can't see a practical application for math that I'd like to explore but I have a strong urge to develop my mathematics skills.
Any help would be greatly appreciated! Thanks!
posted by dcbarker to education (13 answers total) 12 users marked this as a favorite
I work writing computer graphics software. On a daily basis, quite frankly, most of my work involves little more than basic arithmetic, but it's nice to be able to pull out matrix transforms when I need them. But then again with only simple arithmetic, you can build a DDA which is the basic for line and circle drawing (and the ties between DDAs and differential calculus are glaring to me).
Interested in security and encryption? Number theory, my friend, number theory. I took it when I was in college and my brain exploded.
Simulation of motion? Calculus, all the way.
Here's the odd one in the set - I took a CS theory course my senior year which was a tighter melding of math and CS (actually Discrete Structures was the closest to math in that it tried to turn programs into mathematical elements that were subject to standard proof techniques. It's one thing to have for loops - it's another to prove that they're correct). When we were studying deterministic finite state automata, I had one of those "holy shit" moments wherein I saw no distinction between hardware, firmware, software and math. It was all the same (cue the angelic firmament signing praise to Alan Turing).
Quite honestly, a lot of what you need is a broad study with a slight MacGyverish eye towards how you can use/misuse something in a real world application.
posted by plinth at 5:52 AM on August 1, 2008 [1 favorite]