I'm struggling with a sentence in the following text: ross.
It says that the action $y=Ax$ is
like performing many inner products, one for each row of $A$ -
which I agree with. But then it says:
Generally, the matrix elements can be thought of as the partial derivatives
$A_{ij} = \frac{dy_i}{dx_j}$
Why is that true?
Consider a linear function $y:\mathbb{R}^n\longrightarrow \mathbb{R}^n$. $$y_i = \sum_{l=1}^n A_{il}x_l$$then $$\frac{\partial y_i}{\partial x_j} = \frac{\partial }{\partial x_j}\left(\sum_{l=1}^n A_{il}x_l\right) = \sum_{l=1}^n A_{il}\frac{\partial x_l}{\partial x_j} = \sum_{l=1}^n A_{il}\delta_{lj} = A_{ij}$$