|
|
|
|
|
by acrefoot
1347 days ago
|
|
SICM has a similar complaint about ambiguous notation. See https://groups.csail.mit.edu/mac/users/gjs/6946/sicm-html/bo.... Footnote 2 in particular is worth reading for a particularly good example of problems caused by ambiguity. SICM as a textbook is intended to be worked out entirely with a computer. |
|
Why is this true? I think about ∂/∂x, ∂/∂u, and ∂/∂v as higher-order functions that take the same `f` as their argument. What is wrong about this thinking?
[1] https://groups.csail.mit.edu/mac/users/gjs/6946/sicm-html/bo...
Edit: I'm guessing the footnote's reasoning is that on the left hand side, `f` is thought of as `f(x, y)`, and on the right as `f(u(x, y), v(x, y))`.