View on GitHub

Bearded-android-docs

Jacobian

Download this project as a .zip file Download this project as a tar.gz file

Created Monday 06 January 2014

The Jacobian of the transformation `x=g(u,v)`, `y=h(u,v)` is

`\ \ (del(x,y))/(del(u,v)) = |( (del(x))/(del(u)), (del(x))/(del(v)) ), ( (del(y))/(del(u)), (del(y))/(del(v)) ) |`

`\ \ = (del(x))/(del(u)) (del(y))/(del(v)) - (del(x))/(del(v)) (del(y))/(del(u))`

Jacobian Matrix

Let `F` is a vector function from `bb R^n` to `bb R^m` with outputs `f_1,...f_m`.
Let `F` be continously differentiable at a point `X=(x_1,...x_n)`.

Then the Jacobian matrix of F at X is defined as an `m xx n` matrix

`\ grad F(X) = ( (grad f_1(X)), (vdots), (grad f_m(X)) ) = ( ((del f_1)/(del x_1)(X), ..., (del f_1)/(del x_n)(X)), (vdots, vdots, vdots), ((del f_m)/(del x_1)(X),...,(del f_m)/(del x_n)(X)) )`

where `grad f` is the gradient.


No backlinks to this page.
comments powered by Disqus