|
|
|
|
|
by alphazard
284 days ago
|
|
I wouldn't recommend a traditional calculus course to anyone. There's no reason to do derivatives or integrals by hand, and that's most of the course.
The practical applications of running differences and running sums can be taught to people with minimal programming experience and without algebra. I've never done an integral by hand as part of any productive activity. Monte carlo integration and loops for multiply-and-add have proven incredibly useful. Why not teach those directly? |
|
It's pretty clear to me as I work through problem sets that I'm never going to do any of this hand-computation in reality, in the same way that nobody computes eigenvectors by finding the roots of a characteristic equation. It's still fine by me, for 2 reasons: (1) because I'm doing this to replace the New York Times Crossword with something productive, and it's great for that, and (2) because every time I get annoyed at like messy trig derivatives with double-angle substitutions and stuff, I instead pivot to learning how to solve it with Sage Math, and so I get better at that instead.
But if there's a smarter sequence, I'm super interested!