JacobiMatrix
The Jacobi matrix, or Jacobian matrix, of a differentiable vector-valued function f: R^n -> R^m at a point a in R^n, is the m×n matrix J_f(a) with entries J_{ij} = ∂f_i/∂x_j evaluated at a. It provides the best linear approximation to f near a, so f(a + h) ≈ f(a) + J_f(a) h for small h.
When m = n, the determinant det J_f(a) is called the Jacobian determinant. A nonzero Jacobian determinant
The chain rule for Jacobians states that if g: R^m -> R^p and f: R^n -> R^m are differentiable,
Applications of the Jacobian include change of variables in multiple integrals, linearization and stability analysis of