This was one of my biggest issues with math myself. Sin, cos, tan, and logarithms still confuse me somewhat. Meanwhile, derivatives are pretty straightforward conceptually with the physics examples of distance, speed, and acceleration.
It’s also something that I used to rant about with my programming courses in college. You need an understanding of both the concept and the execution of it in order to program with a consistent amount of success, but most courses (and learning material) focus on one or the other.
I do systems admin/engineering, and I’m the team code monkey, but my co-workers want to learn. It’s still the core hurdle I see my them make when they try to script. They either have the concept down with no clue how to script it, or they’re flailing script snippets around without actually understanding what those parts actually do.
wander1236@sh.itjust.works 8 months ago
Or why you’d want to use them.
I had to do a semester of learning how to deal with Fourier Transforms, with vague mentions of sine waves and slopes, before seeing Technology Connections’ video on CDs and finally understanding what all that math was actually for.