Hacker News new | ask | show | jobs
by xvedejas 1141 days ago
Is `dy/dx` ever distinct from `d/dx y`? Generally I've treated `df(x)/dx` as just another way to write the operator `d/dx` applied to `f(x)`, which I don't think of as a fraction.
1 comments

dy/dt = dy/dx * dx/dt
That's just the chain rule, right?

d/dt y(t) = ( d/dx y(x) )( d/dt x(t) )