- #36
BruceW
Homework Helper
- 3,611
- 121
I think the OP'er asked a few times about how much calculus is needed. As far as I know, calculus is one of the subjects which is less important for computer science. Having a quick look at a university's page for computer science, some of the more maths-related topics are: proofs, logic, set theory, graph theory, probability, linear programming, combinatorics, and OK I see a bit about calculus, but fairly standard stuff about limits, continuity, Taylor expansion, e.t.c.
In applications of calculus in programming, there are many cases where you can use an algorithm to do an integration numerically for you. But I think this is fairly standard, you can just think of the integral as a Riemann sum. There are probably algorithms where you need to know a lot more calculus, but I would guess they are more specialized.
In applications of calculus in programming, there are many cases where you can use an algorithm to do an integration numerically for you. But I think this is fairly standard, you can just think of the integral as a Riemann sum. There are probably algorithms where you need to know a lot more calculus, but I would guess they are more specialized.