Topics: Differentiable Vectorial Function - Matrix
(definition)
In the context of partial derivatives, the Jacobian matrix for a function is defined as:
…where .
Example
Let be defined by .
We got:
So our Jacobian matrix is:
Search
Topics: Differentiable Vectorial Function - Matrix
(definition)
In the context of partial derivatives, the Jacobian matrix for a function f:Rn→Rm is defined as:
…where f=(f1,f2,…,fn).
Example
Let f:R2→R2 be defined by f(x,y)=(2x+3y,−cos(xy)).
We got:
f1=R2→R,f1(x,y)=2x+3yf2=R2→R,f2(x,y)=−cos(xy)So our Jacobian matrix is:
J(x,y)=(∂x∂f1∂x∂f2∂y∂f1∂y∂f2)J(x,y)=(2ysin(xy)3xsin(xy))