in reply to Most Used/Useful Math skills

carlriz:

For me, the most useful math has been algebra and trigonometry. Generally for rearranging problems into a form that I can express as a program. I use it often enough that I don't normally have to look up algebra and simple trigonometry equations. In previous jobs, I've found calculus and linear algebra handy, but those were in jobs requiring modelling (milk production) and robotics. I seem to have an obsession with graphs, and frequently read articles on them, and many of my hobby projects use graph structures a good deal.

However, that's just the practical day-to-day stuff. I wish I was better at math. I think that learning math is a lot like learning LISP--you won't necessarily use it in your programming, but it helps you think about better ways to do things. I frequently wonder how often I could solve programming problems more quickly if I were familiar with more math.

While I don't use probability and statistics much, I think it's valuable to be conversant with it. It's not uncommon to get questions or tasks based on incorrect assumptions of how probabilities and statistics work--leading to wasted time and money. (Unfortunately, I can't think of any specific examples at the moment.)

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Replies are listed 'Best First'.
Re^2: Most Used/Useful Math skills
by carlriz (Beadle) on Jul 18, 2014 at 17:59 UTC

    I understand exactly where you are coming from. I am no expert in math but I understand concepts in calculus, discrete math, basic trigonometry, and whatever else I have learned in school. I do not use (high level) math on a daily basis at all. But, I will say all of the math learned in school really helped me program more creatively.