Jacobian matrix
The matrix of partial derivatives that generalizes to systems of several variables.
Definition
For it is . In Newton's method for systems it replaces the scalar derivative: each step solves the linear system and updates .
How it is used
Its cost dominates Newton's method for systems: evaluating partials and factorizing at each step is what quasi-Newton variants try to make cheaper.