+ 1
should I learn math to dive into computer science?
pls answer.....
7 Answers
+ 1
no not at all. cs is all abt logic but not calculation. Moreover the logic we use here are simple to understand.
+ 1
Depends on what your intent is. But generally no. As Siddarth pointed out, the kind of logic (at least for practical purposes) you use as an everyday developer is simple mathematical logic in form of boolean logic or for more difficult topics as bug search it's logic of first order.
Nevertheless, as I find that mathematics should first and foremost be understood as a way of thinking (a very beneficial one) you would still profit from it.
The more scientific or top notch you intend your programming to be, the more beneficial the mathematical way of thinking will be.
+ 1
Math is just good to know in general. But, in programming, as far as I know you dont need to know advanced things like you would need to know for physics. Just basic algebra and everything below that I think.
+ 1
@Adam: Number theory, logic and linear algebra can also be quite demanding. But mostly I have to thank mathematics for making me an abstract thinker.
0
If you want to do bitwise operations it helps knowing how binary numbers work.
0
@Stefan Yeah, math really opens to a world of possibilties simply because the logic to it can lead you into infininite conclusions. It basically can take you as far as your willing to go. Even to the point where things math logically produces are technically impossible in reality. Like just applying the concept of infinity to the real world can send us into some weird places.
0
not really, but you need it when you want to dive deep.
ex.
you need to know about vectors when you do 3d programming.