Numbuh4:
I've never seen multivariable calculus. In college, I've only been up through Calc 2 and a proofs course. I'll have to check out some videos on multivar know that you've got me curious about that.
LoveNotHate:
The change for a slope is a change in Y with respect to the independent variable X for a function at a point.
So in a program with a mutable variable, you get something like this typically:
y = 1
y = 4
In a programming context, the independent variable would be t. (for time) And that's probably where my mental mapping from mutable variables to calc goes wrong. The independent variable isn't being accounted for with mutable variables so representing them with any kind of rate of change slope becomes impossible.
MrOddBall
It seems you're right which is kind of a shame. My own personal biases want to see math in everything. On a drive to my therapist, I was wishing to see algebra in the structure of my engine, geometry in the shape of my car body, calculus in the speed I was going to get there, and statistics in my likelihood of getting there on time.
And so I naturally wish I could see math in whatever future Java / Python / whatever job I get sometime down the road. But I also don't mind calling wishful thinking for what it is.