Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a quite big development experience and I wonder is it possible to start learning math from scratch. I forgot almost everything I know, even school program. Please give me some guidance on this. Where to start what to do. Are there any math books for developers. May be with exercises to write code or experiment, etc...

Any help is appreciated.

share|improve this question
2  
belongs on math.stackexchange.com – Mark Aug 20 '10 at 18:21
2  
Let's start with the basics: What do you remember? Addition and multiplication at the very least, I hope? – FrustratedWithFormsDesigner Aug 20 '10 at 18:21
You should specify what part of mathematics. – MartyIX Aug 20 '10 at 18:21
@FrustratedWithFormsDesigner Of course I remember all the basics :) – NixDev Aug 20 '10 at 18:25
1  
On a more serious note: retagged because Mathematica is actually a language used to do math, which is pretty different from what you're referring to. – BoltClock Aug 20 '10 at 18:25
show 2 more comments

closed as off topic by BoltClock, jk., Muad'Dib, Robert P, Graviton Aug 21 '10 at 8:27

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

Yes, there are math books for developers:

It's hard to say if either one would be a good starting point without knowing what level you're at.

share|improve this answer

Assuming you have had high school math, I strongly recommend:

Concrete Mathematics, Second Edition

by Ronald L. Graham, Donald E. Knuth, and Oren Patashnik (Reading, Massachusetts: Addison-Wesley, 1994), xiii+657pp. ISBN 0-201-55802-5

share|improve this answer

I'd review what you should know first (at least a little) before going on to new material. You'll need a good foundation in algebra, and at least some exposure to calculus before trying Concrete Mathematics or even The Art of Computer Programming.

If you want to go from the practical side of computing Robert Sedegwick, has written some books that have source code explaining computer algorithms and theory.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.