- categories: Real Analysis, Definition
Jacobian Matrix
Definition:
The Jacobian matrix is a matrix of all first-order partial derivatives of a vector-valued function. If a function maps input variables to outputs, the Jacobian matrix is defined as:
where:
- is the output vector.
- is the input vector.
The entry of is .
Properties:
-
Dimensions:
The Jacobian matrix has dimensions :- : Number of output components.
- : Number of input variables.
-
Linear Approximation:
The Jacobian matrix is used to linearly approximate near a point :
-
Chain Rule (Matrix Form):
If and , then the Jacobian of the composition is:
-
Special Cases:
- If (scalar output), reduces to the gradient vector:
- If (scalar input), is a column vector of derivatives.
- If (scalar output), reduces to the gradient vector:
Examples:
-
Scalar Function:
Let . The Jacobian is: -
Multivariable Function:
Let . The Jacobian is:
Numerical Stability:
For high-dimensional functions or datasets, numerical computation of the Jacobian may become computationally expensive.