For F:Rn→Rn with coordinate functions f1,f2,…,fn, the Jacobian matrix J(x) is the n×n matrix of first partial derivatives
J(x)=∂x1∂f1∂x1∂f2⋮∂x1∂fn∂x2∂f1∂x2∂f2⋮∂x2∂fn⋯⋯⋱⋯∂xn∂f1∂xn∂f2⋮∂xn∂fn
Row i of J(x) is the gradient of fi.
Example
f1(x)f2(x)f3(x)=3x1−cos(x2x3)−21=x12−81(x2+0.1)2+sinx3+1.06=e−x1x2+20x3+310π−3
the partial derivatives give
J(x)=32x1−x2e−x1x2x3sin(x2x3)−162(x2+0.1)−x1e−x1x2x2sin(x2x3)cosx320