Please read the new rule regarding the restriction on the use of AI tools. ×

Madiyar's blog

By Madiyar, 13 years ago, In Russian
Can you give me some advices, which math books are usefull for programming ?

  • Vote: I like it
  • +3
  • Vote: I do not like it

13 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

double post
13 years ago, # |
  Vote: I like it 0 Vote: I do not like it
Well, personally I find this book difficult (and, what's more important, not necessary) to read.

Firstly, it is written in the famous Knuth's eccentric way. Besides that, it is a 'chaotic' collection of some tricks that you will never use.
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    The previous comment is on Knuth's concrete mathematics.
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    What do you recommened to read instead of that?
    • 13 years ago, # ^ |
        Vote: I like it +2 Vote: I do not like it
      It depends on what math do you need and like. It seems that programmers could live without any math, so let's put the question this way: what math book is useful for setting programmer's mind.

      I would recommend books on advanced algorithms (say, Vazirani -- Approximation Algorithms) or complexity theory (Arora, Barak -- Computational Complexity).

      And if you are interested in pure math, then read Lang's Algebra. :)
      • 13 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it
        I'm not sure that Lang is the best. It is advanced.
        • 13 years ago, # ^ |
            Vote: I like it +3 Vote: I do not like it
          It is, so it could be sort of a goal. But it is a pleasure to read it.